Miika Hamalainen
b937a4f5b6
Merge with trunk r37546
2011-06-16 12:00:03 +00:00
Campbell Barton
c6705e464f
use a dynamic enum for addons, annoyingly the enum was being generated from python for each of the addon buttons (~14 times per draw) which was noticeably slow, so disabling 'expand' for now.
...
Eventually it would be good to have the expanded buttons all using the same result from itemf().
2011-05-26 18:11:59 +00:00
Miika Hamalainen
3b41ab432b
Applied Dynamic Paint 1.18f patch as a codebase for GSoC.
2011-05-24 07:08:58 +00:00
Campbell Barton
3929753794
added other addon category.
2011-05-17 09:13:14 +00:00
Campbell Barton
56968bb580
dfelinto noticed text editor section was missing.
2011-04-06 06:47:04 +00:00
Campbell Barton
2e6a02438e
move script directories for internal blender scripts.
...
ui/ --> startup/bl_ui
op/ --> startup/bl_operators
scripts/startup/ is now the only auto-loading script dir which gives some speedup for blender loading too.
~/.blender/2.56/scripts/startup works for auto-loading scripts too.
2011-03-21 12:35:49 +00:00