blender/release/scripts/modules/bpy_extras
Lukas Tönne 1e02a5ff43 Fix for object_utils.object_data_add: Now supports None obdata for
creating empties.

The documentation says None is a valid argument for obdata (making
empties), but this would cause an exception. Now obdata is only used
when it is defined. An optional name argument can be passed to override
obdata.name as well.
2014-12-10 17:22:26 +01:00
..
__init__.py More spell checking. 2012-07-04 15:04:38 +00:00
anim_utils.py fix [#35977] Bake Action doesn't work properly 2013-07-04 23:52:02 +00:00
image_utils.py fix [#36455] importing obj data after saving doesn't work 2013-08-15 00:32:12 +00:00
io_utils.py Code cleanup: style 2014-02-13 08:52:12 +11:00
keyconfig_utils.py Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch) 2014-12-01 01:52:06 +13:00
mesh_utils.py Correct Python exceptions 2014-08-07 00:44:55 +10:00
object_utils.py Fix for object_utils.object_data_add: Now supports None obdata for 2014-12-10 17:22:26 +01:00
view3d_utils.py Fix T41902: Flipped persp/ortho region_2d_to_vector_3d 2014-09-22 11:11:45 +10:00