Commit Graph

18 Commits (master)

Author SHA1 Message Date
pullusb 1c39d81ef1 update links for latest gpv2 release on readmes 2024-12-03 18:29:20 +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 050e8a405e X-ray to In Front to match orignal prop name 2022-09-28 11:10:32 +02:00
Pullusb 7092bbf1be readme fr fixes 2022-04-18 17:13:01 +02:00
Pullusb 308b41e401 Update shortcut list in readme_FR 2022-04-18 17:01:04 +02:00
Pullusb 4ac743cd32 doc update 2021-12-22 19:25:35 +01:00
Pullusb 408f017e81 removed updater
1.6.1

- removed: Auto Updater that was failing since 2.93
- prefs: add a checkbox to disable the "load base palette button" in UI.
2021-08-23 14:50:00 +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 5e876f360b Add video demo link 2021-03-20 15:30:04 +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