blender/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
..
buttons_data_armature.py UI: 2009-06-18 14:20:25 +00:00
buttons_data_bone.py RNA: 2009-06-19 14:56:49 +00:00
buttons_data_camera.py UI: 2009-06-18 14:20:25 +00:00
buttons_data_curve.py UI: 2009-06-18 14:20:25 +00:00
buttons_data_empty.py UI: 2009-06-18 14:20:25 +00:00
buttons_data_lamp.py UI: 2009-06-18 14:20:25 +00:00
buttons_data_lattice.py UI: 2009-06-18 14:20:25 +00:00
buttons_data_mesh.py UI: 2009-06-18 14:20:25 +00:00
buttons_data_modifier.py Bugfix: Displace modifier was missing the "direction" drop down menu. 2009-06-19 09:21:08 +00:00
buttons_data_text.py UI: 2009-06-18 14:20:25 +00:00
buttons_material.py UI: 2009-06-18 14:20:25 +00:00
buttons_object_constraint.py Forgot to update this file. Constraints now go into the new constraint tab. :) 2009-06-06 22:14:45 +00:00
buttons_objects.py ObColor wasnt converted into an RNA string. 2009-06-20 02:44:57 +00:00
buttons_particle.py UI Buttons: 2009-06-07 13:36:12 +00:00
buttons_physic_cloth.py UI: 2009-06-18 14:20:25 +00:00
buttons_scene.py 2.5 UI 2009-06-15 20:28:49 +00:00
buttons_texture.py UI: 2009-06-18 14:20:25 +00:00
buttons_world.py UI: 2009-06-18 14:20:25 +00:00
space_image.py 2.5: Image Editor 2009-06-16 01:22:56 +00:00
space_outliner.py updated outliner header python file, still disabled for now, because there's not a nice way yet to represent the keying sets menu. 2009-05-30 06:23:17 +00:00
space_sequencer.py UI scripts: 2009-06-16 01:25:49 +00:00
space_text.py 2.5: Text editor, port menu code to python. 2009-06-16 01:10:47 +00:00