[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28055] branches/soc-2009-yukishiro: merge to version 23595 (light paint doesn't work)

Jingyuan Huang jingyuan.huang at gmail.com
Tue Apr 6 21:50:06 CEST 2010


Revision: 28055
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28055
Author:   yukishiro
Date:     2010-04-06 21:49:54 +0200 (Tue, 06 Apr 2010)

Log Message:
-----------
merge to version 23595 (light paint doesn't work)

Modified Paths:
--------------
    branches/soc-2009-yukishiro/CMake/macros.cmake
    branches/soc-2009-yukishiro/CMakeLists.txt
    branches/soc-2009-yukishiro/SConstruct
    branches/soc-2009-yukishiro/config/darwin-config.py
    branches/soc-2009-yukishiro/config/irix6-config.py
    branches/soc-2009-yukishiro/config/linux2-config.py
    branches/soc-2009-yukishiro/config/linuxcross-config.py
    branches/soc-2009-yukishiro/config/openbsd3-config.py
    branches/soc-2009-yukishiro/config/sunos5-config.py
    branches/soc-2009-yukishiro/config/win32-mingw-config.py
    branches/soc-2009-yukishiro/config/win32-vc-config.py
    branches/soc-2009-yukishiro/config/win64-vc-config.py
    branches/soc-2009-yukishiro/doc/GPL-license.txt
    branches/soc-2009-yukishiro/extern/CMakeLists.txt
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Array/Functors.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Array/PartialRedux.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Core/CommaInitializer.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Core/Cwise.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Core/Flagged.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Core/Functors.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Core/Matrix.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Core/NestByValue.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Core/Part.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Core/Swap.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Core/util/Macros.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Core/util/Memory.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/SVD/SVD.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Sparse/AmbiVector.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Sparse/DynamicSparseMatrix.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Sparse/SparseBlock.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Sparse/SparseCwise.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Sparse/SparseCwiseBinaryOp.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Sparse/SparseCwiseUnaryOp.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Sparse/SparseDiagonalProduct.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Sparse/SparseFlagged.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Sparse/SparseMatrix.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Sparse/SparseTranspose.h
    branches/soc-2009-yukishiro/extern/Eigen2/Eigen/src/Sparse/SparseVector.h
    branches/soc-2009-yukishiro/extern/Eigen2/eigen-update.sh
    branches/soc-2009-yukishiro/extern/Makefile
    branches/soc-2009-yukishiro/extern/SConscript
    branches/soc-2009-yukishiro/extern/bullet2/CMakeLists.txt
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.h
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/CollisionShapes/btCollisionShape.h
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.h
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletDynamics/Dynamics/Bullet-C-API.cpp
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.h
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletSoftBody/btSoftRigidDynamicsWorld.h
    branches/soc-2009-yukishiro/extern/bullet2/src/SConscript
    branches/soc-2009-yukishiro/extern/ffmpeg/SConscript
    branches/soc-2009-yukishiro/extern/glew/CMakeLists.txt
    branches/soc-2009-yukishiro/extern/glew/SConscript
    branches/soc-2009-yukishiro/extern/glew/include/GL/glew.h
    branches/soc-2009-yukishiro/extern/glew/include/GL/glxew.h
    branches/soc-2009-yukishiro/extern/glew/include/GL/wglew.h
    branches/soc-2009-yukishiro/extern/glew/make/msvc_9_0/glew.vcproj
    branches/soc-2009-yukishiro/extern/glew/src/glew.c
    branches/soc-2009-yukishiro/extern/lzma/SConscript
    branches/soc-2009-yukishiro/extern/lzo/SConscript
    branches/soc-2009-yukishiro/extern/x264/SConscript
    branches/soc-2009-yukishiro/extern/xvidcore/SConscript
    branches/soc-2009-yukishiro/intern/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/Makefile
    branches/soc-2009-yukishiro/intern/audaspace/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_DelayReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_DoubleReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_FaderReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_FaderReader.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_LoopFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_LoopReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_LoopReader.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_PitchFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_ReverseReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_VolumeFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_VolumeReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_VolumeReader.h
    branches/soc-2009-yukishiro/intern/audaspace/Makefile
    branches/soc-2009-yukishiro/intern/audaspace/OpenAL/AUD_OpenALDevice.cpp
    branches/soc-2009-yukishiro/intern/audaspace/OpenAL/AUD_OpenALDevice.h
    branches/soc-2009-yukishiro/intern/audaspace/SConscript
    branches/soc-2009-yukishiro/intern/audaspace/SDL/AUD_SDLDevice.cpp
    branches/soc-2009-yukishiro/intern/audaspace/SDL/AUD_SDLDevice.h
    branches/soc-2009-yukishiro/intern/audaspace/SRC/AUD_SRCResampleFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/SRC/AUD_SRCResampleFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/SRC/AUD_SRCResampleReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/SRC/AUD_SRCResampleReader.h
    branches/soc-2009-yukishiro/intern/audaspace/SRC/Makefile
    branches/soc-2009-yukishiro/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/ffmpeg/AUD_FFMPEGReader.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_Buffer.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_Buffer.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_BufferReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_C-API.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_C-API.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_ChannelMapperFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_ChannelMapperFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_ChannelMapperReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_ConverterFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_ConverterFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_ConverterFunctions.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_ConverterFunctions.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_ConverterReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_ConverterReader.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_IDevice.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_MixerFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_MixerFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_NULLDevice.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_NULLDevice.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_ReadDevice.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_ReadDevice.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_SinusReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_SoftwareDevice.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_SoftwareDevice.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_Space.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_StreamBufferFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/Makefile
    branches/soc-2009-yukishiro/intern/audaspace/jack/AUD_JackDevice.cpp
    branches/soc-2009-yukishiro/intern/audaspace/jack/AUD_JackDevice.h
    branches/soc-2009-yukishiro/intern/audaspace/make/msvc_9_0/audaspace.vcproj
    branches/soc-2009-yukishiro/intern/audaspace/sndfile/AUD_SndFileReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/sndfile/AUD_SndFileReader.h
    branches/soc-2009-yukishiro/intern/audaspace/sndfile/Makefile
    branches/soc-2009-yukishiro/intern/boolop/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/boolop/extern/BOP_Interface.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_BBox.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_BBox.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_BSPNode.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_BSPNode.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_BSPTree.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_BSPTree.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Chrono.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Edge.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Edge.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Face.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Face.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Face2Face.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Face2Face.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Indexs.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Interface.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_MathUtils.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_MathUtils.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Merge.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Merge.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Merge2.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Merge2.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Mesh.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Mesh.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Misc.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Segment.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Segment.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Splitter.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Splitter.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Tag.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Tag.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Triangulator.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Triangulator.h
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Vertex.cpp
    branches/soc-2009-yukishiro/intern/boolop/intern/BOP_Vertex.h
    branches/soc-2009-yukishiro/intern/bsp/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/bsp/SConscript
    branches/soc-2009-yukishiro/intern/bsp/extern/CSG_BooleanOps.h
    branches/soc-2009-yukishiro/intern/bsp/intern/BSP_CSGException.h
    branches/soc-2009-yukishiro/intern/bsp/intern/BSP_CSGMesh.cpp
    branches/soc-2009-yukishiro/intern/bsp/intern/BSP_CSGMesh.h
    branches/soc-2009-yukishiro/intern/bsp/intern/BSP_CSGMesh_CFIterator.h
    branches/soc-2009-yukishiro/intern/bsp/intern/BSP_MeshPrimitives.cpp
    branches/soc-2009-yukishiro/intern/bsp/intern/BSP_MeshPrimitives.h
    branches/soc-2009-yukishiro/intern/bsp/intern/CSG_BooleanOps.cpp
    branches/soc-2009-yukishiro/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.cpp
    branches/soc-2009-yukishiro/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.h
    branches/soc-2009-yukishiro/intern/bsp/test/BSP_GhostTest/BSP_MeshDrawer.cpp
    branches/soc-2009-yukishiro/intern/bsp/test/BSP_GhostTest/BSP_MeshDrawer.h
    branches/soc-2009-yukishiro/intern/bsp/test/BSP_GhostTest/BSP_PlyLoader.cpp
    branches/soc-2009-yukishiro/intern/bsp/test/BSP_GhostTest/BSP_PlyLoader.h
    branches/soc-2009-yukishiro/intern/bsp/test/BSP_GhostTest/BSP_TMesh.h
    branches/soc-2009-yukishiro/intern/bsp/test/BSP_GhostTest/main.cpp
    branches/soc-2009-yukishiro/intern/bsp/test/BSP_GhostTest/ply.h
    branches/soc-2009-yukishiro/intern/bsp/test/BSP_GhostTest/plyfile.c
    branches/soc-2009-yukishiro/intern/container/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/container/CTR_List.h
    branches/soc-2009-yukishiro/intern/container/CTR_Map.h
    branches/soc-2009-yukishiro/intern/container/CTR_TaggedIndex.h
    branches/soc-2009-yukishiro/intern/container/CTR_TaggedSetOps.h
    branches/soc-2009-yukishiro/intern/container/CTR_UHeap.h
    branches/soc-2009-yukishiro/intern/container/intern/CTR_List.cpp
    branches/soc-2009-yukishiro/intern/decimation/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/decimation/SConscript
    branches/soc-2009-yukishiro/intern/decimation/extern/LOD_decimation.h
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_DecimationClass.h
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_EdgeCollapser.cpp
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_EdgeCollapser.h
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_ExternBufferEditor.h
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_ExternNormalEditor.cpp
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_ExternNormalEditor.h
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_FaceNormalEditor.cpp
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_FaceNormalEditor.h
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_ManMesh2.cpp
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_ManMesh2.h
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_MeshBounds.h
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_MeshException.h
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_MeshPrimitives.cpp
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_MeshPrimitives.h
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_QSDecimator.cpp
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_QSDecimator.h
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_Quadric.h
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_QuadricEditor.cpp
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_QuadricEditor.h
    branches/soc-2009-yukishiro/intern/decimation/intern/LOD_decimation.cpp
    branches/soc-2009-yukishiro/intern/decimation/intern/future/LOD_ExternVColorEditor.cpp
    branches/soc-2009-yukishiro/intern/decimation/intern/future/LOD_ExternVColorEditor.h
    branches/soc-2009-yukishiro/intern/decimation/intern/future/LOD_NdQSDecimator.cpp
    branches/soc-2009-yukishiro/intern/decimation/intern/future/LOD_NdQSDecimator.h
    branches/soc-2009-yukishiro/intern/decimation/intern/future/LOD_NdQuadric.cpp
    branches/soc-2009-yukishiro/intern/decimation/intern/future/LOD_NdQuadric.h
    branches/soc-2009-yukishiro/intern/decimation/intern/future/LOD_NdQuadricEditor.cpp
    branches/soc-2009-yukishiro/intern/decimation/intern/future/LOD_NdQuadricEditor.h
    branches/soc-2009-yukishiro/intern/decimation/test/decimate_glut_test/intern/GlutMeshDrawer.h
    branches/soc-2009-yukishiro/intern/decimation/test/decimate_glut_test/intern/LOD_GhostTestApp.cpp
    branches/soc-2009-yukishiro/intern/decimation/test/decimate_glut_test/intern/LOD_GhostTestApp.h
    branches/soc-2009-yukishiro/intern/decimation/test/decimate_glut_test/intern/MyGlutKeyHandler.h
    branches/soc-2009-yukishiro/intern/decimation/test/decimate_glut_test/intern/MyGlutMouseHandler.h
    branches/soc-2009-yukishiro/intern/decimation/test/decimate_glut_test/intern/common/GlutDrawer.cpp
    branches/soc-2009-yukishiro/intern/decimation/test/decimate_glut_test/intern/common/GlutDrawer.h
    branches/soc-2009-yukishiro/intern/decimation/test/decimate_glut_test/intern/common/GlutKeyboardManager.cpp
    branches/soc-2009-yukishiro/intern/decimation/test/decimate_glut_test/intern/common/GlutKeyboardManager.h
    branches/soc-2009-yukishiro/intern/decimation/test/decimate_glut_test/intern/common/GlutMouseManager.cpp
    branches/soc-2009-yukishiro/intern/decimation/test/decimate_glut_test/intern/common/GlutMouseManager.h
    branches/soc-2009-yukishiro/intern/decimation/test/decimate_glut_test/intern/main.cpp
    branches/soc-2009-yukishiro/intern/decimation/test/decimate_glut_test/intern/ply/ply.h
    branches/soc-2009-yukishiro/intern/decimation/test/decimate_glut_test/intern/ply/plyfile.c
    branches/soc-2009-yukishiro/intern/elbeem/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/elbeem/SConscript
    branches/soc-2009-yukishiro/intern/elbeem/extern/LBM_fluidsim.h
    branches/soc-2009-yukishiro/intern/ghost/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/ghost/GHOST_C-api.h
    branches/soc-2009-yukishiro/intern/ghost/GHOST_IEvent.h
    branches/soc-2009-yukishiro/intern/ghost/GHOST_IEventConsumer.h
    branches/soc-2009-yukishiro/intern/ghost/GHOST_ISystem.h
    branches/soc-2009-yukishiro/intern/ghost/GHOST_ITimerTask.h
    branches/soc-2009-yukishiro/intern/ghost/GHOST_IWindow.h
    branches/soc-2009-yukishiro/intern/ghost/GHOST_Rect.h
    branches/soc-2009-yukishiro/intern/ghost/GHOST_Types.h
    branches/soc-2009-yukishiro/intern/ghost/SConscript
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_Buttons.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_Buttons.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_C-api.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_CallbackEventConsumer.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_Debug.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_DisplayManager.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_DisplayManager.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_DisplayManagerCarbon.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_DisplayManagerCarbon.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_DisplayManagerWin32.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_DisplayManagerX11.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_Event.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_EventButton.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_EventCursor.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_EventKey.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_EventManager.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_EventManager.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_EventNDOF.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_EventPrinter.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_EventPrinter.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_EventWheel.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_ISystem.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_ModifierKeys.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_ModifierKeys.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_NDOFManager.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_NDOFManager.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_Rect.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_System.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_System.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_SystemCarbon.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_SystemCarbon.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_SystemWin32.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_SystemWin32.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_SystemX11.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_SystemX11.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_TimerManager.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_TimerManager.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_TimerTask.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_Window.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_Window.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_WindowCarbon.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_WindowCarbon.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_WindowManager.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_WindowManager.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_WindowWin32.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_WindowWin32.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_WindowX11.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_WindowX11.h
    branches/soc-2009-yukishiro/intern/ghost/intern/Makefile
    branches/soc-2009-yukishiro/intern/ghost/make/msvc_9_0/ghost.vcproj
    branches/soc-2009-yukishiro/intern/ghost/test/gears/GHOST_C-Test.c
    branches/soc-2009-yukishiro/intern/ghost/test/gears/GHOST_Test.cpp
    branches/soc-2009-yukishiro/intern/ghost/test/multitest/Basic.c
    branches/soc-2009-yukishiro/intern/ghost/test/multitest/Basic.h
    branches/soc-2009-yukishiro/intern/ghost/test/multitest/EventToBuf.c
    branches/soc-2009-yukishiro/intern/ghost/test/multitest/EventToBuf.h
    branches/soc-2009-yukishiro/intern/ghost/test/multitest/GL.h
    branches/soc-2009-yukishiro/intern/ghost/test/multitest/MultiTest.c
    branches/soc-2009-yukishiro/intern/ghost/test/multitest/ScrollBar.c
    branches/soc-2009-yukishiro/intern/ghost/test/multitest/ScrollBar.h
    branches/soc-2009-yukishiro/intern/ghost/test/multitest/Util.c
    branches/soc-2009-yukishiro/intern/ghost/test/multitest/Util.h
    branches/soc-2009-yukishiro/intern/ghost/test/multitest/WindowData.c
    branches/soc-2009-yukishiro/intern/ghost/test/multitest/WindowData.h
    branches/soc-2009-yukishiro/intern/guardedalloc/BLO_sys_types.h
    branches/soc-2009-yukishiro/intern/guardedalloc/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/guardedalloc/MEM_guardedalloc.h
    branches/soc-2009-yukishiro/intern/guardedalloc/cpp/mallocn.cpp
    branches/soc-2009-yukishiro/intern/guardedalloc/intern/mallocn.c
    branches/soc-2009-yukishiro/intern/guardedalloc/intern/mmap_win.c
    branches/soc-2009-yukishiro/intern/guardedalloc/mmap_win.h
    branches/soc-2009-yukishiro/intern/guardedalloc/test/simpletest/memtest.c
    branches/soc-2009-yukishiro/intern/iksolver/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/iksolver/extern/IK_solver.h
    branches/soc-2009-yukishiro/intern/iksolver/intern/IK_QJacobian.cpp
    branches/soc-2009-yukishiro/intern/iksolver/intern/IK_QJacobian.h
    branches/soc-2009-yukishiro/intern/iksolver/intern/IK_QJacobianSolver.cpp
    branches/soc-2009-yukishiro/intern/iksolver/intern/IK_QJacobianSolver.h
    branches/soc-2009-yukishiro/intern/iksolver/intern/IK_QSegment.cpp
    branches/soc-2009-yukishiro/intern/iksolver/intern/IK_QSegment.h
    branches/soc-2009-yukishiro/intern/iksolver/intern/IK_QTask.cpp
    branches/soc-2009-yukishiro/intern/iksolver/intern/IK_QTask.h
    branches/soc-2009-yukishiro/intern/iksolver/intern/IK_Solver.cpp
    branches/soc-2009-yukishiro/intern/iksolver/intern/MT_ExpMap.cpp
    branches/soc-2009-yukishiro/intern/iksolver/intern/MT_ExpMap.h
    branches/soc-2009-yukishiro/intern/iksolver/test/ik_glut_test/common/GlutDrawer.cpp
    branches/soc-2009-yukishiro/intern/iksolver/test/ik_glut_test/common/GlutDrawer.h
    branches/soc-2009-yukishiro/intern/iksolver/test/ik_glut_test/common/GlutKeyboardManager.cpp
    branches/soc-2009-yukishiro/intern/iksolver/test/ik_glut_test/common/GlutKeyboardManager.h
    branches/soc-2009-yukishiro/intern/iksolver/test/ik_glut_test/common/GlutMouseManager.cpp
    branches/soc-2009-yukishiro/intern/iksolver/test/ik_glut_test/common/GlutMouseManager.h
    branches/soc-2009-yukishiro/intern/iksolver/test/ik_glut_test/intern/ChainDrawer.h
    branches/soc-2009-yukishiro/intern/iksolver/test/ik_glut_test/intern/MyGlutKeyHandler.h
    branches/soc-2009-yukishiro/intern/iksolver/test/ik_glut_test/intern/MyGlutMouseHandler.h
    branches/soc-2009-yukishiro/intern/iksolver/test/ik_glut_test/intern/main.cpp
    branches/soc-2009-yukishiro/intern/itasc/Armature.cpp
    branches/soc-2009-yukishiro/intern/itasc/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/itasc/Cache.cpp
    branches/soc-2009-yukishiro/intern/itasc/ConstraintSet.cpp
    branches/soc-2009-yukishiro/intern/itasc/CopyPose.cpp
    branches/soc-2009-yukishiro/intern/itasc/Distance.cpp
    branches/soc-2009-yukishiro/intern/itasc/Makefile
    branches/soc-2009-yukishiro/intern/itasc/MovingFrame.cpp
    branches/soc-2009-yukishiro/intern/itasc/WDLSSolver.cpp
    branches/soc-2009-yukishiro/intern/itasc/WDLSSolver.hpp
    branches/soc-2009-yukishiro/intern/itasc/WSDLSSolver.cpp
    branches/soc-2009-yukishiro/intern/itasc/WSDLSSolver.hpp
    branches/soc-2009-yukishiro/intern/itasc/kdl/Makefile
    branches/soc-2009-yukishiro/intern/itasc/kdl/frameacc.hpp
    branches/soc-2009-yukishiro/intern/itasc/kdl/frames.cpp
    branches/soc-2009-yukishiro/intern/itasc/kdl/frames.hpp
    branches/soc-2009-yukishiro/intern/itasc/kdl/frames.inl
    branches/soc-2009-yukishiro/intern/itasc/kdl/frames_io.cpp
    branches/soc-2009-yukishiro/intern/itasc/kdl/frames_io.hpp
    branches/soc-2009-yukishiro/intern/itasc/kdl/framevel.hpp
    branches/soc-2009-yukishiro/intern/itasc/kdl/jacobian.cpp
    branches/soc-2009-yukishiro/intern/itasc/kdl/treefksolverpos_recursive.cpp
    branches/soc-2009-yukishiro/intern/itasc/kdl/utilities/Makefile
    branches/soc-2009-yukishiro/intern/itasc/kdl/utilities/error.h
    branches/soc-2009-yukishiro/intern/itasc/kdl/utilities/error_stack.h
    branches/soc-2009-yukishiro/intern/memutil/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/memutil/MEM_Allocator.h
    branches/soc-2009-yukishiro/intern/memutil/MEM_CacheLimiter.h
    branches/soc-2009-yukishiro/intern/memutil/MEM_CacheLimiterC-Api.h
    branches/soc-2009-yukishiro/intern/memutil/MEM_NonCopyable.h
    branches/soc-2009-yukishiro/intern/memutil/MEM_RefCountPtr.h
    branches/soc-2009-yukishiro/intern/memutil/MEM_RefCounted.h
    branches/soc-2009-yukishiro/intern/memutil/MEM_RefCountedC-Api.h
    branches/soc-2009-yukishiro/intern/memutil/MEM_SmartPtr.h
    branches/soc-2009-yukishiro/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp
    branches/soc-2009-yukishiro/intern/memutil/intern/MEM_RefCountedC-Api.cpp
    branches/soc-2009-yukishiro/intern/moto/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/moto/include/GEN_List.h
    branches/soc-2009-yukishiro/intern/moto/include/GEN_Map.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_CmMatrix4x4.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Matrix3x3.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Matrix4x4.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_MinMax.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Optimize.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Plane3.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Point2.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Point3.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Quaternion.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Scalar.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Stream.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Transform.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Tuple2.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Tuple3.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Tuple4.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Vector2.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Vector3.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_Vector4.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_assert.h
    branches/soc-2009-yukishiro/intern/moto/include/MT_random.h
    branches/soc-2009-yukishiro/intern/moto/include/NM_Scalar.h
    branches/soc-2009-yukishiro/intern/moto/intern/MT_Assert.cpp
    branches/soc-2009-yukishiro/intern/moto/intern/MT_CmMatrix4x4.cpp
    branches/soc-2009-yukishiro/intern/moto/intern/MT_Matrix3x3.cpp
    branches/soc-2009-yukishiro/intern/moto/intern/MT_Matrix4x4.cpp
    branches/soc-2009-yukishiro/intern/moto/intern/MT_Plane3.cpp
    branches/soc-2009-yukishiro/intern/moto/intern/MT_Point3.cpp
    branches/soc-2009-yukishiro/intern/moto/intern/MT_Quaternion.cpp
    branches/soc-2009-yukishiro/intern/moto/intern/MT_Transform.cpp
    branches/soc-2009-yukishiro/intern/moto/intern/MT_Vector2.cpp
    branches/soc-2009-yukishiro/intern/moto/intern/MT_Vector3.cpp
    branches/soc-2009-yukishiro/intern/moto/intern/MT_Vector4.cpp
    branches/soc-2009-yukishiro/intern/moto/intern/MT_random.cpp
    branches/soc-2009-yukishiro/intern/opennl/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/opennl/superlu/BLO_sys_types.h
    branches/soc-2009-yukishiro/intern/opennl/superlu/get_perm_c.c
    branches/soc-2009-yukishiro/intern/opennl/superlu/sgstrf.c
    branches/soc-2009-yukishiro/intern/smoke/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/smoke/SConscript
    branches/soc-2009-yukishiro/intern/smoke/extern/smoke_API.h
    branches/soc-2009-yukishiro/intern/smoke/intern/EIGENVALUE_HELPER.h
    branches/soc-2009-yukishiro/intern/smoke/intern/FLUID_3D.cpp
    branches/soc-2009-yukishiro/intern/smoke/intern/FLUID_3D.h
    branches/soc-2009-yukishiro/intern/smoke/intern/FLUID_3D_SOLVERS.cpp
    branches/soc-2009-yukishiro/intern/smoke/intern/FLUID_3D_STATIC.cpp
    branches/soc-2009-yukishiro/intern/smoke/intern/LU_HELPER.h
    branches/soc-2009-yukishiro/intern/smoke/intern/Makefile
    branches/soc-2009-yukishiro/intern/smoke/intern/WAVELET_NOISE.h
    branches/soc-2009-yukishiro/intern/smoke/intern/WTURBULENCE.cpp
    branches/soc-2009-yukishiro/intern/smoke/intern/smoke_API.cpp
    branches/soc-2009-yukishiro/intern/smoke/make/msvc_9_0/smoke.vcproj
    branches/soc-2009-yukishiro/intern/string/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/string/STR_HashedString.h
    branches/soc-2009-yukishiro/intern/string/STR_String.h
    branches/soc-2009-yukishiro/intern/string/intern/STR_String.cpp
    branches/soc-2009-yukishiro/intern/tools/cpifdiff.sh
    branches/soc-2009-yukishiro/intern/tools/tinderbox/daily.sh
    branches/soc-2009-yukishiro/intern/tools/tinderbox/hourly.sh
    branches/soc-2009-yukishiro/intern/tools/tinderbox/tinderbox-blender.pl
    branches/soc-2009-yukishiro/intern/tools/update-cvs/dotex.pl
    branches/soc-2009-yukishiro/intern/tools/update-cvs/update-cvs.sh
    branches/soc-2009-yukishiro/intern/tools/update-cvs/update-doxygen.sh
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/blender.sln
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/blender.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/blenkernel/BKE_blenkernel.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/blenpluginapi/blenpluginapi/blenpluginapi.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/editors/ED_editors.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/gpu/BL_gpu.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/imbuf/BL_imbuf.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/loader/BLO_loader.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/makesrna/RNA_rna.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/nodes/nodes.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/render/BRE_render.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/windowmanager/windowmanager.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/gameengine/blenderhook/KX_blenderhook.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/gameengine/converter/KX_converter.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/gameengine/gameplayer/common/GP_common.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/gameengine/gameplayer/ghost/GP_ghost.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/gameengine/ketsji/KX_ketsji.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/gameengine/rasterizer/RAS_rasterizer.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.vcproj
    branches/soc-2009-yukishiro/release/Makefile
    branches/soc-2009-yukishiro/release/VERSION
    branches/soc-2009-yukishiro/release/datafiles/blenderbuttons
    branches/soc-2009-yukishiro/release/datafiles/datatoc.py
    branches/soc-2009-yukishiro/release/getversion.py
    branches/soc-2009-yukishiro/release/irix-6.2-mips/specific.sh
    branches/soc-2009-yukishiro/release/plugins/sequence/blur.c
    branches/soc-2009-yukishiro/release/plugins/sequence/color-correction-hsv.c
    branches/soc-2009-yukishiro/release/plugins/sequence/color-correction-yuv.c
    branches/soc-2009-yukishiro/release/plugins/sequence/scatter.c
    branches/soc-2009-yukishiro/release/plugins/texture/clouds2.c
    branches/soc-2009-yukishiro/release/plugins/texture/tiles.c
    branches/soc-2009-yukishiro/release/text/GPL-license.txt
    branches/soc-2009-yukishiro/release/windows/BlenderPlayer/ActiveX/checksigncode.bat
    branches/soc-2009-yukishiro/release/windows/BlenderPlayer/ActiveX/makecab.bat
    branches/soc-2009-yukishiro/release/windows/BlenderPlayer/ActiveX/register_WIN2K.bat
    branches/soc-2009-yukishiro/release/windows/BlenderPlayer/ActiveX/register_WIN98_WINME.bat
    branches/soc-2009-yukishiro/release/windows/BlenderPlayer/ActiveX/signcode.bat
    branches/soc-2009-yukishiro/release/windows/specific.sh
    branches/soc-2009-yukishiro/source/CMakeLists.txt
    branches/soc-2009-yukishiro/source/Makefile
    branches/soc-2009-yukishiro/source/SConscript
    branches/soc-2009-yukishiro/source/blender/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/Makefile
    branches/soc-2009-yukishiro/source/blender/SConscript
    branches/soc-2009-yukishiro/source/blender/avi/AVI_avi.h
    branches/soc-2009-yukishiro/source/blender/avi/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/avi/intern/avi.c
    branches/soc-2009-yukishiro/source/blender/avi/intern/avi_intern.h
    branches/soc-2009-yukishiro/source/blender/avi/intern/avirgb.c
    branches/soc-2009-yukishiro/source/blender/avi/intern/avirgb.h
    branches/soc-2009-yukishiro/source/blender/avi/intern/codecs.c
    branches/soc-2009-yukishiro/source/blender/avi/intern/endian.c
    branches/soc-2009-yukishiro/source/blender/avi/intern/endian.h
    branches/soc-2009-yukishiro/source/blender/avi/intern/mjpeg.c
    branches/soc-2009-yukishiro/source/blender/avi/intern/mjpeg.h
    branches/soc-2009-yukishiro/source/blender/avi/intern/options.c
    branches/soc-2009-yukishiro/source/blender/avi/intern/rgb32.c
    branches/soc-2009-yukishiro/source/blender/avi/intern/rgb32.h
    branches/soc-2009-yukishiro/source/blender/blenfont/BLF_api.h
    branches/soc-2009-yukishiro/source/blender/blenfont/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/blenfont/Makefile
    branches/soc-2009-yukishiro/source/blender/blenfont/SConscript
    branches/soc-2009-yukishiro/source/blender/blenfont/intern/blf.c
    branches/soc-2009-yukishiro/source/blender/blenfont/intern/blf_dir.c
    branches/soc-2009-yukishiro/source/blender/blenfont/intern/blf_font.c
    branches/soc-2009-yukishiro/source/blender/blenfont/intern/blf_glyph.c
    branches/soc-2009-yukishiro/source/blender/blenfont/intern/blf_internal.h
    branches/soc-2009-yukishiro/source/blender/blenfont/intern/blf_internal_types.h
    branches/soc-2009-yukishiro/source/blender/blenfont/intern/blf_lang.c
    branches/soc-2009-yukishiro/source/blender/blenfont/intern/blf_util.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_DerivedMesh.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_action.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_anim.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_animsys.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_armature.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_blender.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_bmesh.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_bmeshCustomData.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_bmfont.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_bmfont_types.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_boids.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_booleanops.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_booleanops_mesh.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_brush.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_bullet.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_bvhutils.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_cdderivedmesh.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_cloth.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_collision.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_colortools.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_constraint.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_context.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_curve.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_customdata.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_deform.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_depsgraph.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_displist.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_effect.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_endian.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_exotic.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_fcurve.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_fluidsim.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_font.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_global.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_gpencil.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_group.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_icons.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_idprop.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_image.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_ipo.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_key.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_lattice.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_library.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_main.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_material.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_mball.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_mesh.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_modifier.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_multires.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_nla.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_node.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_object.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_packedFile.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_paint.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_particle.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_plugin_types.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_pointcache.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_property.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_report.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_sca.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_scene.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_screen.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_script.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_shrinkwrap.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_simple_deform.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_sketch.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_smoke.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_softbody.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_sound.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_subsurf.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_suggestions.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_text.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_texture.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_unit.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_utildefines.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_world.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_writeavi.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_writeffmpeg.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_writeframeserver.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/blenkernel/SConscript
    branches/soc-2009-yukishiro/source/blender/blenkernel/depsgraph_private.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/BME_Customdata.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/BME_conversions.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/BME_eulers.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/BME_mesh.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/BME_structure.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/BME_tools.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/CCGSubSurf.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/CCGSubSurf.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/DerivedMesh.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/Makefile
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/action.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/anim.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/anim_sys.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/armature.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/blender.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/bmesh_private.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/bmfont.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/boids.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/booleanops.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/booleanops_mesh.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/brush.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/bullet.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/bvhutils.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/cdderivedmesh.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/cloth.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/collision.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/colortools.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/constraint.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/context.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/curve.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/customdata.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/deform.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/depsgraph.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/displist.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/effect.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/exotic.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/fcurve.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/fluidsim.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/fmodifier.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/font.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/gpencil.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/group.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/icons.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/idprop.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/image.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/implicit.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/ipo.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/key.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/lattice.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/library.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/material.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/mball.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/mesh.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/modifier.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/multires.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/nla.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/node.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/object.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/packedFile.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/paint.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/particle.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/particle_system.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/pointcache.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/property.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/report.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/sca.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/scene.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/screen.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/script.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/seqeffects.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/shrinkwrap.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/simple_deform.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/sketch.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/smoke.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/softbody.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/sound.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/subsurf_ccg.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/suggestions.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/text.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/texture.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/unit.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/world.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/writeavi.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/writeffmpeg.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/writeframeserver.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/nla_private.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_bfile.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_blenlib.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_boxpack2d.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_bpath.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_dlrbTree.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_dynamiclist.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_dynstr.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_edgehash.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_editVert.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_fileops.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_fnmatch.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_ghash.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_gsqueue.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_heap.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_jitter.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_kdopbvh.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_kdtree.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_linklist.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_listbase.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_memarena.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_mempool.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_noise.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_rand.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_rect.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_scanfill.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_storage.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_storage_types.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_string.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_threads.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_vfontdata.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_voxel.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_winstuff.h
    branches/soc-2009-yukishiro/source/blender/blenlib/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/blenlib/PIL_dynlib.h
    branches/soc-2009-yukishiro/source/blender/blenlib/PIL_time.h
    branches/soc-2009-yukishiro/source/blender/blenlib/SConscript
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/BLI_bfile.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/BLI_callbacks.h
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/BLI_dynstr.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/BLI_ghash.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/BLI_heap.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/BLI_kdopbvh.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/BLI_kdtree.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/BLI_linklist.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/BLI_memarena.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/BLI_mempool.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/DLRB_tree.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/Makefile
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/boxpack2d.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/bpath.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/dynamiclist.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/dynamiclist.h
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/dynlib.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/edgehash.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/fileops.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/fnmatch.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/freetypefont.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/graph.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/gsqueue.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/jitter.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/listbase.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/noise.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/rand.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/rct.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/scanfill.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/storage.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/string.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/threads.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/time.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/voxel.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/winstuff.c
    branches/soc-2009-yukishiro/source/blender/blenloader/BLO_readfile.h
    branches/soc-2009-yukishiro/source/blender/blenloader/BLO_soundfile.h
    branches/soc-2009-yukishiro/source/blender/blenloader/BLO_sys_types.h
    branches/soc-2009-yukishiro/source/blender/blenloader/BLO_undofile.h
    branches/soc-2009-yukishiro/source/blender/blenloader/BLO_writefile.h
    branches/soc-2009-yukishiro/source/blender/blenloader/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/blenloader/intern/readblenentry.c
    branches/soc-2009-yukishiro/source/blender/blenloader/intern/readfile.c
    branches/soc-2009-yukishiro/source/blender/blenloader/intern/readfile.h
    branches/soc-2009-yukishiro/source/blender/blenloader/intern/undofile.c
    branches/soc-2009-yukishiro/source/blender/blenloader/intern/writefile.c
    branches/soc-2009-yukishiro/source/blender/blenpluginapi/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/blenpluginapi/SConscript
    branches/soc-2009-yukishiro/source/blender/blenpluginapi/documentation.h
    branches/soc-2009-yukishiro/source/blender/blenpluginapi/intern/pluginapi.c
    branches/soc-2009-yukishiro/source/blender/editors/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/editors/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/animation/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_channels_defines.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_channels_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_deps.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_filter.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_ipo_utils.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_markers.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/drivers.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/fmodifier_ui.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/keyframes_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/keyframes_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/keyframes_general.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/keyframing.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/keyingsets.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/BIF_generate.h
    branches/soc-2009-yukishiro/source/blender/editors/armature/BIF_retarget.h
    branches/soc-2009-yukishiro/source/blender/editors/armature/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/armature/armature_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/armature/armature_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/editarmature.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/editarmature_generate.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/editarmature_retarget.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/editarmature_sketch.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/meshlaplacian.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/meshlaplacian.h
    branches/soc-2009-yukishiro/source/blender/editors/armature/poseSlide.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/poselib.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/poseobject.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/reeb.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/reeb.h
    branches/soc-2009-yukishiro/source/blender/editors/curve/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/curve/curve_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/curve/curve_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/curve/editcurve.c
    branches/soc-2009-yukishiro/source/blender/editors/curve/editfont.c
    branches/soc-2009-yukishiro/source/blender/editors/curve/lorem.c
    branches/soc-2009-yukishiro/source/blender/editors/datafiles/B.blend.c
    branches/soc-2009-yukishiro/source/blender/editors/datafiles/Bfont.c
    branches/soc-2009-yukishiro/source/blender/editors/datafiles/blenderbuttons.c
    branches/soc-2009-yukishiro/source/blender/editors/datafiles/prvicons.c
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/drawgpencil.c
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/editaction_gpencil.c
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/gpencil_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/gpencil_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/gpencil_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/gpencil_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/gpencil_paint.c
    branches/soc-2009-yukishiro/source/blender/editors/include/BIF_gl.h
    branches/soc-2009-yukishiro/source/blender/editors/include/BIF_glutil.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_anim_api.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_armature.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_curve.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_datafiles.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_fileselect.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_fluidsim.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_gpencil.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_image.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_info.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_keyframes_draw.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_keyframes_edit.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_keyframing.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_markers.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_mball.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_mesh.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_node.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_object.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_particle.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_physics.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_retopo.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_screen.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_screen_types.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_sculpt.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_sequencer.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_sound.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_space_api.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_text.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_transform.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_types.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_util.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_uvedit.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_view3d.h
    branches/soc-2009-yukishiro/source/blender/editors/include/UI_icons.h
    branches/soc-2009-yukishiro/source/blender/editors/include/UI_interface.h
    branches/soc-2009-yukishiro/source/blender/editors/include/UI_interface_icons.h
    branches/soc-2009-yukishiro/source/blender/editors/include/UI_resources.h
    branches/soc-2009-yukishiro/source/blender/editors/include/UI_view2d.h
    branches/soc-2009-yukishiro/source/blender/editors/interface/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/interface/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_anim.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_handlers.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_icons.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_layout.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_panel.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_regions.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_style.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_templates.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_utils.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_widgets.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/resources.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/view2d.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/view2d_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/mesh/editface.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/editmesh.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/editmesh_add.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/editmesh_lib.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/editmesh_loop.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/editmesh_mods.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/editmesh_tools.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/loopcut.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/mesh_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/mesh/mesh_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/meshtools.c
    branches/soc-2009-yukishiro/source/blender/editors/metaball/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/metaball/mball_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/metaball/mball_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/metaball/mball_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/object/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/object/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/object/object_add.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_constraint.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_group.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_hook.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/object/object_lattice.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_modifier.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_relations.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_select.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_shapekey.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_transform.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_vgroup.c
    branches/soc-2009-yukishiro/source/blender/editors/physics/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/physics/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/physics/physics_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/screen/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/editors/screen/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/screen/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/screen/area.c
    branches/soc-2009-yukishiro/source/blender/editors/screen/glutil.c
    branches/soc-2009-yukishiro/source/blender/editors/screen/screen_context.c
    branches/soc-2009-yukishiro/source/blender/editors/screen/screen_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/screen/screen_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/screen/screen_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/screen/screendump.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_image.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_light.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_stroke.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_utils.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_vertex.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/sculpt.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/sculpt_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/sound/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/sound/sound_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/sound/sound_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_action/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_action/action_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_action/action_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/space_action/action_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_action/action_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_action/action_select.c
    branches/soc-2009-yukishiro/source/blender/editors/space_action/space_action.c
    branches/soc-2009-yukishiro/source/blender/editors/space_api/space.c
    branches/soc-2009-yukishiro/source/blender/editors/space_api/spacetypes.c
    branches/soc-2009-yukishiro/source/blender/editors/space_buttons/buttons_context.c
    branches/soc-2009-yukishiro/source/blender/editors/space_buttons/buttons_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_buttons/buttons_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_buttons/buttons_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_buttons/space_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/space_console/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_console/console_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_console/console_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_console/console_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_console/console_report.c
    branches/soc-2009-yukishiro/source/blender/editors/space_console/space_console.c
    branches/soc-2009-yukishiro/source/blender/editors/space_file/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_file/file_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_file/file_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_file/file_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_file/file_panels.c
    branches/soc-2009-yukishiro/source/blender/editors/space_file/filelist.c
    branches/soc-2009-yukishiro/source/blender/editors/space_file/filelist.h
    branches/soc-2009-yukishiro/source/blender/editors/space_file/filesel.c
    branches/soc-2009-yukishiro/source/blender/editors/space_file/fsmenu.c
    branches/soc-2009-yukishiro/source/blender/editors/space_file/fsmenu.h
    branches/soc-2009-yukishiro/source/blender/editors/space_file/space_file.c
    branches/soc-2009-yukishiro/source/blender/editors/space_file/writeimage.c
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/graph_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/graph_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/graph_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/graph_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/graph_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/graph_select.c
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/graph_utils.c
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/space_graph.c
    branches/soc-2009-yukishiro/source/blender/editors/space_image/image_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/space_image/image_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_image/image_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_image/image_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_image/image_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_image/image_render.c
    branches/soc-2009-yukishiro/source/blender/editors/space_image/space_image.c
    branches/soc-2009-yukishiro/source/blender/editors/space_info/info_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_info/info_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_info/info_stats.c
    branches/soc-2009-yukishiro/source/blender/editors/space_info/space_info.c
    branches/soc-2009-yukishiro/source/blender/editors/space_logic/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/space_logic/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_logic/logic_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/space_logic/logic_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_logic/logic_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_logic/logic_window.c
    branches/soc-2009-yukishiro/source/blender/editors/space_logic/space_logic.c
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/nla_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/nla_channels.c
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/nla_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/nla_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/nla_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/nla_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/nla_select.c
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/space_nla.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_node/drawnode.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/node_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/node_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/node_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/node_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_node/node_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/node_select.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/node_state.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/space_node.c
    branches/soc-2009-yukishiro/source/blender/editors/space_outliner/outliner.c
    branches/soc-2009-yukishiro/source/blender/editors/space_outliner/outliner_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_outliner/outliner_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_outliner/space_outliner.c
    branches/soc-2009-yukishiro/source/blender/editors/space_script/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_script/script_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/space_script/script_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_script/script_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_script/script_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_script/space_script.c
    branches/soc-2009-yukishiro/source/blender/editors/space_sequencer/sequencer_add.c
    branches/soc-2009-yukishiro/source/blender/editors/space_sequencer/sequencer_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/space_sequencer/sequencer_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_sequencer/sequencer_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/space_sequencer/sequencer_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_sequencer/sequencer_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_sequencer/sequencer_scopes.c
    branches/soc-2009-yukishiro/source/blender/editors/space_sequencer/sequencer_select.c
    branches/soc-2009-yukishiro/source/blender/editors/space_sequencer/space_sequencer.c
    branches/soc-2009-yukishiro/source/blender/editors/space_sound/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_sound/sound_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_sound/sound_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_sound/space_sound.c
    branches/soc-2009-yukishiro/source/blender/editors/space_text/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_text/space_text.c
    branches/soc-2009-yukishiro/source/blender/editors/space_text/text_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_text/text_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_text/text_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_text/text_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_text/text_python.c
    branches/soc-2009-yukishiro/source/blender/editors/space_time/space_time.c
    branches/soc-2009-yukishiro/source/blender/editors/space_time/time_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_time/time_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/space_userpref.c
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/userpref_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/userpref_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/drawarmature.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/drawmesh.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/drawobject.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/drawvolume.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/space_view3d.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_select.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_snap.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_toolbar.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_view.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform.h
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_constraints.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_conversions.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_generics.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_input.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_manipulator.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_ndofinput.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_numinput.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_orientations.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_snap.c
    branches/soc-2009-yukishiro/source/blender/editors/util/ed_util.c
    branches/soc-2009-yukishiro/source/blender/editors/util/editmode_undo.c
    branches/soc-2009-yukishiro/source/blender/editors/util/undo.c
    branches/soc-2009-yukishiro/source/blender/editors/util/util_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/uvedit/uvedit_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/uvedit/uvedit_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/uvedit/uvedit_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/uvedit/uvedit_parametrizer.c
    branches/soc-2009-yukishiro/source/blender/editors/uvedit/uvedit_unwrap_ops.c
    branches/soc-2009-yukishiro/source/blender/gpu/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/gpu/GPU_draw.h
    branches/soc-2009-yukishiro/source/blender/gpu/GPU_extensions.h
    branches/soc-2009-yukishiro/source/blender/gpu/GPU_material.h
    branches/soc-2009-yukishiro/source/blender/gpu/SConscript
    branches/soc-2009-yukishiro/source/blender/gpu/intern/gpu_codegen.c
    branches/soc-2009-yukishiro/source/blender/gpu/intern/gpu_codegen.h
    branches/soc-2009-yukishiro/source/blender/gpu/intern/gpu_draw.c
    branches/soc-2009-yukishiro/source/blender/gpu/intern/gpu_extensions.c
    branches/soc-2009-yukishiro/source/blender/gpu/intern/gpu_material.c
    branches/soc-2009-yukishiro/source/blender/gpu/intern/gpu_shader_material.glsl
    branches/soc-2009-yukishiro/source/blender/gpu/intern/gpu_shader_material.glsl.c
    branches/soc-2009-yukishiro/source/blender/ikplugin/BIK_api.h
    branches/soc-2009-yukishiro/source/blender/ikplugin/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/ikplugin/intern/Makefile
    branches/soc-2009-yukishiro/source/blender/ikplugin/intern/ikplugin_api.c
    branches/soc-2009-yukishiro/source/blender/ikplugin/intern/ikplugin_api.h
    branches/soc-2009-yukishiro/source/blender/ikplugin/intern/iksolver_plugin.c
    branches/soc-2009-yukishiro/source/blender/ikplugin/intern/iksolver_plugin.h
    branches/soc-2009-yukishiro/source/blender/ikplugin/intern/itasc_plugin.cpp
    branches/soc-2009-yukishiro/source/blender/ikplugin/intern/itasc_plugin.h
    branches/soc-2009-yukishiro/source/blender/imbuf/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/imbuf/IMB_imbuf.h
    branches/soc-2009-yukishiro/source/blender/imbuf/IMB_imbuf_types.h
    branches/soc-2009-yukishiro/source/blender/imbuf/IMB_thumbs.h
    branches/soc-2009-yukishiro/source/blender/imbuf/SConscript
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_allocimbuf.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_amiga.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_anim.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_bitplanes.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_bmp.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_cmap.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_divers.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_dpxcineon.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_filter.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_ham.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_hamx.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_iff.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_imginfo.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_iris.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_jp2.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_jpeg.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_png.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_radiance_hdr.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_targa.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_tiff.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/Makefile
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/allocimbuf.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/amiga.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/anim.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/anim5.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/antialias.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/bitplanes.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/bmp.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/cineon_dpx.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/cineonfile.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/cineonlib.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/cineonlib.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/dpxfile.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/dpxlib.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/dpxlib.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/logImageCore.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/logImageCore.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/logImageLib.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/logImageLib.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/logmemfile.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/logmemfile.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cmap.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cspace.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/data.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/BlockDXT.cpp
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/BlockDXT.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/Color.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/ColorBlock.cpp
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/ColorBlock.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/Common.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/DirectDrawSurface.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/Image.cpp
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/Image.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/PixelFormat.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/Stream.cpp
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/Stream.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/dds_api.cpp
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/dds_api.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dither.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/divers.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dynlibtiff.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dynlibtiff.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/filter.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/gen_dynlibtiff.py
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/ham.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/hamx.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/iff.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/imageprocess.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/imbuf.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/imbuf_patch.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/imginfo.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/iris.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/jp2.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/jpeg.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/matrix.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/md5.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/openexr/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/openexr/openexr_api.cpp
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/openexr/openexr_api.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/openexr/openexr_multi.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/png.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/radiance_hdr.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/readimage.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/rectop.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/rotate.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/scaling.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/targa.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/thumbs.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/tiff.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/util.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/writeimage.c
    branches/soc-2009-yukishiro/source/blender/makesdna/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_ID.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_action_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_actuator_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_anim_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_armature_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_boid_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_brush_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_camera_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_cloth_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_color_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_constraint_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_controller_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_curve_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_customdata_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_documentation.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_effect_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_fileglobal_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_genfile.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_gpencil_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_group_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_image_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_ipo_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_key_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_lamp_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_lattice_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_listBase.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_material_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_mesh_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_meshdata_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_meta_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_modifier_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_nla_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_node_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_object_fluidsim.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_object_force.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_object_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_outliner_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_packedFile_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_particle_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_property_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_scene_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_screen_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_sdna_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_sensor_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_sequence_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_smoke_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_sound_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_space_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_text_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_texture_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_userdef_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_vec_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_vfont_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_view2d_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_view3d_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_wave_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_windowmanager_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_world_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/intern/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/makesdna/intern/Makefile
    branches/soc-2009-yukishiro/source/blender/makesdna/intern/SConscript
    branches/soc-2009-yukishiro/source/blender/makesdna/intern/dna_genfile.c
    branches/soc-2009-yukishiro/source/blender/makesdna/intern/makesdna.c
    branches/soc-2009-yukishiro/source/blender/makesrna/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/makesrna/RNA_access.h
    branches/soc-2009-yukishiro/source/blender/makesrna/RNA_define.h
    branches/soc-2009-yukishiro/source/blender/makesrna/RNA_enum_types.h
    branches/soc-2009-yukishiro/source/blender/makesrna/RNA_types.h
    branches/soc-2009-yukishiro/source/blender/makesrna/SConscript
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/Makefile
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/SConscript
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/makesrna.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_ID.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_access.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_action.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_action_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_actuator.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_animation.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_animation_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_armature.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_boid.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_brush.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_camera.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_cloth.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_color.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_constraint.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_context.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_controller.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_curve.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_define.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_fcurve.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_fluidsim.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_gpencil.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_group.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_image.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_image_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_internal.h
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_internal_types.h
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_key.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_lamp.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_lattice.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_main.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_main_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_material.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_material_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_mesh.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_mesh_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_meta.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_modifier.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_nla.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_nodetree.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_nodetree_types.h
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_object.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_object_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_object_force.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_packedfile.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_particle.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_pose.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_pose_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_property.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_render.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_rna.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_scene.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_scene_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_screen.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_sculpt_paint.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_sensor.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_smoke.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_sound.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_space.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_text.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_text_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_texture.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_timeline.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_ui.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_ui_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_userdef.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_vfont.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_wm.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_wm_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_world.c
    branches/soc-2009-yukishiro/source/blender/nodes/CMP_node.h
    branches/soc-2009-yukishiro/source/blender/nodes/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/nodes/SConscript
    branches/soc-2009-yukishiro/source/blender/nodes/SHD_node.h
    branches/soc-2009-yukishiro/source/blender/nodes/TEX_node.h
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_alphaOver.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_blur.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_brightness.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_channelMatte.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_chromaMatte.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_colorMatte.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_colorSpill.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_composite.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_crop.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_curves.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_defocus.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_diffMatte.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_dilate.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_directionalblur.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_displace.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_distanceMatte.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_filter.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_flip.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_gamma.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_glare.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_hueSatVal.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_idMask.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_image.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_invert.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_lensdist.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_levels.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_mapUV.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_mapValue.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_math.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_mixrgb.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_normal.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_normalize.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_outputFile.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_premulkey.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_rgb.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_rotate.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_scale.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_sepcombHSVA.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_sepcombRGBA.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_sepcombYCCA.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_sepcombYUVA.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_setalpha.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_splitViewer.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_texture.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_tonemap.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_translate.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_valToRgb.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_value.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_vecBlur.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_viewer.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_zcombine.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_util.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_util.h
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_camera.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_curves.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_dynamic.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_geom.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_hueSatVal.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_invert.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_mapping.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_material.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_math.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_mixRgb.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_normal.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_output.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_rgb.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_sepcombRGB.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_squeeze.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_texture.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_valToRgb.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_value.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_nodes/SHD_vectMath.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_util.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/SHD_util.h
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_at.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_bricks.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_checker.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_compose.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_coord.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_curves.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_decompose.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_distance.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_hueSatVal.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_image.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_invert.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_lightenv.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_math.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_mixRgb.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_output.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_proc.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_rotate.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_scale.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_texture.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_translate.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_valToNor.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_valToRgb.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_viewer.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_util.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_util.h
    branches/soc-2009-yukishiro/source/blender/nodes/intern/node_util.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/node_util.h
    branches/soc-2009-yukishiro/source/blender/python/BPY_extern.h
    branches/soc-2009-yukishiro/source/blender/python/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/python/generic/BGL.c
    branches/soc-2009-yukishiro/source/blender/python/generic/BGL.h
    branches/soc-2009-yukishiro/source/blender/python/generic/Geometry.c
    branches/soc-2009-yukishiro/source/blender/python/generic/Geometry.h
    branches/soc-2009-yukishiro/source/blender/python/generic/Mathutils.c
    branches/soc-2009-yukishiro/source/blender/python/generic/Mathutils.h
    branches/soc-2009-yukishiro/source/blender/python/generic/bpy_internal_import.c
    branches/soc-2009-yukishiro/source/blender/python/generic/bpy_internal_import.h
    branches/soc-2009-yukishiro/source/blender/python/generic/euler.c
    branches/soc-2009-yukishiro/source/blender/python/generic/euler.h
    branches/soc-2009-yukishiro/source/blender/python/generic/matrix.c
    branches/soc-2009-yukishiro/source/blender/python/generic/matrix.h
    branches/soc-2009-yukishiro/source/blender/python/generic/quat.c
    branches/soc-2009-yukishiro/source/blender/python/generic/quat.h
    branches/soc-2009-yukishiro/source/blender/python/generic/vector.c
    branches/soc-2009-yukishiro/source/blender/python/generic/vector.h
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_array.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_interface.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_operator.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_operator.h
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_operator_wrap.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_operator_wrap.h
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_rna.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_rna.h
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_util.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_util.h
    branches/soc-2009-yukishiro/source/blender/python/intern/stubs.c
    branches/soc-2009-yukishiro/source/blender/python/rna_dump.py
    branches/soc-2009-yukishiro/source/blender/python/simple_enum_gen.py
    branches/soc-2009-yukishiro/source/blender/quicktime/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/quicktime/SConscript
    branches/soc-2009-yukishiro/source/blender/quicktime/apple/Makefile
    branches/soc-2009-yukishiro/source/blender/quicktime/apple/quicktime_export.c
    branches/soc-2009-yukishiro/source/blender/quicktime/apple/quicktime_import.c
    branches/soc-2009-yukishiro/source/blender/quicktime/quicktime_export.h
    branches/soc-2009-yukishiro/source/blender/quicktime/quicktime_import.h
    branches/soc-2009-yukishiro/source/blender/readblenfile/BLO_readblenfile.h
    branches/soc-2009-yukishiro/source/blender/readblenfile/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/readblenfile/intern/BLO_readblenfile.c
    branches/soc-2009-yukishiro/source/blender/readblenfile/stub/BLO_readblenfileSTUB.c
    branches/soc-2009-yukishiro/source/blender/readblenfile/test/test.c
    branches/soc-2009-yukishiro/source/blender/render/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/render/SConscript
    branches/soc-2009-yukishiro/source/blender/render/extern/include/RE_pipeline.h
    branches/soc-2009-yukishiro/source/blender/render/extern/include/RE_raytrace.h
    branches/soc-2009-yukishiro/source/blender/render/extern/include/RE_render_ext.h
    branches/soc-2009-yukishiro/source/blender/render/extern/include/RE_shader_ext.h
    branches/soc-2009-yukishiro/source/blender/render/intern/Makefile
    branches/soc-2009-yukishiro/source/blender/render/intern/include/envmap.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/gammaCorrectionTables.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/initrender.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/occlusion.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/pixelblending.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/pixelshading.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/pointdensity.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/render_types.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/rendercore.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/renderdatabase.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/renderpipeline.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/shadbuf.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/shading.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/sss.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/strand.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/sunsky.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/texture.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/volume_precache.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/volumetric.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/voxeldata.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/zbuf.h
    branches/soc-2009-yukishiro/source/blender/render/intern/source/convertblender.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/envmap.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/gammaCorrectionTables.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/imagetexture.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/initrender.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/occlusion.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/pipeline.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/pixelblending.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/pixelshading.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/pointdensity.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/rayshade.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/rendercore.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/renderdatabase.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/shadbuf.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/shadeinput.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/shadeoutput.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/sss.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/strand.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/sunsky.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/texture.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/volume_precache.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/volumetric.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/voxeldata.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/zbuf.c
    branches/soc-2009-yukishiro/source/blender/sh/intern/compute.c
    branches/soc-2009-yukishiro/source/blender/verify/BLO_sign_verify_Header.h
    branches/soc-2009-yukishiro/source/blender/verify/BLO_signer_info.h
    branches/soc-2009-yukishiro/source/blender/verify/BLO_verify.h
    branches/soc-2009-yukishiro/source/blender/verify/intern/BLO_verify.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/windowmanager/SConscript
    branches/soc-2009-yukishiro/source/blender/windowmanager/WM_api.h
    branches/soc-2009-yukishiro/source/blender/windowmanager/WM_types.h
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/Makefile
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_apple.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_cursors.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_draw.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_event_system.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_files.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_gesture.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_init_exit.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_jobs.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_keymap.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_operators.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_subwindow.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_window.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/wm.h
    branches/soc-2009-yukishiro/source/blender/windowmanager/wm_cursors.h
    branches/soc-2009-yukishiro/source/blender/windowmanager/wm_draw.h
    branches/soc-2009-yukishiro/source/blender/windowmanager/wm_event_system.h
    branches/soc-2009-yukishiro/source/blender/windowmanager/wm_event_types.h
    branches/soc-2009-yukishiro/source/blender/windowmanager/wm_files.h
    branches/soc-2009-yukishiro/source/blender/windowmanager/wm_subwindow.h
    branches/soc-2009-yukishiro/source/blender/windowmanager/wm_window.h
    branches/soc-2009-yukishiro/source/blenderplayer/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blenderplayer/bad_level_call_stubs/stubs.c
    branches/soc-2009-yukishiro/source/creator/CMakeLists.txt
    branches/soc-2009-yukishiro/source/creator/SConscript
    branches/soc-2009-yukishiro/source/creator/buildinfo.c
    branches/soc-2009-yukishiro/source/creator/creator.c
    branches/soc-2009-yukishiro/source/darwin/Makefile
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderCanvas.cpp
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderCanvas.h
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderGL.cpp
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderGL.h
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderInputDevice.cpp
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderInputDevice.h
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderKeyboardDevice.cpp
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderKeyboardDevice.h
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderMouseDevice.cpp
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderMouseDevice.h
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderRenderTools.cpp
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderRenderTools.h
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderSystem.cpp
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderSystem.h
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/SConscript
    branches/soc-2009-yukishiro/source/gameengine/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ActionActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ActionActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ArmatureActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ArmatureActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ArmatureChannel.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ArmatureChannel.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ArmatureConstraint.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ArmatureConstraint.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ArmatureObject.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ArmatureObject.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_BlenderDataConversion.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_BlenderDataConversion.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_DeformableGameObject.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_DeformableGameObject.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_MeshDeformer.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_MeshDeformer.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ModifierDeformer.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ModifierDeformer.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ShapeActionActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ShapeActionActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ShapeDeformer.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ShapeDeformer.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_SkinDeformer.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_SkinDeformer.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BlenderWorldInfo.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BlenderWorldInfo.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_BlenderScalarInterpolator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_BlenderScalarInterpolator.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_BlenderSceneConverter.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_BlenderSceneConverter.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_ConvertActuators.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_ConvertActuators.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_ConvertControllers.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_ConvertControllers.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_ConvertProperties.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_ConvertProperties.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_ConvertSensors.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_ConvertSensors.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_IpoConvert.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_IpoConvert.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/Makefile
    branches/soc-2009-yukishiro/source/gameengine/Converter/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Expressions/BoolValue.cpp
    branches/soc-2009-yukishiro/source/gameengine/Expressions/BoolValue.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Expressions/EXP_C-Api.cpp
    branches/soc-2009-yukishiro/source/gameengine/Expressions/EXP_C-Api.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/FloatValue.cpp
    branches/soc-2009-yukishiro/source/gameengine/Expressions/FloatValue.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/IdentifierExpr.cpp
    branches/soc-2009-yukishiro/source/gameengine/Expressions/IdentifierExpr.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/IntValue.cpp
    branches/soc-2009-yukishiro/source/gameengine/Expressions/IntValue.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/KX_HashedPtr.cpp
    branches/soc-2009-yukishiro/source/gameengine/Expressions/KX_HashedPtr.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/KX_Python.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/ListValue.cpp
    branches/soc-2009-yukishiro/source/gameengine/Expressions/ListValue.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/PyObjectPlus.cpp
    branches/soc-2009-yukishiro/source/gameengine/Expressions/PyObjectPlus.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Expressions/StringValue.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/Value.cpp
    branches/soc-2009-yukishiro/source/gameengine/Expressions/Value.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/VoidValue.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/Joystick/SCA_Joystick.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/Joystick/SCA_JoystickDefines.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/Joystick/SCA_JoystickEvents.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/Joystick/SCA_JoystickPrivate.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_2DFilterActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_2DFilterActuator.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ANDController.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ANDController.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ActuatorEventManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ActuatorEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ActuatorSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ActuatorSensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_AlwaysEventManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_AlwaysEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_AlwaysSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_AlwaysSensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_BasicEventManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_BasicEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_DelaySensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_DelaySensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_EventManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_EventManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ExpressionController.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ExpressionController.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IActuator.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IController.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IController.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IInputDevice.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IInputDevice.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ILogicBrick.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ILogicBrick.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IObject.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IObject.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IScene.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IScene.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ISensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ISensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_JoystickManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_JoystickManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_JoystickSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_JoystickSensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_KeyboardManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_KeyboardManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_KeyboardSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_KeyboardSensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_LogicManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_LogicManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_MouseManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_MouseManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_MouseSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_MouseSensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_NANDController.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_NANDController.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_NORController.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_NORController.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ORController.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ORController.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_PropertyActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_PropertyActuator.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_PropertyEventManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_PropertyEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_PropertySensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_PropertySensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_PythonController.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_PythonController.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_RandomActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_RandomActuator.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_RandomEventManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_RandomEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_RandomNumberGenerator.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_RandomNumberGenerator.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_RandomSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_RandomSensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_TimeEventManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_TimeEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_XNORController.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_XNORController.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_XORController.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_XORController.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SConscript
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/BlenderDataPathProperty.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/BlenderDataPathProperty.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/BlenderPlayer.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/BlenderPlayer.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/BlenderPlayerCtl.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/BlenderPlayerCtl.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/BlenderPlayerPpg.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/BlenderPlayerPpg.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/CControlRefresher.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/CControlRefresher.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/MemoryResource.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/MemoryResource.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/RawImageRsrc.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/RawImageRsrc.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/SafeControl.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/StdAfx.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/StdAfx.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ActiveX/resource.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_Canvas.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_Canvas.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_Engine.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_Engine.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_KeyboardDevice.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_KeyboardDevice.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_MouseDevice.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_MouseDevice.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_RawImage.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_RawImage.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_RawLoadDotBlendArray.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_RawLoadDotBlendArray.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_RawLogoArrays.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_RawLogoArrays.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_RenderTools.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_RenderTools.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_System.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_System.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/SConscript
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/bmfont.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/unix/GPU_Canvas.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/unix/GPU_Canvas.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/unix/GPU_Engine.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/unix/GPU_Engine.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/unix/GPU_PolygonMaterial.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/unix/GPU_System.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/unix/GPU_System.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/windows/GPW_Canvas.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/windows/GPW_Canvas.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/windows/GPW_Engine.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/windows/GPW_Engine.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/windows/GPW_KeyboardDevice.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/windows/GPW_KeyboardDevice.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/windows/GPW_System.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/windows/GPW_System.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/GPG_Application.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/GPG_Canvas.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/GPG_Canvas.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/GPG_KeyboardDevice.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/GPG_KeyboardDevice.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/GPG_System.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/GPG_System.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/SConscript
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/Makefile
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/common/npmac.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/Blender3DPlugin_native_implementation.c
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/NZC_application_callback.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/NZC_application_hooks.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/PLB_script_bindings.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/PLG_MSWindows_windowing.c
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/PLG_MSWindows_windowing.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/PLG_X11_windowing.c
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/PLG_X11_windowing.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/PLG_plugin_handles.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/UnixShell.c
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/blender_plugin_types.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_MSWindows_event_sinks.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_MSWindows_event_sinks.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_MSWindows_services.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_MSWindows_services.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_engine_data_wraps.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_ketsji_hooks.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_ketsji_hooks.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_unix_event_sinks.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_unix_event_sinks.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_unix_services.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_unix_services.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/resource.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/stubs.c
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/winstubs.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/xpcom/XPH_xpcom_hooks.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/xpcom/XPH_xpcom_hooks.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/xpcom/_Blender3DPlugin_implementation_.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/xpcom/_Blender3DPlugin_implementation_.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/xpcom/nsClassInfoMixin.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/test/colorcycle/TST_colorcycle.c
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/test/gears/TST_gears.c
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/test/stub/TST_stubbed_app.c
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/test/threaded_gears/TST_threaded_gears.c
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/xembed/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/xembed/UnixShell.c
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/xembed/blender_plugin_types.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/xembed/blenderplayer-wrapper.c
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/BL_Shader.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/BL_Shader.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/KX_NetworkEventManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/KX_NetworkEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageSensor.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/KX_NetworkObjectActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/KX_NetworkObjectActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/KX_NetworkObjectSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/KX_NetworkObjectSensor.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ArmatureSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ArmatureSensor.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_BlenderMaterial.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_BlenderMaterial.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_BulletPhysicsController.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_Camera.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_Camera.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_CameraActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_CameraActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_CameraIpoSGController.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_CameraIpoSGController.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ClientObjectInfo.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ConstraintActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ConstraintActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ConstraintWrapper.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ConstraintWrapper.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ConvertPhysicsObject.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_Dome.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_EmptyObject.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_EmptyObject.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_GameActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_GameActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_GameObject.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_GameObject.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IInterpolator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IPOTransform.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IPO_SGController.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IPO_SGController.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IPhysicsController.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IPhysicsController.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IScalarInterpolator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ISceneConverter.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ISystem.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IpoActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IpoActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_KetsjiEngine.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_KetsjiEngine.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_Light.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_Light.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_LightIpoSGController.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_LightIpoSGController.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_MeshProxy.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_MeshProxy.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_MotionState.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_MotionState.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_MouseFocusSensor.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_NearSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_NearSensor.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ObColorIpoSGController.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ObColorIpoSGController.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ObjectActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ObjectActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_OrientationInterpolator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_OrientationInterpolator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ParentActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ParentActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PhysicsEngineEnums.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PhysicsObjectWrapper.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PhysicsObjectWrapper.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PhysicsPropertiesobsolete.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PolyProxy.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PolyProxy.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PolygonMaterial.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PolygonMaterial.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PositionInterpolator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PositionInterpolator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PyConstraintBinding.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PyMath.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PyMath.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PythonInit.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PythonInit.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PythonInitTypes.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PythonSeq.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PythonSeq.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_RadarSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_RadarSensor.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_RayCast.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_RayCast.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_RayEventManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_RayEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_RaySensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_RaySensor.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SCA_AddObjectActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SCA_AddObjectActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SCA_DynamicActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SCA_DynamicActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SCA_EndObjectActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SCA_EndObjectActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SCA_ReplaceMeshActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SCA_ReplaceMeshActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SG_BoneParentNodeRelationship.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SG_BoneParentNodeRelationship.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SG_NodeRelationships.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SG_NodeRelationships.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ScalarInterpolator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ScalarInterpolator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ScalingInterpolator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ScalingInterpolator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_Scene.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_Scene.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SceneActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SceneActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SoundActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SoundActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_StateActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_StateActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TimeCategoryLogger.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TimeCategoryLogger.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TimeLogger.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TimeLogger.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TouchEventManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TouchEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TouchSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TouchSensor.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TrackToActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TrackToActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_VehicleWrapper.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_VehicleWrapper.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_VertexProxy.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_VertexProxy.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_VisibilityActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_VisibilityActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_WorldInfo.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_WorldInfo.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_WorldIpoController.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_WorldIpoController.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/Makefile
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Network/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Network/LoopBackNetwork/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Network/LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp
    branches/soc-2009-yukishiro/source/gameengine/Network/LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.h
    branches/soc-2009-yukishiro/source/gameengine/Network/NG_NetworkDeviceInterface.h
    branches/soc-2009-yukishiro/source/gameengine/Network/NG_NetworkMessage.cpp
    branches/soc-2009-yukishiro/source/gameengine/Network/NG_NetworkMessage.h
    branches/soc-2009-yukishiro/source/gameengine/Network/NG_NetworkObject.cpp
    branches/soc-2009-yukishiro/source/gameengine/Network/NG_NetworkObject.h
    branches/soc-2009-yukishiro/source/gameengine/Network/NG_NetworkScene.cpp
    branches/soc-2009-yukishiro/source/gameengine/Network/NG_NetworkScene.h
    branches/soc-2009-yukishiro/source/gameengine/Network/TerraplayNetwork/NG_TerraplayNetworkDeviceInterface.cpp
    branches/soc-2009-yukishiro/source/gameengine/Network/TerraplayNetwork/NG_TerraplayNetworkDeviceInterface.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/CcdGraphicController.cpp
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/CcdGraphicController.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/CcdPhysicsController.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Physics/Dummy/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Physics/Dummy/DummyPhysicsEnvironment.cpp
    branches/soc-2009-yukishiro/source/gameengine/Physics/Dummy/DummyPhysicsEnvironment.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_DynamicTypes.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IController.cpp
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IController.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IGraphicController.cpp
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IGraphicController.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IMotionState.cpp
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IMotionState.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IPhysicsController.cpp
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IPhysicsController.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.cpp
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_Pro.h
    branches/soc-2009-yukishiro/source/gameengine/PyDoc/API_intro.py
    branches/soc-2009-yukishiro/source/gameengine/PyDoc/GameLogic.py
    branches/soc-2009-yukishiro/source/gameengine/PyDoc/GameTypes.py
    branches/soc-2009-yukishiro/source/gameengine/PyDoc/Rasterizer.py
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/Makefile
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_2DFilterManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_2DFilterManager.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_BucketManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_BucketManager.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_CameraData.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_Deformer.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_FramingManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_FramingManager.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_ICanvas.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_IPolygonMaterial.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_IRasterizer.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_IRenderTools.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_IRenderTools.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_LightObject.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_MaterialBucket.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_MeshObject.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_MeshObject.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_ObjectColor.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Blur2DFilter.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Dilation2DFilter.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Erosion2DFilter.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_GrayScale2DFilter.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Invert2DFilter.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Laplacian2DFilter.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Prewitt2DFilter.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Sepia2DFilter.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Sharpen2DFilter.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Sobel2DFilter.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_Polygon.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_Polygon.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_Rect.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_TexMatrix.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_TexVert.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_TexVert.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_texmatrix.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/SConscript
    branches/soc-2009-yukishiro/source/gameengine/SConscript
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_BBox.cpp
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_BBox.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_Controller.cpp
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_Controller.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_DList.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_IObject.cpp
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_IObject.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_Node.cpp
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_Node.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_ParentRelation.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_QList.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_Spatial.cpp
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_Spatial.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_Tree.cpp
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_Tree.h
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/ImageBase.cpp
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/ImageBase.h
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/ImageBuff.cpp
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/ImageBuff.h
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/ImageMix.cpp
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/ImageMix.h
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/ImageRender.cpp
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/ImageRender.h
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/ImageViewport.cpp
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/ImageViewport.h
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/SConscript
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/Texture.cpp
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/VideoFFmpeg.cpp
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/VideoFFmpeg.h
    branches/soc-2009-yukishiro/source/icons/SConscript
    branches/soc-2009-yukishiro/source/kernel/CMakeLists.txt
    branches/soc-2009-yukishiro/source/kernel/gen_messaging/GEN_messaging.h
    branches/soc-2009-yukishiro/source/kernel/gen_messaging/intern/messaging.c
    branches/soc-2009-yukishiro/source/kernel/gen_system/GEN_DataCache.h
    branches/soc-2009-yukishiro/source/kernel/gen_system/GEN_HashedPtr.cpp
    branches/soc-2009-yukishiro/source/kernel/gen_system/GEN_HashedPtr.h
    branches/soc-2009-yukishiro/source/kernel/gen_system/GEN_Map.h
    branches/soc-2009-yukishiro/source/kernel/gen_system/GEN_Matrix4x4.cpp
    branches/soc-2009-yukishiro/source/kernel/gen_system/GEN_Matrix4x4.h
    branches/soc-2009-yukishiro/source/kernel/gen_system/GEN_SmartPtr.h
    branches/soc-2009-yukishiro/source/kernel/gen_system/SYS_SingletonSystem.cpp
    branches/soc-2009-yukishiro/source/kernel/gen_system/SYS_SingletonSystem.h
    branches/soc-2009-yukishiro/source/kernel/gen_system/SYS_System.cpp
    branches/soc-2009-yukishiro/source/kernel/gen_system/SYS_System.h
    branches/soc-2009-yukishiro/source/nan_compile.mk
    branches/soc-2009-yukishiro/source/nan_definitions.mk
    branches/soc-2009-yukishiro/source/nan_link.mk
    branches/soc-2009-yukishiro/source/nan_subdirs.mk
    branches/soc-2009-yukishiro/source/nan_warn.mk
    branches/soc-2009-yukishiro/source/tools/MakeCursor.py
    branches/soc-2009-yukishiro/source/tools/cygwin/cl_wrapper.pl
    branches/soc-2009-yukishiro/source/tools/cygwin/java_wrapper.pl
    branches/soc-2009-yukishiro/tools/Blender.py
    branches/soc-2009-yukishiro/tools/btools.py
    branches/soc-2009-yukishiro/tools/crossmingw.py

Added Paths:
-----------
    branches/soc-2009-yukishiro/config/aix4-config.py
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_AccumulatorFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_AccumulatorFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_AccumulatorReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_AccumulatorReader.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_ButterworthFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_ButterworthFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_ButterworthReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_ButterworthReader.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_EnvelopeFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_EnvelopeFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_EnvelopeReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_EnvelopeReader.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_HighpassFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_HighpassFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_HighpassReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_HighpassReader.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_LowpassFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_LowpassFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_LowpassReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_LowpassReader.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_RectifyFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_RectifyFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_RectifyReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_RectifyReader.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_SquareFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_SquareFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_SquareReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_SquareReader.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_SumFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_SumFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_SumReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/FX/AUD_SumReader.h
    branches/soc-2009-yukishiro/intern/audaspace/fftw/
    branches/soc-2009-yukishiro/intern/audaspace/fftw/AUD_BandPassFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/fftw/AUD_BandPassFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/fftw/AUD_BandPassReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/fftw/AUD_BandPassReader.h
    branches/soc-2009-yukishiro/intern/audaspace/fftw/Makefile
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_LinearResampleFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_LinearResampleFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_LinearResampleReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_LinearResampleReader.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_Mixer.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_Mixer.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_SequencerFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_SequencerFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_SequencerReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_SequencerReader.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_DisplayManagerCocoa.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_DisplayManagerCocoa.mm
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_DropTargetWin32.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_DropTargetWin32.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_EventDragnDrop.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_EventString.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_EventTrackpad.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_SystemCocoa.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_SystemCocoa.mm
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_WindowCocoa.h
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_WindowCocoa.mm
    branches/soc-2009-yukishiro/intern/smoke/intern/EIGENVALUE_HELPER.cpp
    branches/soc-2009-yukishiro/intern/smoke/intern/LU_HELPER.cpp
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/collada/
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/collada/BF_collada.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/render/BRE_raytrace.vcproj
    branches/soc-2009-yukishiro/release/environment-macosx
    branches/soc-2009-yukishiro/release/environment-mswindows
    branches/soc-2009-yukishiro/release/environment-unix
    branches/soc-2009-yukishiro/release/scripts/cfg/
    branches/soc-2009-yukishiro/release/scripts/io/
    branches/soc-2009-yukishiro/release/scripts/io/engine_render_pov.py
    branches/soc-2009-yukishiro/release/scripts/io/export_3ds.py
    branches/soc-2009-yukishiro/release/scripts/io/export_fbx.py
    branches/soc-2009-yukishiro/release/scripts/io/export_mdd.py
    branches/soc-2009-yukishiro/release/scripts/io/export_obj.py
    branches/soc-2009-yukishiro/release/scripts/io/export_ply.py
    branches/soc-2009-yukishiro/release/scripts/io/export_x3d.py
    branches/soc-2009-yukishiro/release/scripts/io/import_anim_bvh.py
    branches/soc-2009-yukishiro/release/scripts/io/import_scene_3ds.py
    branches/soc-2009-yukishiro/release/scripts/io/import_scene_obj.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/
    branches/soc-2009-yukishiro/release/scripts/io/netrender/__init__.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/balancing.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/client.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/master.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/master_html.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/model.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/netrender.css
    branches/soc-2009-yukishiro/release/scripts/io/netrender/netrender.js
    branches/soc-2009-yukishiro/release/scripts/io/netrender/operators.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/slave.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/ui.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/utils.py
    branches/soc-2009-yukishiro/release/scripts/modules/
    branches/soc-2009-yukishiro/release/scripts/modules/bpy/
    branches/soc-2009-yukishiro/release/scripts/modules/bpy/__init__.py
    branches/soc-2009-yukishiro/release/scripts/modules/bpy/ops.py
    branches/soc-2009-yukishiro/release/scripts/modules/bpy/utils.py
    branches/soc-2009-yukishiro/release/scripts/modules/bpy_types.py
    branches/soc-2009-yukishiro/release/scripts/modules/console/
    branches/soc-2009-yukishiro/release/scripts/modules/console/__init__.py
    branches/soc-2009-yukishiro/release/scripts/modules/console/complete_calltip.py
    branches/soc-2009-yukishiro/release/scripts/modules/console/complete_import.py
    branches/soc-2009-yukishiro/release/scripts/modules/console/complete_namespace.py
    branches/soc-2009-yukishiro/release/scripts/modules/console/intellisense.py
    branches/soc-2009-yukishiro/release/scripts/modules/graphviz_export.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/__init__.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/arm_biped.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/copy.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/delta.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/eye_balls.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/eye_lid.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/finger_curl.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/leg_biped.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/leg_quadruped.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/mouth.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/neck_flex.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/palm_curl.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/shape_key_distance.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/shape_key_rotdiff.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/shape_key_transforms.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/spine_pivot_flex.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/stretch.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/stretch_twist.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/track_dual.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/track_reverse.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify_utils.py
    branches/soc-2009-yukishiro/release/scripts/modules/rna_info.py
    branches/soc-2009-yukishiro/release/scripts/modules/rna_prop_ui.py
    branches/soc-2009-yukishiro/release/scripts/op/
    branches/soc-2009-yukishiro/release/scripts/op/add_armature_human.py
    branches/soc-2009-yukishiro/release/scripts/op/add_mesh_torus.py
    branches/soc-2009-yukishiro/release/scripts/op/console_python.py
    branches/soc-2009-yukishiro/release/scripts/op/console_shell.py
    branches/soc-2009-yukishiro/release/scripts/op/image.py
    branches/soc-2009-yukishiro/release/scripts/op/mesh.py
    branches/soc-2009-yukishiro/release/scripts/op/object.py
    branches/soc-2009-yukishiro/release/scripts/op/object_align.py
    branches/soc-2009-yukishiro/release/scripts/op/object_randomize_transform.py
    branches/soc-2009-yukishiro/release/scripts/op/presets.py
    branches/soc-2009-yukishiro/release/scripts/op/screen_play_rendered_anim.py
    branches/soc-2009-yukishiro/release/scripts/op/sequencer.py
    branches/soc-2009-yukishiro/release/scripts/op/uv.py
    branches/soc-2009-yukishiro/release/scripts/op/uvcalc_follow_active.py
    branches/soc-2009-yukishiro/release/scripts/op/uvcalc_smart_project.py
    branches/soc-2009-yukishiro/release/scripts/op/vertexpaint_dirt.py
    branches/soc-2009-yukishiro/release/scripts/op/wm.py
    branches/soc-2009-yukishiro/release/scripts/presets/
    branches/soc-2009-yukishiro/release/scripts/presets/cloth/
    branches/soc-2009-yukishiro/release/scripts/presets/cloth/cotton.py
    branches/soc-2009-yukishiro/release/scripts/presets/cloth/denim.py
    branches/soc-2009-yukishiro/release/scripts/presets/cloth/leather.py
    branches/soc-2009-yukishiro/release/scripts/presets/cloth/rubber.py
    branches/soc-2009-yukishiro/release/scripts/presets/cloth/silk.py
    branches/soc-2009-yukishiro/release/scripts/presets/render/
    branches/soc-2009-yukishiro/release/scripts/presets/render/HDTV_1080p.py
    branches/soc-2009-yukishiro/release/scripts/presets/render/HDTV_720p.py
    branches/soc-2009-yukishiro/release/scripts/presets/render/TV_NTSC.py
    branches/soc-2009-yukishiro/release/scripts/presets/render/TV_PAL.py
    branches/soc-2009-yukishiro/release/scripts/presets/render/TV_PAL_16_colon_9.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/
    branches/soc-2009-yukishiro/release/scripts/presets/sss/apple.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/chicken.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/cream.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/ketchup.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/marble.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/potato.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/skim_milk.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/skin1.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/skin2.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/whole_milk.py
    branches/soc-2009-yukishiro/release/scripts/presets/sunsky/
    branches/soc-2009-yukishiro/release/scripts/presets/sunsky/classic.py
    branches/soc-2009-yukishiro/release/scripts/presets/sunsky/desert.py
    branches/soc-2009-yukishiro/release/scripts/presets/sunsky/mountain.py
    branches/soc-2009-yukishiro/release/scripts/templates/
    branches/soc-2009-yukishiro/release/scripts/templates/gamelogic.py
    branches/soc-2009-yukishiro/release/scripts/templates/gamelogic_basic.py
    branches/soc-2009-yukishiro/release/scripts/templates/gamelogic_module.py
    branches/soc-2009-yukishiro/release/scripts/templates/operator.py
    branches/soc-2009-yukishiro/release/scripts/templates/operator_simple.py
    branches/soc-2009-yukishiro/release/scripts/templates/operator_uv.py
    branches/soc-2009-yukishiro/release/scripts/templates/panel_simple.py
    branches/soc-2009-yukishiro/release/scripts/ui/
    branches/soc-2009-yukishiro/release/scripts/ui/properties_animviz.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_armature.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_armature_rigify.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_bone.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_camera.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_curve.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_empty.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_lamp.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_lattice.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_mesh.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_metaball.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_modifier.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_game.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_material.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_object.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_object_constraint.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_particle.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_physics_cloth.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_physics_common.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_physics_field.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_physics_fluid.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_physics_smoke.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_physics_softbody.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_render.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_scene.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_texture.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_world.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_buttons.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_console.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_dopesheet.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_filebrowser.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_graph.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_image.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_info.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_logic.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_nla.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_node.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_outliner.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_sequencer.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_text.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_time.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_userpref.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_view3d.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_view3d_toolbar.py
    branches/soc-2009-yukishiro/release/text/readme.html
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_customdata_file.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_sequencer.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/customdata_file.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/sequencer.c
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_args.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_math.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_math_base.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_math_color.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_math_geom.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_math_inline.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_math_matrix.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_math_rotation.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_math_vector.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_path_util.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_pbvh.h
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/BLI_args.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/math_base.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/math_base_inline.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/math_color.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/math_geom.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/math_matrix.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/math_rotation.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/math_vector.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/math_vector_inline.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/path_util.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/pbvh.c
    branches/soc-2009-yukishiro/source/blender/collada/
    branches/soc-2009-yukishiro/source/blender/collada/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/collada/DocumentExporter.cpp
    branches/soc-2009-yukishiro/source/blender/collada/DocumentExporter.h
    branches/soc-2009-yukishiro/source/blender/collada/DocumentImporter.cpp
    branches/soc-2009-yukishiro/source/blender/collada/DocumentImporter.h
    branches/soc-2009-yukishiro/source/blender/collada/Makefile
    branches/soc-2009-yukishiro/source/blender/collada/SConscript
    branches/soc-2009-yukishiro/source/blender/collada/collada.cpp
    branches/soc-2009-yukishiro/source/blender/collada/collada.h
    branches/soc-2009-yukishiro/source/blender/collada/collada_internal.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_render.h
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/mesh_data.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_bake.c
    branches/soc-2009-yukishiro/source/blender/editors/physics/particle_boids.c
    branches/soc-2009-yukishiro/source/blender/editors/physics/particle_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/physics/particle_object.c
    branches/soc-2009-yukishiro/source/blender/editors/physics/physics_fluid.c
    branches/soc-2009-yukishiro/source/blender/editors/physics/physics_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/physics/physics_pointcache.c
    branches/soc-2009-yukishiro/source/blender/editors/render/
    branches/soc-2009-yukishiro/source/blender/editors/render/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/render/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/render/render_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/render/render_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/render/render_preview.c
    branches/soc-2009-yukishiro/source/blender/editors/render/render_shading.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_undo.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/node_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/drawanimviz.c
    branches/soc-2009-yukishiro/source/blender/gpu/gpu_buffers.h
    branches/soc-2009-yukishiro/source/blender/gpu/intern/gpu_buffers.c
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/IMB_cocoa.h
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/imbuf_cocoa.m
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_animviz.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_armature_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_fcurve_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_sequencer.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_colorbalance.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/CMP_nodes/CMP_huecorrect.c
    branches/soc-2009-yukishiro/source/blender/python/doc/epy/
    branches/soc-2009-yukishiro/source/blender/python/doc/epy/BGL.py
    branches/soc-2009-yukishiro/source/blender/python/doc/epy/Geometry.py
    branches/soc-2009-yukishiro/source/blender/python/doc/epy/IDProp.py
    branches/soc-2009-yukishiro/source/blender/python/doc/epy/Mathutils.py
    branches/soc-2009-yukishiro/source/blender/python/doc/epy/testbgl.py
    branches/soc-2009-yukishiro/source/blender/python/doc/examples/
    branches/soc-2009-yukishiro/source/blender/python/doc/examples/mathutils.py
    branches/soc-2009-yukishiro/source/blender/python/doc/examples/mathutils_euler.py
    branches/soc-2009-yukishiro/source/blender/python/doc/examples/mathutils_matrix.py
    branches/soc-2009-yukishiro/source/blender/python/doc/examples/mathutils_quat.py
    branches/soc-2009-yukishiro/source/blender/python/doc/examples/mathutils_vector.py
    branches/soc-2009-yukishiro/source/blender/python/doc/sphinx_doc_gen.py
    branches/soc-2009-yukishiro/source/blender/python/generic/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/python/generic/IDProp.c
    branches/soc-2009-yukishiro/source/blender/python/generic/IDProp.h
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy.h
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_app.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_app.h
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_driver.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_props.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_props.h
    branches/soc-2009-yukishiro/source/blender/quicktime/apple/qtkit_export.m
    branches/soc-2009-yukishiro/source/blender/quicktime/apple/qtkit_import.m
    branches/soc-2009-yukishiro/source/blender/render/intern/include/raycounter.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/rayobject.h
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/Makefile
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/bvh.h
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/rayobject.cpp
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/rayobject_hint.h
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/rayobject_qbvh.cpp
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/rayobject_rtbuild.cpp
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/rayobject_rtbuild.h
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/rayobject_svbvh.cpp
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/rayobject_vbvh.cpp
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/reorganize.h
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/svbvh.h
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/vbvh.h
    branches/soc-2009-yukishiro/source/blender/render/intern/source/rayobject_blibvh.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/rayobject_instance.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/rayobject_octree.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/rayobject_raycounter.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_dragdrop.c
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_SoftBodyDeformer.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_SoftBodyDeformer.h
    branches/soc-2009-yukishiro/source/gameengine/PyDoc/PhysicsConstraints.py
    branches/soc-2009-yukishiro/source/gameengine/PyDoc/VideoTexture.py

Removed Paths:
-------------
    branches/soc-2009-yukishiro/intern/audaspace/SDL/AUD_SDLMixer.cpp
    branches/soc-2009-yukishiro/intern/audaspace/SDL/AUD_SDLMixer.h
    branches/soc-2009-yukishiro/intern/audaspace/SDL/AUD_SDLMixerFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/SDL/AUD_SDLMixerFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/SDL/AUD_SDLMixerReader.h
    branches/soc-2009-yukishiro/intern/audaspace/fftw/AUD_BandPassFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/fftw/AUD_BandPassFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/fftw/AUD_BandPassReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/fftw/AUD_BandPassReader.h
    branches/soc-2009-yukishiro/intern/audaspace/fftw/Makefile
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_FloatMixer.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_FloatMixer.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_IMixer.h
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/collada/BF_collada.vcproj
    branches/soc-2009-yukishiro/release/io/
    branches/soc-2009-yukishiro/release/scripts/3ds_export.py
    branches/soc-2009-yukishiro/release/scripts/3ds_import.py
    branches/soc-2009-yukishiro/release/scripts/Axiscopy.py
    branches/soc-2009-yukishiro/release/scripts/DirectX8Exporter.py
    branches/soc-2009-yukishiro/release/scripts/DirectX8Importer.py
    branches/soc-2009-yukishiro/release/scripts/IDPropBrowser.py
    branches/soc-2009-yukishiro/release/scripts/ac3d_export.py
    branches/soc-2009-yukishiro/release/scripts/ac3d_import.py
    branches/soc-2009-yukishiro/release/scripts/add_mesh_empty.py
    branches/soc-2009-yukishiro/release/scripts/add_mesh_torus.py
    branches/soc-2009-yukishiro/release/scripts/animation_bake_constraints.py
    branches/soc-2009-yukishiro/release/scripts/animation_clean.py
    branches/soc-2009-yukishiro/release/scripts/animation_trajectory.py
    branches/soc-2009-yukishiro/release/scripts/armature_symmetry.py
    branches/soc-2009-yukishiro/release/scripts/bevel_center.py
    branches/soc-2009-yukishiro/release/scripts/blenderLipSynchro.py
    branches/soc-2009-yukishiro/release/scripts/bpydata/
    branches/soc-2009-yukishiro/release/scripts/bpymodules/
    branches/soc-2009-yukishiro/release/scripts/bvh_import.py
    branches/soc-2009-yukishiro/release/scripts/c3d_import.py
    branches/soc-2009-yukishiro/release/scripts/camera_changer.py
    branches/soc-2009-yukishiro/release/scripts/colladaExport14.py
    branches/soc-2009-yukishiro/release/scripts/colladaImport14.py
    branches/soc-2009-yukishiro/release/scripts/collada_export.py
    branches/soc-2009-yukishiro/release/scripts/collada_import.py
    branches/soc-2009-yukishiro/release/scripts/config.py
    branches/soc-2009-yukishiro/release/scripts/console.py
    branches/soc-2009-yukishiro/release/scripts/discombobulator.py
    branches/soc-2009-yukishiro/release/scripts/envelope_symmetry.py
    branches/soc-2009-yukishiro/release/scripts/export-iv-0.1.py
    branches/soc-2009-yukishiro/release/scripts/export_dxf.py
    branches/soc-2009-yukishiro/release/scripts/export_fbx.py
    branches/soc-2009-yukishiro/release/scripts/export_lightwave_motion.py
    branches/soc-2009-yukishiro/release/scripts/export_m3g.py
    branches/soc-2009-yukishiro/release/scripts/export_map.py
    branches/soc-2009-yukishiro/release/scripts/export_mdd.py
    branches/soc-2009-yukishiro/release/scripts/export_obj.py
    branches/soc-2009-yukishiro/release/scripts/faceselect_same_weights.py
    branches/soc-2009-yukishiro/release/scripts/flt_defaultp.py
    branches/soc-2009-yukishiro/release/scripts/flt_dofedit.py
    branches/soc-2009-yukishiro/release/scripts/flt_export.py
    branches/soc-2009-yukishiro/release/scripts/flt_filewalker.py
    branches/soc-2009-yukishiro/release/scripts/flt_import.py
    branches/soc-2009-yukishiro/release/scripts/flt_lodedit.py
    branches/soc-2009-yukishiro/release/scripts/flt_palettemanager.py
    branches/soc-2009-yukishiro/release/scripts/flt_properties.py
    branches/soc-2009-yukishiro/release/scripts/flt_toolbar.py
    branches/soc-2009-yukishiro/release/scripts/help_bpy_api.py
    branches/soc-2009-yukishiro/release/scripts/help_browser.py
    branches/soc-2009-yukishiro/release/scripts/hotkeys.py
    branches/soc-2009-yukishiro/release/scripts/image_2d_cutout.py
    branches/soc-2009-yukishiro/release/scripts/image_auto_layout.py
    branches/soc-2009-yukishiro/release/scripts/image_billboard.py
    branches/soc-2009-yukishiro/release/scripts/image_edit.py
    branches/soc-2009-yukishiro/release/scripts/import_dxf.py
    branches/soc-2009-yukishiro/release/scripts/import_edl.py
    branches/soc-2009-yukishiro/release/scripts/import_lightwave_motion.py
    branches/soc-2009-yukishiro/release/scripts/import_mdd.py
    branches/soc-2009-yukishiro/release/scripts/import_obj.py
    branches/soc-2009-yukishiro/release/scripts/import_web3d.py
    branches/soc-2009-yukishiro/release/scripts/io/engine_render_pov.py
    branches/soc-2009-yukishiro/release/scripts/io/export_3ds.py
    branches/soc-2009-yukishiro/release/scripts/io/export_fbx.py
    branches/soc-2009-yukishiro/release/scripts/io/export_mdd.py
    branches/soc-2009-yukishiro/release/scripts/io/export_obj.py
    branches/soc-2009-yukishiro/release/scripts/io/export_ply.py
    branches/soc-2009-yukishiro/release/scripts/io/export_x3d.py
    branches/soc-2009-yukishiro/release/scripts/io/import_anim_bvh.py
    branches/soc-2009-yukishiro/release/scripts/io/import_scene_3ds.py
    branches/soc-2009-yukishiro/release/scripts/io/import_scene_obj.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/
    branches/soc-2009-yukishiro/release/scripts/io/netrender/__init__.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/balancing.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/client.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/master.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/master_html.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/model.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/netrender.css
    branches/soc-2009-yukishiro/release/scripts/io/netrender/netrender.js
    branches/soc-2009-yukishiro/release/scripts/io/netrender/operators.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/slave.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/ui.py
    branches/soc-2009-yukishiro/release/scripts/io/netrender/utils.py
    branches/soc-2009-yukishiro/release/scripts/lightwave_export.py
    branches/soc-2009-yukishiro/release/scripts/lightwave_import.py
    branches/soc-2009-yukishiro/release/scripts/md2_export.py
    branches/soc-2009-yukishiro/release/scripts/md2_import.py
    branches/soc-2009-yukishiro/release/scripts/mesh_boneweight_copy.py
    branches/soc-2009-yukishiro/release/scripts/mesh_cleanup.py
    branches/soc-2009-yukishiro/release/scripts/mesh_edges2curves.py
    branches/soc-2009-yukishiro/release/scripts/mesh_mirror_tool.py
    branches/soc-2009-yukishiro/release/scripts/mesh_poly_reduce.py
    branches/soc-2009-yukishiro/release/scripts/mesh_poly_reduce_grid.py
    branches/soc-2009-yukishiro/release/scripts/mesh_skin.py
    branches/soc-2009-yukishiro/release/scripts/mesh_solidify.py
    branches/soc-2009-yukishiro/release/scripts/mesh_unfolder.py
    branches/soc-2009-yukishiro/release/scripts/mesh_wire.py
    branches/soc-2009-yukishiro/release/scripts/modules/bpy/
    branches/soc-2009-yukishiro/release/scripts/modules/bpy/__init__.py
    branches/soc-2009-yukishiro/release/scripts/modules/bpy/ops.py
    branches/soc-2009-yukishiro/release/scripts/modules/bpy/utils.py
    branches/soc-2009-yukishiro/release/scripts/modules/bpy_types.py
    branches/soc-2009-yukishiro/release/scripts/modules/console/
    branches/soc-2009-yukishiro/release/scripts/modules/console/__init__.py
    branches/soc-2009-yukishiro/release/scripts/modules/console/complete_calltip.py
    branches/soc-2009-yukishiro/release/scripts/modules/console/complete_import.py
    branches/soc-2009-yukishiro/release/scripts/modules/console/complete_namespace.py
    branches/soc-2009-yukishiro/release/scripts/modules/console/intellisense.py
    branches/soc-2009-yukishiro/release/scripts/modules/graphviz_export.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/__init__.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/arm_biped.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/copy.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/delta.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/eye_balls.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/eye_lid.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/finger_curl.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/leg_biped.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/leg_quadruped.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/mouth.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/neck_flex.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/palm_curl.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/shape_key_distance.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/shape_key_rotdiff.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/shape_key_transforms.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/spine_pivot_flex.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/stretch.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/stretch_twist.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/track_dual.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify/track_reverse.py
    branches/soc-2009-yukishiro/release/scripts/modules/rigify_utils.py
    branches/soc-2009-yukishiro/release/scripts/modules/rna_info.py
    branches/soc-2009-yukishiro/release/scripts/modules/rna_prop_ui.py
    branches/soc-2009-yukishiro/release/scripts/ms3d_import.py
    branches/soc-2009-yukishiro/release/scripts/ms3d_import_ascii.py
    branches/soc-2009-yukishiro/release/scripts/obdatacopier.py
    branches/soc-2009-yukishiro/release/scripts/object_active_to_other.py
    branches/soc-2009-yukishiro/release/scripts/object_apply_def.py
    branches/soc-2009-yukishiro/release/scripts/object_batch_name_edit.py
    branches/soc-2009-yukishiro/release/scripts/object_cookie_cutter.py
    branches/soc-2009-yukishiro/release/scripts/object_drop.py
    branches/soc-2009-yukishiro/release/scripts/object_find.py
    branches/soc-2009-yukishiro/release/scripts/object_random_loc_sz_rot.py
    branches/soc-2009-yukishiro/release/scripts/object_sel2dupgroup.py
    branches/soc-2009-yukishiro/release/scripts/object_timeofs_follow_act.py
    branches/soc-2009-yukishiro/release/scripts/off_export.py
    branches/soc-2009-yukishiro/release/scripts/off_import.py
    branches/soc-2009-yukishiro/release/scripts/op/add_armature_human.py
    branches/soc-2009-yukishiro/release/scripts/op/add_mesh_torus.py
    branches/soc-2009-yukishiro/release/scripts/op/console_python.py
    branches/soc-2009-yukishiro/release/scripts/op/console_shell.py
    branches/soc-2009-yukishiro/release/scripts/op/image.py
    branches/soc-2009-yukishiro/release/scripts/op/mesh.py
    branches/soc-2009-yukishiro/release/scripts/op/object.py
    branches/soc-2009-yukishiro/release/scripts/op/object_align.py
    branches/soc-2009-yukishiro/release/scripts/op/object_randomize_transform.py
    branches/soc-2009-yukishiro/release/scripts/op/presets.py
    branches/soc-2009-yukishiro/release/scripts/op/screen_play_rendered_anim.py
    branches/soc-2009-yukishiro/release/scripts/op/sequencer.py
    branches/soc-2009-yukishiro/release/scripts/op/uv.py
    branches/soc-2009-yukishiro/release/scripts/op/uvcalc_follow_active.py
    branches/soc-2009-yukishiro/release/scripts/op/uvcalc_smart_project.py
    branches/soc-2009-yukishiro/release/scripts/op/vertexpaint_dirt.py
    branches/soc-2009-yukishiro/release/scripts/op/wm.py
    branches/soc-2009-yukishiro/release/scripts/paths_import.py
    branches/soc-2009-yukishiro/release/scripts/ply_import.py
    branches/soc-2009-yukishiro/release/scripts/presets/cloth/
    branches/soc-2009-yukishiro/release/scripts/presets/cloth/cotton.py
    branches/soc-2009-yukishiro/release/scripts/presets/cloth/denim.py
    branches/soc-2009-yukishiro/release/scripts/presets/cloth/leather.py
    branches/soc-2009-yukishiro/release/scripts/presets/cloth/rubber.py
    branches/soc-2009-yukishiro/release/scripts/presets/cloth/silk.py
    branches/soc-2009-yukishiro/release/scripts/presets/render/
    branches/soc-2009-yukishiro/release/scripts/presets/render/HDTV_1080p.py
    branches/soc-2009-yukishiro/release/scripts/presets/render/HDTV_720p.py
    branches/soc-2009-yukishiro/release/scripts/presets/render/TV_NTSC.py
    branches/soc-2009-yukishiro/release/scripts/presets/render/TV_PAL.py
    branches/soc-2009-yukishiro/release/scripts/presets/render/TV_PAL_16_colon_9.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/
    branches/soc-2009-yukishiro/release/scripts/presets/sss/apple.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/chicken.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/cream.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/ketchup.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/marble.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/potato.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/skim_milk.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/skin1.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/skin2.py
    branches/soc-2009-yukishiro/release/scripts/presets/sss/whole_milk.py
    branches/soc-2009-yukishiro/release/scripts/presets/sunsky/
    branches/soc-2009-yukishiro/release/scripts/presets/sunsky/classic.py
    branches/soc-2009-yukishiro/release/scripts/presets/sunsky/desert.py
    branches/soc-2009-yukishiro/release/scripts/presets/sunsky/mountain.py
    branches/soc-2009-yukishiro/release/scripts/raw_export.py
    branches/soc-2009-yukishiro/release/scripts/raw_import.py
    branches/soc-2009-yukishiro/release/scripts/renameobjectbyblock.py
    branches/soc-2009-yukishiro/release/scripts/render_save_layers.py
    branches/soc-2009-yukishiro/release/scripts/rvk1_torvk2.py
    branches/soc-2009-yukishiro/release/scripts/save_theme.py
    branches/soc-2009-yukishiro/release/scripts/scripttemplate_background_job.py
    branches/soc-2009-yukishiro/release/scripts/scripttemplate_camera_object.py
    branches/soc-2009-yukishiro/release/scripts/scripttemplate_gamelogic.py
    branches/soc-2009-yukishiro/release/scripts/scripttemplate_gamelogic_basic.py
    branches/soc-2009-yukishiro/release/scripts/scripttemplate_gamelogic_module.py
    branches/soc-2009-yukishiro/release/scripts/scripttemplate_ipo_gen.py
    branches/soc-2009-yukishiro/release/scripts/scripttemplate_mesh_edit.py
    branches/soc-2009-yukishiro/release/scripts/scripttemplate_metaball_create.py
    branches/soc-2009-yukishiro/release/scripts/scripttemplate_object_edit.py
    branches/soc-2009-yukishiro/release/scripts/scripttemplate_pyconstraint.py
    branches/soc-2009-yukishiro/release/scripts/scripttemplate_text_plugin.py
    branches/soc-2009-yukishiro/release/scripts/slp_import.py
    branches/soc-2009-yukishiro/release/scripts/sysinfo.py
    branches/soc-2009-yukishiro/release/scripts/templates/gamelogic.py
    branches/soc-2009-yukishiro/release/scripts/templates/gamelogic_basic.py
    branches/soc-2009-yukishiro/release/scripts/templates/gamelogic_module.py
    branches/soc-2009-yukishiro/release/scripts/templates/operator.py
    branches/soc-2009-yukishiro/release/scripts/templates/operator_simple.py
    branches/soc-2009-yukishiro/release/scripts/templates/operator_uv.py
    branches/soc-2009-yukishiro/release/scripts/templates/panel_simple.py
    branches/soc-2009-yukishiro/release/scripts/textplugin_convert_ge.py
    branches/soc-2009-yukishiro/release/scripts/textplugin_functiondocs.py
    branches/soc-2009-yukishiro/release/scripts/textplugin_imports.py
    branches/soc-2009-yukishiro/release/scripts/textplugin_membersuggest.py
    branches/soc-2009-yukishiro/release/scripts/textplugin_outliner.py
    branches/soc-2009-yukishiro/release/scripts/textplugin_suggest.py
    branches/soc-2009-yukishiro/release/scripts/textplugin_templates.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_animviz.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_armature.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_armature_rigify.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_bone.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_camera.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_curve.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_empty.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_lamp.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_lattice.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_mesh.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_metaball.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_data_modifier.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_game.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_material.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_object.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_object_constraint.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_particle.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_physics_cloth.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_physics_common.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_physics_field.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_physics_fluid.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_physics_smoke.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_physics_softbody.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_render.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_scene.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_texture.py
    branches/soc-2009-yukishiro/release/scripts/ui/properties_world.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_buttons.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_console.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_dopesheet.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_filebrowser.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_graph.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_image.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_info.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_logic.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_nla.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_node.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_outliner.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_sequencer.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_text.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_time.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_userpref.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_view3d.py
    branches/soc-2009-yukishiro/release/scripts/ui/space_view3d_toolbar.py
    branches/soc-2009-yukishiro/release/scripts/unweld.py
    branches/soc-2009-yukishiro/release/scripts/uv_export.py
    branches/soc-2009-yukishiro/release/scripts/uv_seams_from_islands.py
    branches/soc-2009-yukishiro/release/scripts/uvcalc_follow_active_coords.py
    branches/soc-2009-yukishiro/release/scripts/uvcalc_lightmap.py
    branches/soc-2009-yukishiro/release/scripts/uvcalc_quad_clickproj.py
    branches/soc-2009-yukishiro/release/scripts/uvcalc_smart_project.py
    branches/soc-2009-yukishiro/release/scripts/uvcopy.py
    branches/soc-2009-yukishiro/release/scripts/vertexpaint_from_material.py
    branches/soc-2009-yukishiro/release/scripts/vertexpaint_gradient.py
    branches/soc-2009-yukishiro/release/scripts/vertexpaint_selfshadow_ao.py
    branches/soc-2009-yukishiro/release/scripts/vrml97_export.py
    branches/soc-2009-yukishiro/release/scripts/weightpaint_average.py
    branches/soc-2009-yukishiro/release/scripts/weightpaint_clean.py
    branches/soc-2009-yukishiro/release/scripts/weightpaint_copy.py
    branches/soc-2009-yukishiro/release/scripts/weightpaint_envelope_assign.py
    branches/soc-2009-yukishiro/release/scripts/weightpaint_gradient.py
    branches/soc-2009-yukishiro/release/scripts/weightpaint_grow_shrink.py
    branches/soc-2009-yukishiro/release/scripts/weightpaint_invert.py
    branches/soc-2009-yukishiro/release/scripts/weightpaint_normalize.py
    branches/soc-2009-yukishiro/release/scripts/widgetwizard.py
    branches/soc-2009-yukishiro/release/scripts/wizard_bolt_factory.py
    branches/soc-2009-yukishiro/release/scripts/wizard_curve2tree.py
    branches/soc-2009-yukishiro/release/scripts/wizard_landscape_ant.py
    branches/soc-2009-yukishiro/release/scripts/x3d_export.py
    branches/soc-2009-yukishiro/release/scripts/xsi_export.py
    branches/soc-2009-yukishiro/release/text/BlenderQuickStart.pdf
    branches/soc-2009-yukishiro/release/text/blender.html
    branches/soc-2009-yukishiro/release/text/release_249.txt
    branches/soc-2009-yukishiro/release/ui/
    branches/soc-2009-yukishiro/source/.obj.Makefile
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_sequence.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/sequence.c
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_arithb.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_util.h
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/arithb.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/util.c
    branches/soc-2009-yukishiro/source/blender/collada/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/collada/DocumentExporter.cpp
    branches/soc-2009-yukishiro/source/blender/collada/DocumentExporter.h
    branches/soc-2009-yukishiro/source/blender/collada/DocumentImporter.cpp
    branches/soc-2009-yukishiro/source/blender/collada/DocumentImporter.h
    branches/soc-2009-yukishiro/source/blender/collada/Makefile
    branches/soc-2009-yukishiro/source/blender/collada/SConscript
    branches/soc-2009-yukishiro/source/blender/collada/collada.cpp
    branches/soc-2009-yukishiro/source/blender/collada/collada.h
    branches/soc-2009-yukishiro/source/blender/collada/collada_internal.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_interface.h
    branches/soc-2009-yukishiro/source/blender/editors/mesh/mesh_layers.c
    branches/soc-2009-yukishiro/source/blender/editors/physics/ed_fluidsim.c
    branches/soc-2009-yukishiro/source/blender/editors/physics/ed_pointcache.c
    branches/soc-2009-yukishiro/source/blender/editors/physics/editparticle.c
    branches/soc-2009-yukishiro/source/blender/editors/physics/physics_boids.c
    branches/soc-2009-yukishiro/source/blender/editors/preview/
    branches/soc-2009-yukishiro/source/blender/editors/render/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/render/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/render/render_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/render/render_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/render/render_preview.c
    branches/soc-2009-yukishiro/source/blender/editors/render/render_shading.c
    branches/soc-2009-yukishiro/source/blender/editors/space_action/action_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/graph_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/nla_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_outliner/outliner_header.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_sequence.c
    branches/soc-2009-yukishiro/source/blender/python/doc/epy/BGL.py
    branches/soc-2009-yukishiro/source/blender/python/doc/epy/Geometry.py
    branches/soc-2009-yukishiro/source/blender/python/doc/epy/IDProp.py
    branches/soc-2009-yukishiro/source/blender/python/doc/epy/Mathutils.py
    branches/soc-2009-yukishiro/source/blender/python/doc/epy/testbgl.py
    branches/soc-2009-yukishiro/source/blender/python/doc/examples/mathutils.py
    branches/soc-2009-yukishiro/source/blender/python/doc/examples/mathutils_euler.py
    branches/soc-2009-yukishiro/source/blender/python/doc/examples/mathutils_matrix.py
    branches/soc-2009-yukishiro/source/blender/python/doc/examples/mathutils_quat.py
    branches/soc-2009-yukishiro/source/blender/python/doc/examples/mathutils_vector.py
    branches/soc-2009-yukishiro/source/blender/python/epy_doc_gen.py
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_ui.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_ui.h
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/Makefile
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/bvh.h
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/rayobject.cpp
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/rayobject_hint.h
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/rayobject_qbvh.cpp
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/rayobject_rtbuild.cpp
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/rayobject_rtbuild.h
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/rayobject_svbvh.cpp
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/rayobject_vbvh.cpp
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/reorganize.h
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/svbvh.h
    branches/soc-2009-yukishiro/source/blender/render/intern/raytrace/vbvh.h
    branches/soc-2009-yukishiro/source/blender/render/intern/source/raytrace.c
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_SkinMeshObject.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_SkinMeshObject.h

Property Changed:
----------------
    branches/soc-2009-yukishiro/
    branches/soc-2009-yukishiro/extern/binreloc/SConscript
    branches/soc-2009-yukishiro/extern/glew/SConscript
    branches/soc-2009-yukishiro/extern/libmp3lame/SConscript
    branches/soc-2009-yukishiro/extern/libopenjpeg/SConscript
    branches/soc-2009-yukishiro/extern/libredcode/SConscript
    branches/soc-2009-yukishiro/extern/lzma/SConscript
    branches/soc-2009-yukishiro/extern/lzo/SConscript
    branches/soc-2009-yukishiro/extern/x264/SConscript
    branches/soc-2009-yukishiro/extern/xvidcore/SConscript
    branches/soc-2009-yukishiro/intern/audaspace/SConscript
    branches/soc-2009-yukishiro/intern/itasc/SConscript
    branches/soc-2009-yukishiro/intern/smoke/SConscript
    branches/soc-2009-yukishiro/release/scripts/
    branches/soc-2009-yukishiro/source/blender/blenfont/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/animation/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/armature/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/curve/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/datafiles/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/interface/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_handlers.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/metaball/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/object/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/physics/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/screen/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/sound/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_action/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_api/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_buttons/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_console/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_file/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_image/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_info/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_logic/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_node/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_outliner/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_script/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_sequencer/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_sound/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_text/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_time/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/transform/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/util/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/uvedit/SConscript
    branches/soc-2009-yukishiro/source/blender/gpu/SConscript
    branches/soc-2009-yukishiro/source/blender/ikplugin/SConscript
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/SConscript
    branches/soc-2009-yukishiro/source/blender/makesrna/SConscript
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/SConscript
    branches/soc-2009-yukishiro/source/blender/python/SConscript
    branches/soc-2009-yukishiro/source/blender/windowmanager/SConscript
    branches/soc-2009-yukishiro/source/gameengine/PyDoc/SConscript
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/SConscript
    branches/soc-2009-yukishiro/tools/bcolors.py
    branches/soc-2009-yukishiro/tools/btools.py
    branches/soc-2009-yukishiro/tools/crossmingw.py
    branches/soc-2009-yukishiro/tools/mstoolkit.py


Property changes on: branches/soc-2009-yukishiro
___________________________________________________________________
Name: svn:ignore
   - *.pdb
.*
TAGS
build
cscope.out
install
mingw
mingw-user-config.py
msvc
msvc-user-config.py
obj
sgc.bat
smc.bat
ssenv.bat
tags
user-config.py
user-def.mk

   + *.pdb
.*
TAGS
build
cscope.out
install
mingw
mingw-user-config.py
mingw-user-config_debug.py
msvc
msvc-user-config.py
obj
sgc.bat
sgd.bat
smc.bat
ssenv.bat
tags
user-config.py
user-def.mk


Modified: branches/soc-2009-yukishiro/CMake/macros.cmake
===================================================================
--- branches/soc-2009-yukishiro/CMake/macros.cmake	2010-04-06 17:47:21 UTC (rev 28054)
+++ branches/soc-2009-yukishiro/CMake/macros.cmake	2010-04-06 19:49:54 UTC (rev 28055)
@@ -76,6 +76,11 @@
   IF(WITH_FFTW3)
     LINK_DIRECTORIES(${FFTW3_LIBPATH})
   ENDIF(WITH_FFTW3)
+  IF(WITH_OPENCOLLADA)
+    LINK_DIRECTORIES(${OPENCOLLADA_LIBPATH})
+    LINK_DIRECTORIES(${PCRE_LIBPATH})
+    LINK_DIRECTORIES(${EXPAT_LIBPATH})
+  ENDIF(WITH_OPENCOLLADA)
 
   IF(WIN32)
     LINK_DIRECTORIES(${PTHREADS_LIBPATH})
@@ -85,33 +90,32 @@
 MACRO(SETUP_LIBLINKS
   target)
   SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${PLATFORM_LINKFLAGS} ")
-  #TARGET_LINK_LIBRARIES(${target} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} ${PYTHON_LIB} ${PYTHON_LINKFLAGS} ${JPEG_LIB} ${PNG_LIB} ${ZLIB_LIB} ${SDL_LIBRARY} ${LLIBS})
 
-  TARGET_LINK_LIBRARIES(${target} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} ${PYTHON_LINKFLAGS} ${JPEG_LIBRARY} ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${LLIBS})
+  TARGET_LINK_LIBRARIES(${target} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} ${JPEG_LIBRARY} ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${LLIBS})
 
   # since we are using the local libs for python when compiling msvc projects, we need to add _d when compiling debug versions
