blender/release/ui
Brecht Van Lommel 94902dac97 2.5 UI: Modifier Template
* template_modifier creates the modifier box, and returns a layout
  to put the buttons in.
* Only the armature modifier is now done with python code, all other
  modifiers use C code. To convert a modifier to python, remove the
  corresponding C code and create a function in DATA_PT_modifiers.
* Some modifiers still require some RNA work to get it working well,
  especially to make pointers editable. Mostly that is a matter of
  defining an own _set callback and put some of the modifier C code
  into it.
* Still various buttons that don't work, like for hooks or mesh
  deform binding.
* Fix for crashing decimate modifier (still disabled).

* Removed UI_BUT_NO_HILITE, HMENU.
* Make uiLayoutBox work with align.
2009-05-21 15:34:09 +00:00
..
buttons_data_armature.py Assorted UI tweaks/cleanups 2009-05-20 13:56:22 +00:00
buttons_data_bone.py please dont mix tabs and spaces, failed with python 3.1 2009-05-20 02:17:53 +00:00
buttons_data_camera.py 2.5 Buttons: 2009-05-20 16:24:04 +00:00
buttons_data_curve.py * removed some arbitrary range limits on property values 2009-05-21 07:40:43 +00:00
buttons_data_empty.py UI: Layout Engine 2009-05-15 11:19:59 +00:00
buttons_data_lamp.py 2.5 Buttons: 2009-05-21 11:10:34 +00:00
buttons_data_lattice.py UI 2009-05-19 17:13:33 +00:00
buttons_data_modifier.py 2.5 UI: Modifier Template 2009-05-21 15:34:09 +00:00
buttons_data_text.py UI 2009-05-19 17:13:33 +00:00
buttons_material.py 2.5 Buttons: 2009-05-21 11:10:34 +00:00
buttons_objects.py 2.5 Buttons: 2009-05-20 16:24:04 +00:00
buttons_scene.py 2.5 Buttons: 2009-05-21 11:10:34 +00:00
buttons_world.py UI: added support for enable buttons in the panel header. 2009-05-20 14:46:49 +00:00
space_text.py UI: Layout Engine 2009-05-15 11:19:59 +00:00