Skip to content

edoli/EdoliAddin

Repository files navigation

logo

EdoliAddIn

Table of Contents

  1. Shape
  2. Align
  3. Curve
  4. Shortcuts

Shape

Toggle line arrow

icon_begin_arrow_toggle icon_end_arrow_toggle

Size up arrow

icon_begin_arrow_size_up icon_end_arrow_size_up

Size down arrow

icon_begin_arrow_size_down icon_end_arrow_size_down

Connect shapes by lines

icon_connect_shape_by_lines

Trim image

icon_image_trim

Align

Place labels on the bottom/left/right/top side of images

icon_label_bottom icon_label_left icon_label_right icon_label_top

Transpose shapes

icon_transpose

Group images and labels

icon_label_group

Align shapes with previous slide

icon_align_prev_slide

Align shapes with next slide

icon_align_next_slide

Swap multiple shapes

icon_swap_cycle icon_swap_cycle_reverse

Align shapes in diagonal

icon_snap_diag_downright icon_snap_diag_upright

Align shapes in grid automatically

icon_align_grid

Align shapes in grid with custom padding and column. Shapes are placed in row major order. The shapes are sorted in the selected order.

icon_grid

Curve

Create polyline of equation

icon_polyline_of_equation

Create bezier curve of equation

icon_curve_of_equation

This addin uses expressive for parsing equation. Use parameter [t] for drawing curve. Also the range should be set for [t]. There are some examples

Range: 0 ~ 10*PI
X: [t]
Y: Cos([t])

t_cos

Range: 0 ~ 2*PI
X: Cos([t])
Y: Sin([t])

cos_sin

Range: 0 ~ 2*PI
X: Cos(3*[t])
Y: Sin(2*[t])

3cos_2sin

Range: -3 ~ 3
X: [t]
Y: 4 * Exp(-[t] ** 2)

gaussian

Shortcuts

Align

CTRL+ALT+NUMPAD2: Align bottom

CTRL+ALT+NUMPAD4: Align left

CTRL+ALT+NUMPAD6: Align right

CTRL+ALT+NUMPAD8: Align top

CTRL+ALT+NUMPAD5: Align center

CTRL+ALT+H: Align center horizontal

CTRL+ALT+T: Align center vertical

CTRL+ALT+NUMPAD7: Align in row

CTRL+ALT+NUMPAD1: Align labels to bottom

CTRL+ALT+HOME: Bring to front

CTRL+ALT+END: Send to back

CTRL+ALT+PAGEUP: Bring forward

CTRL+ALT+PAGEDOWN: Send backward

CTRL+NUMPAD2: Align bottom of

CTRL+NUMPAD4: Align left of

CTRL+NUMPAD6: Align right of

CTRL+NUMPAD8: Align top of

Shape

CTRL+ALT+0: Toggle line

CTRL+ALT++: Thickening line width

CTRL+ALT+-: Thinning line width

CTRL+ALT+;, CTRL+ALT+': Change line dash style

Text

CTRL+NUMPAD+: Increase number of selected text

CTRL+NUMPAD-: Decrease number of selected text

Before After
number_text1 number_text2

CTRL+NUMPAD.: Evaludation equation of selected text

Before After
eval1 eval2

Object naming for animation

CTRL+SHIFT+1: Set object name to !!ID1

CTRL+SHIFT+2: Set object name to !!ID2

CTRL+SHIFT+3: Set object name to !!ID3

...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors