Campbell Barton
b374ab919a
import common classes from bpy.types, saves ~1000 python getattrs on startup.
2011-08-12 06:57:00 +00:00
Campbell Barton
eaae38551f
pep8 compliance
2011-06-21 17:17:51 +00:00
Guillermo S. Romero
31093223cd
SVN maintenance.
2011-06-18 23:22:55 +00:00
Brecht Van Lommel
5dcb853ed9
Fix #27660 : texture space panel was missing for curve & metaballs, now they
...
have same panel as mesh. Patch by Ronan Ducluzeau, thanks!
2011-06-17 13:53:47 +00:00
Daniel Salazar
86f2f425bf
UI for texture space in mesh/curve/mball data properties
...
http://pasteall.org/pic/show.php?id=13244
2011-06-04 08:09:34 +00:00
Campbell Barton
265cdf29fb
fix [ #26754 ] Live Edit and Editing UI scripts don't work
2011-04-04 10:13: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