
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I'm trying to control some boolean3 functionality from script and have run into an issue with determining operand world position. In boolean3 you can get a controller of an operand via operand_tm property of the boolean, however transforms in these controllers seems to be relative to original pivot of a node that was used to create the boolean3 object.
Right after the creation, that's fine and the world position of an operand is a function of a position in operand controller and node's pivot transform. But user can change node's pivot at any time and as soon as they do, the above is not true. After the pivot change I also need relative transform between node's pivot and operand controller parent. And that's the problem, because I cannot find it anywhere. Does anyone knows how this works?
Solved! Go to Solution.