Blender Git Loki
Git Commits -> Revision c8b06bb
Revision c8b06bb by Campbell Barton (master) October 13, 2006, 11:56 (GMT) |
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 |
Commit Details:
Full Hash: c8b06bba9c7ca9a537ac0e02f0466d7da64c60fe
SVN Revision: 8633
Parent Commit: ffed7d3
Lines Changed: +3, -6