-  IF(WIN32)
-    TARGET_LINK_LIBRARIES(${target} debug ${PYTHON_LIB}_d)
-    TARGET_LINK_LIBRARIES(${target} optimized ${PYTHON_LIB})
-  ELSE(WIN32)
-    TARGET_LINK_LIBRARIES(${target} ${PYTHON_LIB})
-  ENDIF(WIN32)
+  IF(WITH_PYTHON)
+    TARGET_LINK_LIBRARIES(${target} ${PYTHON_LINKFLAGS})
   
-  TARGET_LINK_LIBRARIES(${target} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} ${PYTHON_LINKFLAGS} ${JPEG_LIB} ${PNG_LIB} ${ZLIB_LIB} ${LLIBS})
+    IF(WIN32)
+      TARGET_LINK_LIBRARIES(${target} debug ${PYTHON_LIB}_d)
+      TARGET_LINK_LIBRARIES(${target} optimized ${PYTHON_LIB})
+    ELSE(WIN32)
+      TARGET_LINK_LIBRARIES(${target} ${PYTHON_LIB})
+    ENDIF(WIN32)
+  ENDIF(WITH_PYTHON)
+  
+  TARGET_LINK_LIBRARIES(${target} ${OPENGL_glu_LIBRARY} ${JPEG_LIB} ${PNG_LIB} ${ZLIB_LIB})
   TARGET_LINK_LIBRARIES(${target} ${FREETYPE_LIBRARY} ${LIBSAMPLERATE_LIB})
 
