Skip to content

Releases: sashaouellet/SDMTools

Floating IPR Viewer Menu Option

30 Jan 16:21
Compare
Choose a tag to compare

Added new menu option in Render menu to open a new floating IPR window. Fixed longstanding bug with self-installation.

Install Script/Enum Dependency Bug Fixes

08 Jan 23:49
Compare
Choose a tag to compare

Removed the enum dependency since this is not guaranteed to be present across all installations of python. Install script had a major bug that caused it to completely retrieve the wrong directory of the toolset.

Convert to UDIM Expression

28 Dec 07:09
Compare
Choose a tag to compare

New shelf tool that converts the current matnet's texture nodes from $F notation to %(UDIM)d

Startup Crash Hotfix

17 Dec 01:04
Compare
Choose a tag to compare

hou module not imported where it needed to be

Also minor change to Convert to RAT tool, now accepts .rat files to be re-processed.

Cache and Flipbook Tool, Cache Notifications, Logging

16 Dec 23:54
Compare
Choose a tag to compare

New cache and flipbook shelf tool. File cache has the ability to notify you via email (currently Gmail only, and does not use SSO). Check out SDMTools > Preferences to configure your email/password.

Implemented logging so that bug reports are easier to track down. All logs go to [SDM_TOOLS_DIR]/houdini/logs/sdm_tools.log

Default Node Shape and Color Setter

06 Dec 21:44
Compare
Choose a tag to compare

New menu tool when you right click on a node to save the current shape/color as the global default for that node's type.

Install Script Hotfix

04 Dec 19:46
Compare
Choose a tag to compare

Fixed bug in installation script - was incorrectly setting PYTHONPATH

Preferences Dialog and Auto Check for Updates

04 Dec 07:16
Compare
Choose a tag to compare

New preferences dialog under SDMTools > Preferences to easily disable certain shelf tools. Will be useful down the line as I add other settings. Auto check for updates actually works now, and will silently check for updates on startup, only prompting the user if there are any.

Updates to RAT Convert tool

01 Dec 20:14
Compare
Choose a tag to compare

The RAT convert shelf tool now checks for file references initially upon load, and allows the user to select which images they want to convert (as opposed to defaulting to always converting everything).

Updated MultiFlipbook, improvements to update checking

25 Nov 23:12
Compare
Choose a tag to compare

MultiFlipbook can actually be closed out of properly now. Implementation is ready for auto checking of updates. Not yet activated.