[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22034] branches/blender2.5/blender/source /blender/editors/datafiles/B.blend.c: 2.5: update .B.blend, to have 1: 1 zoom levels for the buttons.

Dalai Felinto dfelinto at gmail.com
Fri Jul 31 17:28:27 CEST 2009


It looks like the current .B25 file has wrong world parameters.
The default scene->world has zero to all of those parameters:

wo->gravity;
wo->physicsEngine;
wo->mode;
wo->occlusionRes;
wo->ticrate;
wo->maxlogicstep;
wo->physubstep;
wo->maxphystep;

Since we are copying them in do_version (line 9421) to
scene->gamedata, the default parameters are messed up.
(the other option it's to ignore those parameters and set new ones at
readfile time for <2.50. That would be nice to do because wo =
newlibadr(fd, sce->id.lib, sce->world); still doesn't look like
working properly inside do_version()).

Cheers,
Dalai

http://blenderecia.orgfree.com

Revision: 22034
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22034
Author:   blendix
Date:     2009-07-30 01:21:57 +0200 (Thu, 30 Jul 2009)

Log Message:
-----------
2.5: update .B.blend, to have 1:1 zoom levels for the buttons.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/datafiles/B.blend.c


More information about the Bf-committers mailing list