THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 14/03/2011 at 10:27, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :
---------
So, here's one for general bugs, not for SDK bugs
-------------
BaseObject.GetAbsPos() returns not the absolute position, it returns the relative.
import c4d
if __name__=='__main__':
print op.GetAbsPos()