-  # since we are using the local libs for python when compiling msvc projects, we need to add _d when compiling debug versions
-
-  IF(WIN32)
-    TARGET_LINK_LIBRARIES(${target} debug ${PYTHON_LIB}_d)
-    TARGET_LINK_LIBRARIES(${target} optimized ${PYTHON_LIB})
-  ELSE(WIN32)
-    TARGET_LINK_LIBRARIES(${target} ${PYTHON_LIB})
-  ENDIF(WIN32)
-
   IF(WITH_INTERNATIONAL)
     TARGET_LINK_LIBRARIES(${target} ${GETTEXT_LIB})
+	
+    IF(WIN32)
+      TARGET_LINK_LIBRARIES(${target} ${ICONV_LIB})
+    ENDIF(WIN32)
   ENDIF(WITH_INTERNATIONAL)
+  
   IF(WITH_OPENAL)
     TARGET_LINK_LIBRARIES(${target} ${OPENAL_LIBRARY})
   ENDIF(WITH_OPENAL)
@@ -127,18 +131,40 @@
   IF(WITH_SDL)
     TARGET_LINK_LIBRARIES(${target} ${SDL_LIBRARY})
   ENDIF(WITH_SDL)
-  IF(WIN32)
-    TARGET_LINK_LIBRARIES(${target} ${ICONV_LIB})
-  ENDIF(WIN32)
   IF(WITH_QUICKTIME)
     TARGET_LINK_LIBRARIES(${target} ${QUICKTIME_LIB})
   ENDIF(WITH_QUICKTIME)
   IF(WITH_OPENEXR)
