blender/release/ui
Joshua Leung 8efdb04817 2.5 - Recode of Add Constraint Operator(s)
Add Constraint operators are now based on the old add_constraint() function (to be removed when the new code works well). 
- Fixed a few bugs with the code, including depsgraph missing rebuild call, and unique-naming for constraints failing due to wrong order for adding constraint to list
- Added capabilities for setting the target of the constraint to the first selected object/bone for the operator when called from menus + hotkeys (but not for buttons window)

This commit is still buggy. I'll fix the remaining issues tomorrow, as well as adding some more operators for IK add/clear.
2009-07-19 13:06:18 +00:00
..
bpy_ops.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
buttons_data_armature.py 2.5: Armature 2009-07-14 17:59:26 +00:00
buttons_data_bone.py 2.5: added panel with IK settings for bone. 2009-07-14 22:11:25 +00:00
buttons_data_camera.py 2.5: Render 2009-07-13 19:09:13 +00:00
buttons_data_curve.py 2.5: Buttons Window 2009-07-09 19:45:27 +00:00
buttons_data_empty.py UI: 2009-06-18 14:20:25 +00:00
buttons_data_lamp.py 2.5 Buttons: 2009-07-10 19:11:22 +00:00
buttons_data_lattice.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
buttons_data_mesh.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
buttons_data_modifier.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
buttons_data_text.py 2.5: Buttons Window 2009-07-09 19:45:27 +00:00
buttons_material.py patch from oxben (Benjamin) 2009-07-18 04:09:23 +00:00
buttons_object_constraint.py 2.5 - Recode of Add Constraint Operator(s) 2009-07-19 13:06:18 +00:00
buttons_objects.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
buttons_particle.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
buttons_physics_cloth.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
buttons_physics_field.py First version of fields panel. 2009-07-19 11:28:43 +00:00
buttons_physics_fluid.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
buttons_physics_softbody.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
buttons_scene.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
buttons_texture.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
buttons_world.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
space_buttons.py 2.5 2009-06-30 19:20:45 +00:00
space_console.py operator macro playback (run operator reports in the console) 2009-07-19 00:49:44 +00:00
space_filebrowser.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
space_image.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
space_info.py patch from oxben (Benjamin) 2009-07-18 04:09:23 +00:00
space_logic.py small changes... 2009-06-23 12:36:15 +00:00
space_outliner.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
space_sequencer.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
space_text.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
space_view3d_toolbar.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
space_view3d.py Sculpt/2.5: 2009-07-19 01:55:21 +00:00