blender/release/scripts/ui
Campbell Barton a3f6b0ed00 - add torus back from 2.4x as an operator
bpy.ops.mesh.primitive_torus_add(major_radius=1, minor_radius=0.25, major_segments=48, minor_segments=16)

- experemental dynamic menus, used for INFO_MT_file, INFO_MT_file_import, INFO_MT_file_export and INFO_MT_mesh_add. these can have items added from python.
eg.

- removed OBJECT_OT_mesh_add, use the python add menu instead.

- made mesh primitive ops -  MESH_OT_primitive_plane_add, ...cube_add, etc. work in object mode.

- RNA scene.active_object wrapped

- bugfix [#19466] 2.5: Tweak menu only available for mesh objects added within Edit Mode
  ED_object_exit_editmode was always doing an undo push, made this optional using the existing flag - EM_DO_UNDO, called everywhere except when adding primitives.
2009-10-10 21:23:20 +00:00
..
buttons_data_armature.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_bone.py UI tweaks 2009-10-03 11:19:14 +00:00
buttons_data_camera.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_curve.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_empty.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_lamp.py UI tweaks 2009-10-03 11:19:14 +00:00
buttons_data_lattice.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_mesh.py - rna path lookup crashed if the string was null (reported by Cessen with an empty driver) 2009-10-07 09:23:29 +00:00
buttons_data_metaball.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_modifier.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_data_text.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_game.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_material.py - added ramp diffuse & spec factor rna props 2009-10-09 14:35:54 +00:00
buttons_object_constraint.py Move Inverse Kinematics panel to Constraint context. Make iTaSC parameter panel more readable. 2009-10-02 07:20:07 +00:00
buttons_object.py A few fixes: 2009-10-08 11:29:27 +00:00
buttons_particle.py General particle bug fixes + few small goodies 2009-10-05 13:25:56 +00:00
buttons_physics_cloth.py Unified effector functionality for particles, cloth and softbody 2009-09-30 22:10:14 +00:00
buttons_physics_common.py General particle bug fixes + few small goodies 2009-10-05 13:25:56 +00:00
buttons_physics_field.py Fixed [#19506] Missing buttons : Curve Guide. 2009-10-02 20:15:25 +00:00
buttons_physics_fluid.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
buttons_physics_smoke.py * Show Smoke Field Weights only for Domains. 2009-10-09 13:56:35 +00:00
buttons_physics_softbody.py Unified effector functionality for particles, cloth and softbody 2009-09-30 22:10:14 +00:00
buttons_scene.py * icon set updates, thanks jendryzch 2009-10-10 08:40:44 +00:00
buttons_texture.py UI scripts: 2009-10-09 15:25:19 +00:00
buttons_world.py UI scripts: 2009-10-09 15:25:19 +00:00
space_buttons.py menus are now global (like operators), so for eg, the info add menu and the 3D add menu can be shared. 2009-10-08 19:06:32 +00:00
space_console.py menus are now global (like operators), so for eg, the info add menu and the 3D add menu can be shared. 2009-10-08 19:06:32 +00:00
space_filebrowser.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
space_image.py menus are now global (like operators), so for eg, the info add menu and the 3D add menu can be shared. 2009-10-08 19:06:32 +00:00
space_info.py - add torus back from 2.4x as an operator 2009-10-10 21:23:20 +00:00
space_logic.py - removed 2.4x release/scripts 2009-09-28 03:19:52 +00:00
space_node.py menus are now global (like operators), so for eg, the info add menu and the 3D add menu can be shared. 2009-10-08 19:06:32 +00:00
space_outliner.py menus are now global (like operators), so for eg, the info add menu and the 3D add menu can be shared. 2009-10-08 19:06:32 +00:00
space_sequencer.py menus are now global (like operators), so for eg, the info add menu and the 3D add menu can be shared. 2009-10-08 19:06:32 +00:00
space_text.py menus are now global (like operators), so for eg, the info add menu and the 3D add menu can be shared. 2009-10-08 19:06:32 +00:00
space_time.py menus are now global (like operators), so for eg, the info add menu and the 3D add menu can be shared. 2009-10-08 19:06:32 +00:00
space_userpref.py Wrong Tooltip for Continuous Grab. 2009-10-09 12:47:25 +00:00
space_view3d_toolbar.py * Added Grease Pencil Operator buttons to the Toolshelf 2009-10-09 23:34:52 +00:00
space_view3d.py Bringing back the transform orientations panel. 2009-10-10 17:40:56 +00:00