Campbell Barton
|
9454015289
|
style cleanup: remove '.' from docstring endings and use quotes for descriptions.
|
2012-07-01 07:55:44 +00:00 |
|
Campbell Barton
|
6711870cab
|
updated add mesh template for bmesh. thanks to PKHG for initial conversion.
|
2012-03-30 05:43:33 +00:00 |
|
Campbell Barton
|
90d19ad883
|
py style change only - make property definitions consistent
|
2011-08-19 19:25:20 +00:00 |
|
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 |
|