Blender Git Loki

Git Commits -> Revision 7dc33e3

Revision 7dc33e3 by Sergey Sharybin (master)
February 1, 2013, 06:24 (GMT)
Move opencl and reigidbody from source/blender/ to intern/

This modules does not depend on any blender-specific data
structures or algorithms and due to our policy better be
placed to intern/

Shall be no functional changes, tested CMake and SCons on
Linux, hopefully other platforms will work as well.

P.S. SVN history shall be preserved for the files.

Commit Details:

Full Hash: 7dc33e3ef8429d7d541e8c0291826a2d42c56566
SVN Revision: 54247
Parent Commit: a47bef3
Lines Changed: +3140, -3136

10 Added Paths:

/intern/opencl/CMakeLists.txt (+42, -0) (View)
/intern/opencl/intern/clew.c (+311, -0) (View)
/intern/opencl/intern/clew.h (+1317, -0) (View)
/intern/opencl/intern/OCL_opencl.c (+37, -0) (View)
/intern/opencl/OCL_opencl.h (+37, -0) (View)
/intern/opencl/SConscript (+34, -0) (View)
/intern/rigidbody/CMakeLists.txt (+35, -0) (View)
/intern/rigidbody/RBI_api.h (+309, -0) (View)
/intern/rigidbody/rb_bullet_api.cpp (+949, -0) (View)
/intern/rigidbody/SConscript (+42, -0) (View)

10 Deleted Paths:

/source/blender/opencl/CMakeLists.txt (+0, -42)
/source/blender/opencl/intern/clew.c (+0, -311)
/source/blender/opencl/intern/clew.h (+0, -1317)
/source/blender/opencl/intern/OCL_opencl.c (+0, -37)
/source/blender/opencl/OCL_opencl.h (+0, -37)
/source/blender/opencl/SConscript (+0, -34)
/source/blender/rigidbody/CMakeLists.txt (+0, -35)
/source/blender/rigidbody/RBI_api.h (+0, -309)
/source/blender/rigidbody/rb_bullet_api.cpp (+0, -949)
/source/blender/rigidbody/SConscript (+0, -42)

15 Modified Paths:

/intern/CMakeLists.txt (+8, -0) (Diff)
/intern/SConscript (+6, -0) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenkernel/SConscript (+1, -1) (Diff)
/source/blender/CMakeLists.txt (+0, -5) (Diff)
/source/blender/compositor/CMakeLists.txt (+1, -1) (Diff)
/source/blender/compositor/SConscript (+1, -1) (Diff)
/source/blender/editors/physics/CMakeLists.txt (+1, -1) (Diff)
/source/blender/editors/physics/SConscript (+1, -1) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+1, -1) (Diff)
/source/blender/makesrna/intern/SConscript (+1, -1) (Diff)
/source/blender/makesrna/SConscript (+1, -2) (Diff)
/source/blender/SConscript (+1, -5) (Diff)
/source/blenderplayer/CMakeLists.txt (+1, -1) (Diff)
/source/creator/CMakeLists.txt (+2, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021