mischakolbe / node_calculator

Create Maya node-network by entering a math-formula.
67 stars 14 forks source link

Access shape attributes from transform #69

Closed mischakolbe closed 5 years ago

mischakolbe commented 5 years ago

Maya's setAttr & getAttr allows accessing shape attributes from its transform. The NodeCalculator doesn't allow that right now.

Check PyMel, how it's solved there. Maybe even use a .shape attribute to access shapes from transforms?

mischakolbe commented 5 years ago

Addressed in Release 2.1.0