blender/release/scripts
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
..
io/netrender missed updating this when editing registration, 2011-02-21 02:45:13 +00:00
keyingsets - move keyingsets_utils.py into modules. 2011-02-12 08:12:00 +00:00
modules bugfix/workaround [#25629] Add torus with autmatic edit mode duplicates mesh after >Aling to View. 2011-02-22 02:47:59 +00:00
op fix [#26104] Context Set Boolean op fails [34892i] 2011-02-19 04:28:07 +00:00
presets pep8 cleanup 2011-02-04 09:27:25 +00:00
templates bugfix [#26094] Going to Bone Roll menu brings up python error 2011-02-16 02:25:03 +00:00
ui fix [#26093] Install Add-On Fails and deletes script 2011-02-21 07:33:59 +00:00