Message 1 of 1
makePaintable -altAttribute causing crashing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I am testing out the makePaintable -altAttribute flag to see if it will solve a problem for me. To test it I have a custom deformer with two dummy paint map attributes that are both multiFloat type. I run a script like
cmds.makePaintable( 'testNode', 'weightsA', attrType='multiFloat', altAttribute = 'weightB')but when I try to paint on the weightsA attribute, it just crashes. I can paint on both of them if I run makePaintable for both without using the "altAttribute " flag. Am I misusing this command?