Files
test/source/blender
Campbell Barton c8b06bba9c mesh/animation exporters didnt work when there were no 3d views open, because the Blender.Set('curframe', i) called a update command that resulted in no viewable layers updating.
Made Blender.Set('curframe', i) do a
  scene_update_for_newframe(G.scene, (1<<20) - 1);

  removed 2 unused constants from Scene.c
2006-10-13 11:56:08 +00:00
..
2006-10-13 09:11:56 +00:00
2006-09-14 12:21:18 +00:00
2006-02-04 14:15:10 +00:00
2006-08-28 09:30:33 +00:00
2006-02-07 21:24:36 +00:00
2006-07-26 22:29:23 +00:00