[Bf-python] Matrix comparison broken

Gilbert, Joseph T. jgilbert at tigr.ORG
Mon Nov 21 19:12:44 CET 2005


Because matrix has no overloaded comparison operator like vector. 
A == b is an instance comparison. It's equivalent to:
instance_a == instance_b = False


-----Original Message-----
From: bf-python-bounces at projects.blender.org
[mailto:bf-python-bounces at projects.blender.org] On Behalf Of Campbell
Barton
Sent: Monday, November 21, 2005 12:25 PM
To: bf-python at blender.org
Subject: [Bf-python] Matrix comparison broken

Entered this into the command line, matrix's never return true when 
comparing ATM-
a = Mathutils.Matrix()
b = Mathutils.Matrix()
b == a
False

-- 
Campbell J Barton

133 Hope Street
Geelong West, Victoria 3218 Australia

URL:    http://www.metavr.com
e-mail: cbarton at metavr.com
phone: AU (03) 5229 0241

_______________________________________________
Bf-python mailing list
Bf-python at projects.blender.org
http://projects.blender.org/mailman/listinfo/bf-python



More information about the Bf-python mailing list