8000 Releases Β· cgvinny/vg_painter_utilities Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Releases: cgvinny/vg_painter_utilities

VG Painter Utilities 1.3.1

05 May 09:47
9489642
Compare
Choose a tag to compare

What's Changed

  • QuickBaker - baking only the maps selected by the user by @dertwist in #27

New Contributors

Full Changelog: v1.3.0...v1.3.1

VG Painter Utilities 1.3.0

17 Sep 14:46
f4fe03a
Compare
Choose a tag to compare

WARNING: this version is compatible with Substance 3D Painter 10.1 and above

If you are using an older version, use the 1.2.0 version of my plugin (I won't maintain 2 versions of my plugin to support the older version, but if you feel motivated, I'm inviting you to fork this project.)

  • This version is updating the plugin launch page to support the new Qt version used in Substance 3D Painter 10.6 & above.

What's Changed

  • Making pyside 6 complaint modifications by @cgvinny in #23

Full Changelog: v1.2.0...v1.3.0

VG Painter Utilities 1.2.0

03 Sep 17:36
Compare
Choose a tag to compare
  • Adding a New fill layer with no channel activated (accessible via the menu, or 'Alt+F'
  • Code cleaning and refactoring
  • Minor bugs fixing

Full Changelog: v1.1.0...v1.2.0

VG Painter Utilities 1.1.0

29 Aug 10:18
Compare
Choose a tag to compare
  • Fixed a bug with 'Generate layer from Stack' & 'Flatten Stack', where Ambient occlusion wasn't properly transported (Thanks Kelly Recco for reporting the bug)

Full Changelog: v1.0.0...v1.1.0

VG Painter Utilities 1.0.5

28 Aug 15:47
0174b0a
Compare
Choose a tag to compare

General code refactoring and cleaning to apply single responsibility principles, and help with future code reuse.

VG Painter 1.0.0

22 Aug 19:05
da4d88a
Compare
Choose a tag to compare

This release introduces a new "Quick Bake" feature, to bake the current texture set principal mesh maps, in one click at the current resolution.
You can also launch it with the Ctrl + B shortcut

VG Painter 1.0.0 Beta

22 Aug 16:21
Compare
Choose a tag to compare
VG Painter 1.0.0 Beta Pre-release
Pre-release

Introducing a quick bake option which would bake mesh maps with a click/ctrl+B shortcut.
Works, but still need refinement to get back to the paint view after baking.

VG Painter Utilities 0.9.0

20 Aug 22:13
Compare
Choose a tag to compare

🚩 WARNING: the vg_shortcuts_launcher script has been removed. If you installed the previous version, follow these steps: 🚩

  • go to "Documents\Adobe\Adobe Substance 3D Painter\python\plugins"
  • delete vg_shortcuts_launcher.py

What's new:

  • Added the "Create Mask with fill effect" feature (accessible via the menu or "Shift + M" shortcut)
  • the plug-in should now work on Linux (thanks @adro79 for the pull request)
  • plugin structure general reorg (removing the vg shortcut launcher script)
  • Shortcuts work, even if the mouse is over the layer stack

What's Changed

  • fix default_export_path variable for non-windows os by @adro79 in #17
  • Add "mask with fill" feature by @cgvinny in #19

New Contributors

Full Changelog: v0.8.0...v0.9.0

VG Painter Utilities 0.8.5 Beta

20 Aug 11:09
Compare
Choose a tag to compare
90EC
Pre-release

New feature: "Create Mask with fill"
accessible via the menu and via the shift + M shortcut

will add a mask, with a white fill effect to the currently selected layer
If there is already a mask, the fill effect will be added to it.

Still need to decide whice color to apply to the fill effect (white seems a legit choice though)

VG Painter Utilities 0.8.0

09 Aug 23:44
d3d68d1
Compare
Choose a tag to compare

New feature: 'Create Ref Point Layer'
Creates a new Paint layer, with all channels set to passthrough, and with an anchor point
The naming is incremental, to make sure that each ref point is unique.

0