-    TARGET_LINK_LIBRARIES(${target} ${OPENEXR_LIB})
+    IF(WIN32)
+      FOREACH(loop_var ${OPENEXR_LIB})
+        TARGET_LINK_LIBRARIES(${target} debug ${loop_var}_d)
+        TARGET_LINK_LIBRARIES(${target} optimized ${loop_var})
+      ENDFOREACH(loop_var)
+    ELSE(WIN32)
+      TARGET_LINK_LIBRARIES(${target} ${OPENEXR_LIB})
+    ENDIF(WIN32)
   ENDIF(WITH_OPENEXR)
   IF(WITH_FFMPEG)
     TARGET_LINK_LIBRARIES(${target} ${FFMPEG_LIB})
   ENDIF(WITH_FFMPEG)
+  IF(WITH_OPENCOLLADA)
+    IF(WIN32)
+      FOREACH(loop_var ${OPENCOLLADA_LIB})
+        TARGET_LINK_LIBRARIES(${target} debug ${loop_var}_d)
+        TARGET_LINK_LIBRARIES(${target} optimized ${loop_var})
+      ENDFOREACH(loop_var)
+      TARGET_LINK_LIBRARIES(${target} debug ${PCRE_LIB}_d)
+      TARGET_LINK_LIBRARIES(${target} optimized ${PCRE_LIB})
+      IF(EXPAT_LIB)
+        TARGET_LINK_LIBRARIES(${target} debug ${EXPAT_LIB}_d)
+        TARGET_LINK_LIBRARIES(${target} optimized ${EXPAT_LIB})
+      ENDIF(EXPAT_LIB)
+    ELSE(WIN32)
+	  TARGET_LINK_LIBRARIES(${target} ${OPENCOLLADA_LIB})
+      TARGET_LINK_LIBRARIES(${target} ${PCRE_LIB})
+      TARGET_LINK_LIBRARIES(${target} ${EXPAT_LIB})
+    ENDIF(WIN32)
+  ENDIF(WITH_OPENCOLLADA)
   IF(WIN32)
     TARGET_LINK_LIBRARIES(${target} ${PTHREADS_LIB})
   ENDIF(WIN32)

