forked from bartvdbraak/blender
Copy scene did not copy the markers... causing in memory errors on quit.
No real baddie, but still very good to fix!
This commit is contained in:
parent
3dbe0f0074
commit
bab1603861
@ -311,6 +311,7 @@ Scene *copy_scene(Scene *sce, int level)
|
||||
scen->theDag= NULL;
|
||||
scen->toolsettings= MEM_dupallocN(sce->toolsettings);
|
||||
|
||||
duplicatelist(&(scen->markers), &(sce->markers));
|
||||
|
||||
obase= sce->base.first;
|
||||
base= scen->base.first;
|
||||
|
Loading…
Reference in New Issue
Block a user