mischakolbe / node_calculator

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

SetAttr on NcList per item #73

Closed mischakolbe closed 5 years ago

mischakolbe commented 5 years ago

Make sure that this setAttr doesn't invoke a separate node creation each! For example: NcList.tx = soft_approach(xyz) Each item of the NcList should be connected to the SAME soft_approach result!

Skip list items that don't have the required attribute, throwing a warning.

mischakolbe commented 5 years ago

Nevermind... It's already in there. Maybe just change this so it only throws a warning, not an error when an attribute doesn't exist.

mischakolbe commented 5 years ago

Addressed in Release 2.1.1