Modified: branches/soc-2009-yukishiro/CMakeLists.txt
===================================================================
--- branches/soc-2009-yukishiro/CMakeLists.txt	2010-04-06 17:47:21 UTC (rev 28054)
+++ branches/soc-2009-yukishiro/CMakeLists.txt	2010-04-06 19:49:54 UTC (rev 28055)
@@ -1,4 +1,4 @@
-# $Id$
+ # $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or
@@ -13,7 +13,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 # The Original Code is Copyright (C) 2006, Blender Foundation
 # All rights reserved.
@@ -70,15 +70,32 @@
 OPTION(WITH_SDL           "Enable SDL for sound and joystick support" ON)
 OPTION(WITH_OPENJPEG      "Enable OpenJpeg Support (http://www.openjpeg.org/)" OFF)
 OPTION(WITH_OPENAL        "Enable OpenAL Support (http://www.openal.org)" ON)
-OPTION(WITH_OPENMP        "Enable OpenMP (has to be supported by the compiler)" OFF)
 OPTION(WITH_WEBPLUGIN     "Enable Web Plugin (Unix only)" OFF)
 OPTION(WITH_FFTW3         "Enable FFTW3 support" OFF)
 OPTION(WITH_JACK          "Enable Jack Support (http://www.jackaudio.org)" OFF)
 OPTION(WITH_SNDFILE       "Enable libsndfile Support (http://www.mega-nerd.com/libsndfile)" OFF)
