Campbell Barton
|
68dbfe6ac9
|
move generic bpy helper modules into bpy_extras.
|
2011-05-16 07:51:02 +00:00 |
|
Campbell Barton
|
fc0c016940
|
replace import *'s with named imports (using * is convenient for some scripts but considered bad practice by python devs)
|
2011-02-27 15:25:24 +00:00 |
|
Campbell Barton
|
9bd57cd302
|
update templates for registration changes
|
2011-02-12 08:04:32 +00:00 |
|
Campbell Barton
|
32e3aac6bc
|
use update() rather then update_tag(), needed for making edge data.
|
2011-02-08 21:32:26 +00:00 |
|
Campbell Barton
|
d272b70ee0
|
rename ID.update() --> update_tag() since this function only tags for updating and scene.update() executes the update.
|
2011-02-07 08:13:28 +00:00 |
|
Campbell Barton
|
076171c5fa
|
fix [#25757] Torus script uses radians for rotation in panel
|
2011-01-24 15:25:03 +00:00 |
|
Campbell Barton
|
da69433ff9
|
simple add mesh operator template.
|
2011-01-12 17:29:54 +00:00 |
|