blender/release/scripts/modules
Campbell Barton 4b859e91cb bugfix/workaround [#25629] Add torus with autmatic edit mode duplicates mesh after >Aling to View.
adding meshes in C does:
 Add Empty Mesh -> Enter Editmode -> Create Mesh

while python does:
 Add Generated Mesh -> Enter Editmode


problem with this is there is no empty undo state for undo-redo to use so it always gave a duplicate mesh on redo-ing.
workaround by adding an empty mesh, do an undo push, and join the generated mesh into the empty one.

this would be fixed if undo stack spanned modes.
2011-02-22 02:47:59 +00:00
..
bpy move addon utilities into their own module, these were getting mixed between bpy.utils and space_userpref. 2011-02-21 07:07:44 +00:00
console mailed Stani Michiels and he's ok to switch his console autocomplete to GPLv2 or later. 2011-02-08 00:01:15 +00:00
add_object_utils.py bugfix/workaround [#25629] Add torus with autmatic edit mode duplicates mesh after >Aling to View. 2011-02-22 02:47:59 +00:00
addon_utils.py move addon utilities into their own module, these were getting mixed between bpy.utils and space_userpref. 2011-02-21 07:07:44 +00:00
animsys_refactor.py pep8 cleanup 2011-01-01 07:20:34 +00:00
blend_render_info.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
bpy_types.py Editbone length was still using "normalize()" instead of "normalized()" 2011-02-21 20:26:37 +00:00
bpyml_ui.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
bpyml.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
graphviz_export.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
image_utils.py pep8 corrections. 2011-01-13 23:00:51 +00:00
io_utils.py pedantic word ordering change. 2010-12-08 11:42:11 +00:00
keyingsets_utils.py - move keyingsets_utils.py into modules. 2011-02-12 08:12:00 +00:00
rna_info.py enum-flag arguments were incorrectly documented. 2011-02-16 10:19:14 +00:00
rna_prop_ui.py pep8 cleanup 2011-01-01 07:20:34 +00:00
sys_info.py pep8 cleanup and remove unused vars/imports 2011-02-17 04:35:41 +00:00