b745621038
Changes to python-defined add object operators:
...
- Reset rotation value when toggling Align to View property
which correctly re-alignes object on continuous property
toggling and fixes issue
#30510 : [2.62] Add Mesh - Torus - "Align to View" cannot be switched back when toggling off
- Moves all generic object-add properties into a helper function
which might be easily re-used.
2012-03-14 08:55:57 +00:00
0f3e1821ea
Fix #30435 : 2.62 Torus Batch building "Bug" or A Experimental Feature?
...
Python-defined primitives used to be added to all visible layers instead of
adding to active scene layer as it happens with C-defined primitives.
2012-03-08 18:50:42 +00:00
d8c4e59f67
* fix for error in shape transfer (wrong var name).
...
* fix for error alligning object to the view when no space was set.
also added blenderplayer start to CTest operator blacklist.
2012-02-02 05:11:42 +00:00
fda2045150
correct spelling errors in comments
2011-10-17 06:58:07 +00:00
a9dea3afe9
correct missing bpy doc references.
2011-08-26 18:48:48 +00:00
2620bd0ade
fix for error in recent commit.
2011-07-31 12:46:34 +00:00
f4293067c1
py api: sphinx doc corrections, pep8 cleanup and style edits, also added __all__ to some modules which were missing it.
2011-07-31 03:15:37 +00:00
a9dd90be78
move load_image into image_utils and add some docstrings to bpy_extras module.
2011-05-28 09:34:45 +00:00
ecf2d1ff4e
- generate sphinx docs for bpy_extras module
...
- add in support to doc generator for automatically generating docs for submodules.
2011-05-28 07:47:58 +00:00
68dbfe6ac9
move generic bpy helper modules into bpy_extras.
2011-05-16 07:51:02 +00:00