+OPTION(WITH_LZO           "Enable fast LZO compression, used for pointcache" ON)
+OPTION(WITH_LZMA          "Enable best LZMA compression, used for pointcache" ON)
 OPTION(WITH_CXX_GUARDEDALLOC "Enable GuardedAlloc for C++ memory allocation" OFF)
 OPTION(WITH_BUILDINFO     "Include extra build details" ON)
 OPTION(WITH_INSTALL       "Install accompanying scripts and language files needed to run blender" ON)
+OPTION(WITH_OPENCOLLADA		"Enable OpenCollada Support (http://www.opencollada.org/)"	ON)
 
+# Unix defaults to OpenMP On
+IF(UNIX AND NOT APPLE)
+	OPTION(WITH_OPENMP        "Enable OpenMP (has to be supported by the compiler)" ON)
+ELSE()
+	OPTION(WITH_OPENMP        "Enable OpenMP (has to be supported by the compiler)" OFF)
+ENDIF()
+
+OPTION(WITH_RAYOPTIMIZATION	"Enable use of SIMD (SSE) optimizations for the raytracer" OFF) 
+
+IF (APPLE)
+	OPTION(WITH_COCOA	  "Use Cocoa framework instead of deprecated Carbon" ON)
+	OPTION(USE_QTKIT	  "Use QtKit instead of Carbon quicktime (needed for having partial quicktime for 64bit)" OFF)
+	OPTION(WITH_LIBS10.5  "Use 10.5 libs (needed for 64bit builds)" OFF)
+ENDIF (APPLE)
+
 IF(NOT WITH_GAMEENGINE AND WITH_PLAYER)
 	MESSAGE("WARNING: WITH_PLAYER needs WITH_GAMEENGINE")
 ENDIF(NOT WITH_GAMEENGINE AND WITH_PLAYER)
