[Bf-python] Re: problem with absolute vertex coords

Stephen Swaney sswaney at centurytel.net
Thu Feb 3 16:32:21 CET 2005


On Thu, Feb 03, 2005 at 10:09:09AM +0000, Campbell Barton wrote:
> 
> You probably should use
> 
> mat = object.getMatrix('worldspace')
> instead of 
> mat = object.getMatrix()
> 
> Incase of parenting etc.

Worldspace is the default when getMatrix() is called with no
arguments.  This makes .getMatrix() and .getMatrix('worldspace')
equivalent.

-- 
Stephen Swaney			
sswaney at centurytel.net




More information about the Bf-python mailing list