Commit Graph

179 Commits (master)

Author SHA1 Message Date
Pullusb 682048af63 brush palette loading feature
1.4.3

- feat: load brushes from blend (behave like a Brush palette)
- ui: add load brushes within tool brush dropdown panel and in the top bar in drawmode
- pref: Set project brushes folder in addon preferences
2021-06-14 17:41:41 +02:00
Pullusb 94e3b7a7ad New material cleaner
1.4.2

- feat: new material cleaner in GP layer menu with 3 options
  - clean material duplication (with sub option to not clear if color settings are different)
  - fuse material slots that have the same materials
  - remove empty slots
2021-06-07 19:07:37 +02:00
Pullusb f10f572bdc little fix in custom passepartout
1.4.1

- fix: custom passepartout size limit when dezooming in camera
2021-06-06 21:30:46 +02:00
Pullusb d8f71e3356 Draw cam passepartout and UI changes 2021-06-05 01:20:35 +02:00
Pullusb 2754ebf89b show main cam frame
1.3.3

- feat: show main cam frame when in draw_cam
2021-05-31 15:36:39 +02:00
Pullusb 4b9cd20891 disable name for cams
1.3.2:

- change: disable manip cam name drawing
- code: add initial support for main cam frame draw within camera view
2021-05-30 23:51:18 +02:00
Pullusb e22b91265b fix kf jump rare refresh problem
1.3.1:

- fix: native refresh error that rarely happen that doesn't completely refresh the scene on keyframe jump.
  - Use a double frame change to ensure refresh.
2021-05-25 11:32:47 +02:00
Pullusb 6cf22b81e8 feat: duplicate send keys
1.3.0:

- feat: new duplicate send to layer feaure - `ctrl + shift + D` in GP dopesheet
2021-05-24 17:06:10 +02:00
Pullusb 517eceab76 fix realign return error
1.2.2:

- fix: realign anim return error
2021-05-11 16:00:18 +02:00
Pullusb 9b06aee9af Fix breakdowner error handling
1.1.2:

- fix: Breakdowner initial error check
2021-05-10 18:10:34 +02:00
Pullusb 3594c4812d depth move - UI cahnge and changelog file
1.2.0:

- feat: New depth move operator that handle both perspective and orthographic cam
- feat: Realign, added drawing plane checkbox to autoset to Front after realign
- UI: Reorganised realign panel
- UI: Switched part of the sidebar items to columns intead of basic layout to gain space
- doc: Added changelog file (moved list from readme)
- doc: relative link to changelog and FR_readme in main readme
2021-05-09 01:26:37 +02:00
Pullusb bf85582f28 remap relative off, realign obj
1.1.0:

- Important change : Remap relative is now disabled by default in addon preferences
- feat: Add realign operator in sidebar with reproject as true by default
- UI: Batch reproject all frames is now in menus. Same places as native reproject
2021-05-05 18:33:34 +02:00
Pullusb 492095d333 batch reproject ops
1.0.9:

- feat: Reproject all frames operator
2021-05-04 23:17:19 +02:00
Pullusb 07a44190c9 initial setup for GP realign 2021-05-04 18:18:42 +02:00
Pullusb b193c67358 keyframe jump global UI filter
1.0.8:

- feat: Keyframe jump filter added in UI to change general behavior. Keymap own jump filter can override this new global settings if specified
2021-05-02 23:14:38 +02:00
Pullusb 02ed04cd3d fix: keyframe jump better behavior (skip_save) 2021-05-02 16:00:32 +02:00
Pullusb 801235c760 feat : keyframe jump type filter
1.0.6:

- feat: Keyframe jump filter by type. User can now choose if the shortcut should jump on a specific keyframe type (All by default)
2021-05-02 15:25:37 +02:00
Pullusb 6d43064f0b Select Pasted stroke
1.0.5

- GP copy-paste : Pasted stroke are now selected
2021-04-01 18:20:24 +02:00
Pullusb b9dd1196ca better cam ref UI and clear keyframe ops
1.0.4:

- UI: Better cam ref exposition in Toolbox panel
  - Access to opacity
  - merge activation bool with source type icon
- feat: Added a clear active frame operator (`gp.clear_active_frame` to add manually in keymaps)
2021-03-31 01:38:17 +02:00
Pullusb 5e876f360b Add video demo link 2021-03-20 15:30:04 +01:00
Pullusb 43797ff590 feat: transfer materials to objects
1.0.3:

- feat: add "Append Materials To Selected" to material submenu. Append materials to other selected GP objects if there aren't there.
2021-03-16 22:52:26 +01:00
Pullusb d7da95ac5d add toggle remap relative on save
1.0.2:

- pref: Added option to disable always remap relative on save in addon-preference
2021-03-07 00:39:32 +01:00
Pullusb c9266b7efe fix: brushed strokes copy-paste
1.0.1:

- fix: copy paste problems
  - Get points uv_properties (used for brushed points)
  - Trigger an update on each pasted strokes, recalculate badly drawn uv and fills (works in 2.93+)
2021-02-21 20:15:01 +01:00
Pullusb fdbfaaa1e0 Native addon compatibility
1.0.0:

- Compatible with official grease pencil tools
  - removed box deform and rotate canvas that existed in other
2021-01-19 19:49:16 +01:00
Pullusb 6774484226 keyframe jump autobind
0.9.3:

- feat: keyframe jump keys are now auto-binded
- UI: added keyframe jump customisation in addon pref
- code: split keyframe jump in a separate file with his new key updater
2021-01-19 01:11:18 +01:00
Pullusb 3bb7cd5690 fix DL link + updater changes
0.9.2:

- doc: Correct download link (important, bugged the addon install) + update
- updater: remove updater temp file, reset minimum version
2021-01-14 23:36:05 +01:00
Pullusb e94adae9c2 Cleanup doc Fr 2021-01-10 19:45:22 +01:00
Pullusb f642d943ff Public release
0.9.1:

- Public release
- prefs: added fps as part of project settings
  - check file use pref fps value (previously used harcoded 24fps value)
- cleanup: Remove wip GMIC-bridge tools that need to be done separately (if needed)
- update: apply changes in integrated copy-paste from the last version of standalone addon
- doc: Added fully-detailed french readme
2021-01-10 19:12:09 +01:00
Pullusb 98c6739003 first public version commit 2021-01-10 16:47:17 +01:00