Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@ajz3d ajz3d released this 25 Feb 22:28
· 1 commit to master since this release
f862def

FEATURES

  • Homing of isolated groups was implemented, but it requires the Isolate button to be pressed twice. This is a known problem which will be fixed in one of the future releases.

CHANGES

  • Directory structure was modified in order to ensure easier installation and development. Previously, installation required from user to copy files from the archive to multiple destinations. Now the archive can be extracted to any directory, provided the path to it is included in HOUDINI_PATH global variable inside houdini.env file. This mimics the second installation method of SideFX GameDevelopmentToolset.
  • Data tab is now hidden by default as it is used internally by the Dynamite script and should not be exposed to the artist, unless it's for debugging purposes.
  • Smooth Normals checkbox in the Import tab will now smooth reference mesh normals only. There was no need to smooth retopo normals because retopo mesh usually comes with its own custom normals/smoothing groups and altering them might lead to some problems down in the pipeline.
  • Shelf tool got an icon.
  • Corrected some typos in README.md and updated it to include recent changes.

BUGFIXES

  • Fixed network homing on network initialization/update. Previously the network viewer wouldn't scale properly in some circumstances.