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
..
2009-04-15 12:59:49 +00:00
2009-04-20 09:17:43 +00:00
2009-04-20 15:06:46 +00:00
2009-02-19 16:22:07 +00:00
2009-04-30 16:44:00 +00:00
2009-04-20 15:06:46 +00:00
2009-04-20 15:06:46 +00:00
2009-04-20 15:06:46 +00:00
2009-04-20 15:06:46 +00:00
2009-04-20 15:06:46 +00:00
2009-04-20 15:06:46 +00:00
2009-04-20 15:06:46 +00:00
2008-04-16 22:40:48 +00:00
2009-01-07 17:25:17 +00:00
2009-04-20 15:06:46 +00:00
2009-03-11 00:43:08 +00:00
2008-10-11 20:19:04 +00:00
2009-04-20 15:06:46 +00:00
2008-11-01 17:07:24 +00:00
2008-09-29 17:08:11 +00:00
2009-04-02 14:38:40 +00:00
2009-01-04 14:14:06 +00:00
2009-01-26 08:34:40 +00:00
2009-05-17 16:19:13 +00:00
2009-04-20 15:06:46 +00:00
2009-04-01 12:43:07 +00:00
2009-04-20 15:06:46 +00:00
2009-04-02 14:38:40 +00:00
2008-11-06 01:30:24 +00:00
2009-05-05 23:10:32 +00:00
2009-04-20 15:06:46 +00:00
2009-01-23 14:43:25 +00:00
2009-04-20 15:06:46 +00:00
2009-04-11 08:26:51 +00:00
2009-05-11 11:51:30 +00:00
2009-01-24 13:45:24 +00:00
2009-05-05 23:10:32 +00:00
2009-05-05 23:10:32 +00:00
2009-01-04 14:14:06 +00:00
2008-08-30 14:32:16 +00:00
2009-01-28 23:29:27 +00:00
2009-05-05 23:10:32 +00:00
2009-01-04 14:14:06 +00:00
2009-05-20 13:34:04 +00:00
2009-01-30 08:10:31 +00:00
2009-01-17 03:12:50 +00:00
2009-04-22 18:39:44 +00:00
2009-05-05 23:10:32 +00:00
2009-01-18 10:41:45 +00:00
2009-01-04 14:14:06 +00:00
2009-04-11 08:26:51 +00:00
2009-05-21 15:34:09 +00:00
2009-02-19 16:22:07 +00:00
2008-04-16 22:40:48 +00:00
2009-04-20 15:06:46 +00:00
2009-05-21 15:34:09 +00:00
2008-11-12 21:16:53 +00:00
2009-04-20 15:06:46 +00:00
2009-04-20 15:06:46 +00:00
2009-01-17 03:12:50 +00:00
2008-12-23 19:47:33 +00:00
2009-01-17 00:51:42 +00:00
2008-11-12 21:16:53 +00:00
2009-04-20 15:06:46 +00:00
2009-04-22 18:39:44 +00:00
2008-11-12 21:16:53 +00:00
2009-03-17 22:27:15 +00:00
2009-03-17 21:44:58 +00:00
2009-04-20 15:06:46 +00:00
2008-11-06 01:30:24 +00:00
2009-03-17 21:44:58 +00:00
2008-05-05 17:30:33 +00:00
2009-01-07 14:46:50 +00:00
2009-04-20 15:06:46 +00:00
2009-04-27 10:00:22 +00:00
2009-01-18 10:41:45 +00:00
2009-04-20 15:06:46 +00:00
2009-01-04 18:16:34 +00:00
2009-04-20 15:06:46 +00:00
2009-01-04 19:10:57 +00:00