@@ -99,6 +116,8 @@
 #Platform specifics
 
 IF(UNIX AND NOT APPLE)
+
+
 	IF(WITH_OPENAL)
 		FIND_PACKAGE(OpenAL)
 		IF(OPENAL_FOUND)
@@ -197,6 +216,20 @@
 
 	FIND_PACKAGE(ZLIB REQUIRED)
 
+	IF (WITH_OPENCOLLADA)
+		SET(OPENCOLLADA /usr/local/opencollada CACHE FILEPATH "OpenCollada Directory")
+		SET(OPENCOLLADA_LIBPATH ${OPENCOLLADA}/lib)
+		SET(OPENCOLLADA_LIB OpenCOLLADAStreamWriter OpenCOLLADASaxFrameworkLoader OpenCOLLADAFramework OpenCOLLADABaseUtils GeneratedSaxParser UTF MathMLSolver pcre ftoa buffer)
+		SET(OPENCOLLADA_INC ${OPENCOLLADA})
+		SET(PCRE /usr CACHE FILEPATH "PCRE Directory")
+		SET(PCRE_LIBPATH ${PCRE}/lib)
+		SET(PCRE_LIB pcre)
+		SET(EXPAT /usr CACHE FILEPATH "Expat Directory")
+		SET(EXPAT_LIBPATH ${EXPAT}/lib)
+		SET(EXPAT_LIB expat)
+	ENDIF (WITH_OPENCOLLADA)
+
+
 	# Could use ${X11_Xinput_LIB} ${X11_X11_LIB} too
 	SET(LLIBS "-lXi -lutil -lc -lm -lpthread -lstdc++ -lX11")
 
