Files
test/release/ui
Campbell Barton 7785ead4eb ObColor wasnt converted into an RNA string.
Updated Mathutils.Vector/Euler/Quaternion/Matrix so these are types rather then module methods, each type now has a tp_new function, matching python builtins float/int/str.
Also cleaned up float conversion and arg passing.

Changed buttons_objects.py...
 if ob in groups.objects: # no longer works
 if ob.name in groups.objects: # is the new syntax
...its more dict like and a lot faster (avoids python iterating over each item and comparing each, use a single rna lookup instead).
2009-06-20 02:44:57 +00:00
..
UI:
2009-06-18 14:20:25 +00:00
2009-06-19 14:56:49 +00:00
UI:
2009-06-18 14:20:25 +00:00
UI:
2009-06-18 14:20:25 +00:00
UI:
2009-06-18 14:20:25 +00:00
UI:
2009-06-18 14:20:25 +00:00
UI:
2009-06-18 14:20:25 +00:00
UI:
2009-06-18 14:20:25 +00:00
UI:
2009-06-18 14:20:25 +00:00
UI:
2009-06-18 14:20:25 +00:00
2009-06-07 13:36:12 +00:00
UI:
2009-06-18 14:20:25 +00:00
2009-06-15 20:28:49 +00:00
UI:
2009-06-18 14:20:25 +00:00
UI:
2009-06-18 14:20:25 +00:00
2009-06-16 01:22:56 +00:00
2009-06-16 01:25:49 +00:00