Blender Git Loki
Git Commits -> Revision b3bb3f0
Revision b3bb3f0 by Daniel Dunbar (master) March 19, 2005, 20:04 (GMT) |
Some cleaning up of BLI_winstuff.h usage - removed reference in render.h (really bad, shouldn't include a platform specific header so widely unless really necessary) - added M_PI, M_PI_2, M_SQRT, M_SQRT_2 defines to BLI_arithb.h... this is a better place as it is more the "standard" blender math header. left in winstuff.h as well for the moment for simplicity - other changes are patches to code so everything works ok with this shuffling. |
Commit Details:
Full Hash: b3bb3f06baa3a591586660123c0d4f3bad79f527
SVN Revision: 3976
Parent Commit: c8d6515
Lines Changed: +37, -9
8 Modified Paths:
/source/blender/blenlib/BLI_arithb.h (+13, -0) (Diff)
/source/blender/blenlib/BLI_winstuff.h (+17, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+0, -1) (Diff)
/source/blender/blenlib/intern/winstuff.c (+1, -0) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+0, -3) (Diff)
/source/blender/render/extern/include/render.h (+0, -5) (Diff)
/source/blender/src/previewrender.c (+3, -0) (Diff)
/source/blender/src/writeavicodec.c (+3, -0) (Diff)
/source/blender/blenlib/BLI_winstuff.h (+17, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+0, -1) (Diff)
/source/blender/blenlib/intern/winstuff.c (+1, -0) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+0, -3) (Diff)
/source/blender/render/extern/include/render.h (+0, -5) (Diff)
/source/blender/src/previewrender.c (+3, -0) (Diff)
/source/blender/src/writeavicodec.c (+3, -0) (Diff)