Skip to content

5.5.38

Compare
Choose a tag to compare
@davidlatwe davidlatwe released this 05 Nov 10:04
· 269 commits to master since this release
c31db40
  • Optimized Maya host.ls() method - #456

    Instead of using avalon.maya.lib.lsattr which scanning all nodes, implemented an internal method specifically for iterating only objectSet nodes for listing containers. The speed is about 5 times faster.

  • Removed schema validation when parsing containers - #458

    The container data schema validation was dragging the process when the scene has lots of subset loaded. Removing it for performance.
    The flag validate=True in pipeline.parse_container has been removed.

  • Fix avalon.lib.launch() for non-Windows platform - #459

    The subprocess.Popen flag creationflags only works on Windows, and cause error on non-Windows platform.

  • Improve Python 3 compatibility - #462, #464, #469

    Improve for host which using Python 3+, e.g. Blender.

  • Fix Workfiles app for working in Blender - #465

    This is a must for upcoming Avalon-Blender implementation. 🚀

  • Minor fix

    • Fix tools debug mode - #470