Commit Graph

31 Commits (cf3f39b7307306efa7bd6e4c7b3ed378693bcaf6)

Author SHA1 Message Date
pullusb 1c39d81ef1 update links for latest gpv2 release on readmes 2024-12-03 18:29:20 +01:00
pullusb 5d930df06b add waning message in readme 2024-11-13 11:10:51 +01:00
pullusb 98ed92afe2 add link to last gpv2 release 2024-11-11 15:35:27 +01:00
pullusb 92e53f8368 update urls to gitea repository 2024-03-28 17:10:32 +01:00
pullusb aa0eb9bd25 update readmes 2023-05-09 17:45:27 +02:00
pullusb 5dbd59652e update readme with prefix tooltip 2023-01-05 12:34:50 +01:00
Pullusb 56a83910bd translate edit line opacity description 2022-10-22 11:39:45 +02:00
Pullusb 050e8a405e X-ray to In Front to match orignal prop name 2022-09-28 11:10:32 +02:00
Pullusb 4ac743cd32 doc update 2021-12-22 19:25:35 +01:00
Pullusb f05e4fe41d remove auto-updater line 2021-08-23 15:43:59 +02:00
Pullusb d480fa0817 typo 2021-07-20 18:58:46 +02:00
Pullusb 212436c451 namespace improvement
1.5.8

- feat: Namespace improvement:
  - new suffixes list that generate suffix buttons
  - dynamic layer name field that show active (msgbus)
  - possible to disable the panel with an option
2021-07-20 18:53:39 +02:00
Pullusb 0740e835d8 first verison of layer name builder
1.5.3

- feat: quick-prefix for layer using pref separator
  - list editable in addon pref
  - add interface button above layers
- code: added environnement variable for prefix and separator:
  - `PREFIXES` : list of prefix (comma separated uppercase letters between 1 and 6 character, ex: 'AN,SP,L')
  - `SEPARATOR` : Separator character to determine prefixes, default is '_' (should not be a special regex character)
- UI: add addon prefs namespace ui-box in project settings
2021-06-24 16:12:20 +02:00
Pullusb 253d1501a1 add environnement variable
1.5.2

- add environnement variables to set addon preferences project settings at register through `os.getenv('KEY')`:
  - `RENDER_WIDTH` : resolution x
  - `RENDER_HEIGHT` : resolution y
  - `FPS` : project frame rate
  - `PALETTES` : path to the blends (or json) containing materials palettes
  - `BRUSHES` : path to the blend containing brushes to load
2021-06-23 16:30:30 +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 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 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