@@ -211,12 +244,12 @@
 		SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp")
 	ENDIF(WITH_OPENMP)
 
-	SET(PLATFORM_CFLAGS "-pipe -fPIC -funsigned-char -fno-strict-aliasing -DXP_UNIX -Wno-char-subscripts")
+	SET(PLATFORM_CFLAGS "-pipe -fPIC -funsigned-char -fno-strict-aliasing -Wno-char-subscripts")
 
 	SET(PLATFORM_LINKFLAGS "-pthread")
 
 	# Better warnings
-	SET(C_WARNINGS "-Wall -Wno-char-subscripts -Wpointer-arith -Wcast-align -Wdeclaration-after-statement")
+	SET(C_WARNINGS "-Wall -Wno-char-subscripts -Wpointer-arith -Wcast-align -Wdeclaration-after-statement -Wno-unknown-pragmas")
 	SET(CXX_WARNINGS "-Wall -Wno-invalid-offsetof -Wno-sign-compare")
 
 	INCLUDE_DIRECTORIES(${JPEG_INCLUDE_DIR} ${PNG_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} )
@@ -379,6 +412,16 @@
   
 	SET(WINTAB_INC ${LIBDIR}/wintab/include) 
 
+	SET(OPENCOLLADA ${LIBDIR}/opencollada)
+	SET(OPENCOLLADA_INC ${OPENCOLLADA}/include)
+	SET(OPENCOLLADA_LIBPATH ${OPENCOLLADA}/lib)
+	SET(OPENCOLLADA_LIB OpenCOLLADASaxFrameworkLoader OpenCOLLADAFramework OpenCOLLADABaseUtils OpenCOLLADAStreamWriter MathMLSolver GeneratedSaxParser UTF xml2 buffer ftoa)
+	#pcre is bundled with openCollada
+	#SET(PCRE ${LIBDIR}/pcre)
+	#SET(PCRE_LIBPATH ${PCRE}/lib)
+	SET(PCRE_LIB pcre)
+
+
 	IF(CMAKE_CL_64)
 		SET(PLATFORM_LINKFLAGS "/MACHINE:X64 /NODEFAULTLIB:libc.lib;MSVCRT.lib ")
 	ELSE(CMAKE_CL_64)
@@ -389,16 +432,22 @@
 ENDIF(WIN32)
 
 IF(APPLE)
-	IF(CMAKE_OSX_ARCHITECTURES MATCHES i386)
-		SET(LIBDIR ${CMAKE_SOURCE_DIR}/../lib/darwin-8.x.i386)
-	ELSE(CMAKE_OSX_ARCHITECTURES MATCHES i386)
-		SET(LIBDIR ${CMAKE_SOURCE_DIR}/../lib/darwin-6.1-powerpc)
-	ENDIF(CMAKE_OSX_ARCHITECTURES MATCHES i386)
+	IF(WITH_LIBS10.5)
+		SET(LIBDIR ${CMAKE_SOURCE_DIR}/../lib/darwin-9.x.universal)
+	ELSE(WITH_LIBS10.5)
+		IF(CMAKE_OSX_ARCHITECTURES MATCHES i386)
+			SET(LIBDIR ${CMAKE_SOURCE_DIR}/../lib/darwin-8.x.i386)

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list