Display world-space transform of an object?
I use LuxRender as my rendering engine. I also frequently hack the scene files exported from Studio to add stuff that the exporters don't support. There have been times when I wanted to place a native Lux shape to a scene, but this requires knowing the world-space transform of a reference object in the Studio scene to place correctly. If you are trying to place something relative to a figure or other object in the scene, it's easiest to parent the reference object to said figure. But then there is no easy way to find out what the world space transform (location, rotation and scale) is, since the values shown in the property tab become relative to the parent object. You could parent the item and then unparent it, but that has the problem of it won't follow the parent item around when repositioned, and it also loses the inheritance of scale changes made to the parent.
Is there some easy way to find out what the world space transform is? Perhaps a script that takes a selected object and throws up a message dialog with the world space info? Or is there some hidden info pane that displays this?
Thanks
Comments
This should do the trick :
Many thanks for that. Seems to work a treat.