Releases: AnimalLogic/AL_omx
AL_omx-1.1.0 Opensource
Change Logs
1.1.0
Fixes
- Fix the argument error on XFn.iterXPlugs().
Improvements:
- Update documentation and push all the changes to opensource.
1.0.13
Features
- Add XNode.iterXPlugs() and XFn.iterXPlugs() to iter all the matched xplugs on a node, with the ability to filter by attribute type, plug states and custom predicate.
1.0.12
Features
- Add has* query methods for XFn to check if the node got parent/child etc before accessing them.
1.0.11
Improvements
- Update to black-25.
1.0.10
Features
- Add XFn for universal FunctionSet access.
1.0.9
Improvements
- Move to new vfx_cxx-2023 platform.
1.0.8
Fixes
- Fixes compound angle attributes such as ".rotate" resulting in radians rather than degrees when using a tuple and setting asDegrees to "True".
1.0.7
Fixes
- Fix the rare crash caused by disconnecting an array element plug from its old source and reconnecting it to a new source, the element plug somehow become invalid thus crashes during the reconnection.
1.0.6
Fixes
- Fix the commandModifierContext for ALCommand so that it does not break during the context due to potential exception, and make sure the exception is reraised.
1.0.5
Fixes
- Use os.sep for omx plugin env separator.
Improvements
- Use MDagPath to construct Maya function set object for XNode.basicFn() and XNode.bestFn() as much as possible.
AL_omx-1.0.4 Opensource
- The first release of AL_omx open-sourced version.
- Public documentation is available and ready to be generated locally on demand
- Unittests can be run with runall.py module in mayapy or interactive Maya.