Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Features and improvements:

  • Random state delay attribute on state machine : This attribute accept a range (by default is 0,0). If you put a range of 5, 20 then every agent that change the state will have a random delay between 5 to 20 frame. If you want a specific delay without the random, fill use the same value in both the widget like 5,5module.
  • Partial scene exporter : From the atoms-> scene menu you can open the partial scene exporter. You can choose the asset to export inside the json file from the left column and move it inside the right column. If you tun on the check box on the bottom left of the widget, then the tool will export all the dependency. For example if you select only a state machine. It will export all the clips and agent types used by this state machineAdded arnold UI.
  • Arnold 5.2.0.1 support.
  • Added renderman Renderman 22.1 Added support.
  • Houdini 17 support.
  • New bind pose operator, you can now control scale, direction etc... even if you don't use a state machine or clip reader module.
  • you can define the ATOMS_DEFAULT_DATA env variable to point to a atoms scene json file or an empty json in order to customize the atoms scene json loaded by default.

Bug Fixes:

  • Fbxloader: fixed a memory leak when loading an fbx clip.
  • Fbxloader: fixed a random crash when using FbxShort FbxUShort property.
  • Fbxloader: fixed exception of with fbxcurve.evaluate. Now it requires that all the animated attributes are baked at each frame. The atoms anim exporter already bakes every frame. If you use other tool to generare the fbx remember to bake every frame.Missing pole vector: fixed the skeleton exporter, now it writes the pole vector correctly. Unfortunally you need to export again all the agent types that has this problem. The animation clip are fine
  • Skeleton exporter: fixed an issue when exporting the leg pole vectors.