Message 1 of 3

Not applicable
01-19-2017
02:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello!
I've got a load of nodes with some custom attributes of type Boolean.
If i do
float $temop = `getAttr "object.boolattribute"`;
It comes out as 1, but if I'm using a matrix and I do
$myMatrix[0][0] = `getAttr "object.boolattribute"`;
It returns 0.
I don't understand but hopefully one of you does!
Thanks
Solved! Go to Solution.