[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48617] branches/soc-2012-sushi: Merged w/ Trunk: r46810:48609

Alexander Pinzon apinzonf at gmail.com
Thu Jul 5 02:53:29 CEST 2012


Revision: 48617
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48617
Author:   apinzonf
Date:     2012-07-05 00:53:25 +0000 (Thu, 05 Jul 2012)
Log Message:
-----------
Merged w/ Trunk: r46810:48609

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46810

Modified Paths:
--------------
    branches/soc-2012-sushi/CMakeLists.txt
    branches/soc-2012-sushi/GNUmakefile
    branches/soc-2012-sushi/SConstruct
    branches/soc-2012-sushi/build_files/buildbot/config/user-config-i686.py
    branches/soc-2012-sushi/build_files/buildbot/config/user-config-x86_64.py
    branches/soc-2012-sushi/build_files/cmake/config/blender_lite.cmake
    branches/soc-2012-sushi/build_files/cmake/macros.cmake
    branches/soc-2012-sushi/build_files/scons/config/win32-mingw-config.py
    branches/soc-2012-sushi/build_files/scons/config/win32-vc-config.py
    branches/soc-2012-sushi/build_files/scons/config/win64-mingw-config.py
    branches/soc-2012-sushi/build_files/scons/config/win64-vc-config.py
    branches/soc-2012-sushi/build_files/scons/tools/Blender.py
    branches/soc-2012-sushi/build_files/scons/tools/btools.py
    branches/soc-2012-sushi/doc/build_systems/scons-dev.txt
    branches/soc-2012-sushi/doc/build_systems/scons.txt
    branches/soc-2012-sushi/doc/guides/interface_API.txt
    branches/soc-2012-sushi/doc/python_api/examples/bpy.ops.1.py
    branches/soc-2012-sushi/doc/python_api/examples/bpy.ops.2.py
    branches/soc-2012-sushi/doc/python_api/examples/bpy.ops.3.py
    branches/soc-2012-sushi/doc/python_api/examples/bpy.ops.py
    branches/soc-2012-sushi/doc/python_api/examples/bpy.types.Mesh.py
    branches/soc-2012-sushi/doc/python_api/examples/bpy.types.Panel.1.py
    branches/soc-2012-sushi/doc/python_api/rst/bge.render.rst
    branches/soc-2012-sushi/doc/python_api/rst/bge.types.rst
    branches/soc-2012-sushi/doc/python_api/rst/include__bmesh.rst
    branches/soc-2012-sushi/doc/python_api/sphinx_doc_gen.py
    branches/soc-2012-sushi/doc/python_api/sphinx_doc_gen.sh
    branches/soc-2012-sushi/extern/CMakeLists.txt
    branches/soc-2012-sushi/extern/bullet2/CMakeLists.txt
    branches/soc-2012-sushi/extern/bullet2/readme.txt
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvt.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDispatcher.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/SphereTriangleDetector.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxDetector.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionConfiguration.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionObject.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btManifoldResult.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btUnionFind.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionDispatch/btUnionFind.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btBox2dShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btBoxShape.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btBoxShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btCollisionMargin.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btCollisionShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btConcaveShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btConeShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexHullShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexInternalShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexShape.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btEmptyShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btMaterial.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btMinkowskiSumShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btMultiSphereShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btShapeHull.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btSphereShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btTetrahedronShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleCallback.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMesh.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleShape.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/Gimpact/btContactProcessing.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/Gimpact/btQuantization.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/Gimpact/btTriangleShapeEx.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btConvexCast.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btPointCollector.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btRaycastCallback.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btSimplexSolverInterface.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Character/btCharacterControllerInterface.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Character/btKinematicCharacterController.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Character/btKinematicCharacterController.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btConstraintSolver.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btContactConstraint.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btContactConstraint.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Dynamics/btDynamicsWorld.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Dynamics/btRigidBody.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Dynamics/btRigidBody.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Vehicle/btRaycastVehicle.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Vehicle/btVehicleRaycaster.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Vehicle/btWheelInfo.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btDefaultSoftBodySolver.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btDefaultSoftBodySolver.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btSoftBody.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btSoftBody.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btSoftBodyInternals.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btSoftBodySolvers.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btSoftRigidCollisionAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btSoftRigidDynamicsWorld.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btSoftSoftCollisionAlgorithm.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/btSparseSDF.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btAabbUtil2.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btAlignedAllocator.cpp
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btAlignedObjectArray.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btConvexHull.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btDefaultMotionState.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btHashMap.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btIDebugDraw.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btList.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btMinMax.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btPoolAllocator.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btQuadWord.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btQuaternion.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btQuickprof.cpp
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btQuickprof.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btRandom.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btScalar.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btSerializer.cpp
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btSerializer.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btTransform.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btTransformUtil.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btVector3.h
    branches/soc-2012-sushi/extern/bullet2/src/SConscript
    branches/soc-2012-sushi/extern/bullet2/src/btBulletDynamicsCommon.h
    branches/soc-2012-sushi/extern/carve/include/carve/csg.hpp
    branches/soc-2012-sushi/extern/carve/include/carve/polyline_decl.hpp
    branches/soc-2012-sushi/extern/carve/include/carve/rtree.hpp
    branches/soc-2012-sushi/extern/carve/lib/csg_data.hpp
    branches/soc-2012-sushi/extern/carve/lib/csg_detail.hpp
    branches/soc-2012-sushi/extern/carve/lib/intersect.cpp
    branches/soc-2012-sushi/extern/carve/patches/strict_flags.patch
    branches/soc-2012-sushi/extern/eltopo/eltopo3d/dynamicsurface.h
    branches/soc-2012-sushi/extern/libmv/CMakeLists.txt
    branches/soc-2012-sushi/extern/libmv/SConscript
    branches/soc-2012-sushi/extern/libmv/bundle.sh
    branches/soc-2012-sushi/extern/libmv/libmv/image/sample.h
    branches/soc-2012-sushi/extern/libmv/libmv/tracking/esm_region_tracker.cc
    branches/soc-2012-sushi/extern/libmv/libmv-capi.cpp
    branches/soc-2012-sushi/extern/libmv/libmv-capi.h
    branches/soc-2012-sushi/extern/libmv/mkfiles.sh
    branches/soc-2012-sushi/extern/libmv/third_party/ceres/internal/ceres/schur_ordering.cc
    branches/soc-2012-sushi/extern/libopenjpeg/CMakeLists.txt
    branches/soc-2012-sushi/extern/libopenjpeg/cio.c
    branches/soc-2012-sushi/extern/libopenjpeg/cio.h
    branches/soc-2012-sushi/extern/libopenjpeg/dwt.c
    branches/soc-2012-sushi/extern/libopenjpeg/event.c
    branches/soc-2012-sushi/extern/libopenjpeg/event.h
    branches/soc-2012-sushi/extern/libopenjpeg/image.c
    branches/soc-2012-sushi/extern/libopenjpeg/image.h
    branches/soc-2012-sushi/extern/libopenjpeg/j2k.c
    branches/soc-2012-sushi/extern/libopenjpeg/j2k.h
    branches/soc-2012-sushi/extern/libopenjpeg/j2k_lib.c
    branches/soc-2012-sushi/extern/libopenjpeg/j2k_lib.h
    branches/soc-2012-sushi/extern/libopenjpeg/jp2.c
    branches/soc-2012-sushi/extern/libopenjpeg/jp2.h
    branches/soc-2012-sushi/extern/libopenjpeg/mct.c
    branches/soc-2012-sushi/extern/libopenjpeg/mqc.c
    branches/soc-2012-sushi/extern/libopenjpeg/mqc.h
    branches/soc-2012-sushi/extern/libopenjpeg/openjpeg.c
    branches/soc-2012-sushi/extern/libopenjpeg/openjpeg.h
    branches/soc-2012-sushi/extern/libopenjpeg/opj_includes.h
    branches/soc-2012-sushi/extern/libopenjpeg/opj_malloc.h
    branches/soc-2012-sushi/extern/libopenjpeg/pi.c
    branches/soc-2012-sushi/extern/libopenjpeg/pi.h
    branches/soc-2012-sushi/extern/libopenjpeg/t1.c
    branches/soc-2012-sushi/extern/libopenjpeg/t1.h
    branches/soc-2012-sushi/extern/libopenjpeg/t2.c
    branches/soc-2012-sushi/extern/libopenjpeg/t2.h
    branches/soc-2012-sushi/extern/libopenjpeg/tcd.c
    branches/soc-2012-sushi/extern/libopenjpeg/tcd.h
    branches/soc-2012-sushi/extern/libredcode/codec.c
    branches/soc-2012-sushi/extern/recastnavigation/Recast/Include/RecastAssert.h
    branches/soc-2012-sushi/extern/recastnavigation/recast-capi.cpp
    branches/soc-2012-sushi/intern/CMakeLists.txt
    branches/soc-2012-sushi/intern/SConscript
    branches/soc-2012-sushi/intern/audaspace/Python/AUD_PyAPI.cpp
    branches/soc-2012-sushi/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp
    branches/soc-2012-sushi/intern/audaspace/ffmpeg/AUD_FFMPEGWriter.cpp
    branches/soc-2012-sushi/intern/boolop/intern/BOP_Face2Face.cpp
    branches/soc-2012-sushi/intern/bsp/intern/BSP_CSGMesh_CFIterator.h
    branches/soc-2012-sushi/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.cpp
    branches/soc-2012-sushi/intern/bsp/test/BSP_GhostTest/main.cpp
    branches/soc-2012-sushi/intern/bsp/test/BSP_GhostTest/plyfile.c
    branches/soc-2012-sushi/intern/container/CTR_UHeap.h
    branches/soc-2012-sushi/intern/container/intern/CTR_List.cpp
    branches/soc-2012-sushi/intern/cycles/CMakeLists.txt
    branches/soc-2012-sushi/intern/cycles/SConscript
    branches/soc-2012-sushi/intern/cycles/app/cycles_test.cpp
    branches/soc-2012-sushi/intern/cycles/app/cycles_xml.cpp
    branches/soc-2012-sushi/intern/cycles/blender/CMakeLists.txt
    branches/soc-2012-sushi/intern/cycles/blender/addon/properties.py
    branches/soc-2012-sushi/intern/cycles/blender/addon/ui.py
    branches/soc-2012-sushi/intern/cycles/blender/blender_camera.cpp
    branches/soc-2012-sushi/intern/cycles/blender/blender_mesh.cpp
    branches/soc-2012-sushi/intern/cycles/blender/blender_object.cpp
    branches/soc-2012-sushi/intern/cycles/blender/blender_python.cpp
    branches/soc-2012-sushi/intern/cycles/blender/blender_session.cpp
    branches/soc-2012-sushi/intern/cycles/blender/blender_shader.cpp
    branches/soc-2012-sushi/intern/cycles/blender/blender_sync.cpp
    branches/soc-2012-sushi/intern/cycles/blender/blender_sync.h
    branches/soc-2012-sushi/intern/cycles/blender/blender_util.h
    branches/soc-2012-sushi/intern/cycles/bvh/bvh.cpp
    branches/soc-2012-sushi/intern/cycles/bvh/bvh.h
    branches/soc-2012-sushi/intern/cycles/bvh/bvh_binning.cpp
    branches/soc-2012-sushi/intern/cycles/bvh/bvh_build.cpp
    branches/soc-2012-sushi/intern/cycles/bvh/bvh_node.cpp
    branches/soc-2012-sushi/intern/cycles/bvh/bvh_params.h
    branches/soc-2012-sushi/intern/cycles/bvh/bvh_sort.h
    branches/soc-2012-sushi/intern/cycles/cmake/external_libs.cmake
    branches/soc-2012-sushi/intern/cycles/device/device.cpp
    branches/soc-2012-sushi/intern/cycles/device/device_cpu.cpp
    branches/soc-2012-sushi/intern/cycles/device/device_cuda.cpp
    branches/soc-2012-sushi/intern/cycles/device/device_network.h
    branches/soc-2012-sushi/intern/cycles/device/device_opencl.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/CMakeLists.txt
    branches/soc-2012-sushi/intern/cycles/kernel/SConscript
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_accumulate.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_bvh.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_compat_cpu.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_compat_cuda.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_differential.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_emission.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_globals.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_light.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_montecarlo.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_object.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_optimized.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_path.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_projection.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_random.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_shader.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_textures.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_triangle.h
    branches/soc-2012-sushi/intern/cycles/kernel/kernel_types.h
    branches/soc-2012-sushi/intern/cycles/kernel/osl/background.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/bsdf_ashikhmin_velvet.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/bsdf_diffuse.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/bsdf_microfacet.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/bsdf_oren_nayar.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/bsdf_reflection.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/bsdf_refraction.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/bsdf_transparent.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/bsdf_ward.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/bsdf_westin.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/bssrdf.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/debug.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/emissive.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/CMakeLists.txt
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_color.h
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_fresnel.h
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_musgrave_texture.osl
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_noise_texture.osl
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_texture.h
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_voronoi_texture.osl
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/stdosl.h
    branches/soc-2012-sushi/intern/cycles/kernel/osl/osl_closures.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/osl_services.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/osl_services.h
    branches/soc-2012-sushi/intern/cycles/kernel/osl/osl_shader.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/osl_shader.h
    branches/soc-2012-sushi/intern/cycles/kernel/osl/vol_subsurface.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/svm/bsdf.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/bsdf_ashikhmin_velvet.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/bsdf_diffuse.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/bsdf_microfacet.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/bsdf_reflection.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/bsdf_refraction.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/bsdf_transparent.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/bsdf_ward.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/bsdf_westin.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/emissive.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm_closure.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm_geometry.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm_gradient.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm_image.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm_magic.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm_mix.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm_musgrave.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm_noise.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm_noisetex.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm_tex_coord.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm_texture.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm_types.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm_voronoi.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/svm_wave.h
    branches/soc-2012-sushi/intern/cycles/kernel/svm/volume.h
    branches/soc-2012-sushi/intern/cycles/render/attribute.cpp
    branches/soc-2012-sushi/intern/cycles/render/buffers.cpp
    branches/soc-2012-sushi/intern/cycles/render/buffers.h
    branches/soc-2012-sushi/intern/cycles/render/camera.cpp
    branches/soc-2012-sushi/intern/cycles/render/camera.h
    branches/soc-2012-sushi/intern/cycles/render/film.cpp
    branches/soc-2012-sushi/intern/cycles/render/film.h
    branches/soc-2012-sushi/intern/cycles/render/filter.cpp
    branches/soc-2012-sushi/intern/cycles/render/graph.cpp
    branches/soc-2012-sushi/intern/cycles/render/image.cpp
    branches/soc-2012-sushi/intern/cycles/render/image.h
    branches/soc-2012-sushi/intern/cycles/render/integrator.cpp
    branches/soc-2012-sushi/intern/cycles/render/integrator.h
    branches/soc-2012-sushi/intern/cycles/render/light.cpp
    branches/soc-2012-sushi/intern/cycles/render/light.h
    branches/soc-2012-sushi/intern/cycles/render/mesh.cpp
    branches/soc-2012-sushi/intern/cycles/render/nodes.cpp
    branches/soc-2012-sushi/intern/cycles/render/nodes.h
    branches/soc-2012-sushi/intern/cycles/render/object.cpp
    branches/soc-2012-sushi/intern/cycles/render/object.h
    branches/soc-2012-sushi/intern/cycles/render/osl.cpp
    branches/soc-2012-sushi/intern/cycles/render/scene.cpp
    branches/soc-2012-sushi/intern/cycles/render/scene.h
    branches/soc-2012-sushi/intern/cycles/render/session.cpp
    branches/soc-2012-sushi/intern/cycles/render/shader.cpp
    branches/soc-2012-sushi/intern/cycles/render/shader.h
    branches/soc-2012-sushi/intern/cycles/render/svm.cpp
    branches/soc-2012-sushi/intern/cycles/subd/subd_build.cpp
    branches/soc-2012-sushi/intern/cycles/subd/subd_dice.cpp
    branches/soc-2012-sushi/intern/cycles/subd/subd_ring.cpp
    branches/soc-2012-sushi/intern/cycles/subd/subd_split.cpp
    branches/soc-2012-sushi/intern/cycles/util/util_color.h
    branches/soc-2012-sushi/intern/cycles/util/util_cuda.cpp
    branches/soc-2012-sushi/intern/cycles/util/util_cuda.h
    branches/soc-2012-sushi/intern/cycles/util/util_hash.h
    branches/soc-2012-sushi/intern/cycles/util/util_math.h
    branches/soc-2012-sushi/intern/cycles/util/util_md5.cpp
    branches/soc-2012-sushi/intern/cycles/util/util_md5.h
    branches/soc-2012-sushi/intern/cycles/util/util_opencl.cpp
    branches/soc-2012-sushi/intern/cycles/util/util_opencl.h
    branches/soc-2012-sushi/intern/cycles/util/util_path.cpp
    branches/soc-2012-sushi/intern/cycles/util/util_system.cpp
    branches/soc-2012-sushi/intern/cycles/util/util_task.cpp
    branches/soc-2012-sushi/intern/cycles/util/util_thread.h
    branches/soc-2012-sushi/intern/cycles/util/util_transform.cpp
    branches/soc-2012-sushi/intern/cycles/util/util_transform.h
    branches/soc-2012-sushi/intern/cycles/util/util_view.cpp
    branches/soc-2012-sushi/intern/elbeem/intern/controlparticles.cpp
    branches/soc-2012-sushi/intern/ffmpeg/ffmpeg_compat.h
    branches/soc-2012-sushi/intern/ghost/CMakeLists.txt
    branches/soc-2012-sushi/intern/ghost/GHOST_C-api.h
    branches/soc-2012-sushi/intern/ghost/GHOST_IEvent.h
    branches/soc-2012-sushi/intern/ghost/GHOST_IEventConsumer.h
    branches/soc-2012-sushi/intern/ghost/GHOST_ISystem.h
    branches/soc-2012-sushi/intern/ghost/GHOST_ISystemPaths.h
    branches/soc-2012-sushi/intern/ghost/GHOST_ITimerTask.h
    branches/soc-2012-sushi/intern/ghost/GHOST_IWindow.h
    branches/soc-2012-sushi/intern/ghost/GHOST_Path-api.h
    branches/soc-2012-sushi/intern/ghost/GHOST_Rect.h
    branches/soc-2012-sushi/intern/ghost/GHOST_Types.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_C-api.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_CallbackEventConsumer.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_Debug.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_DisplayManager.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_DisplayManagerCarbon.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_DisplayManagerNULL.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_DisplayManagerSDL.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_DropTargetWin32.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_EventManager.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_EventManager.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_ISystem.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_ISystemPaths.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_ModifierKeys.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_NDOFManager.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_Path-api.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_System.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_System.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_SystemCarbon.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_SystemCocoa.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_SystemCocoa.mm
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_SystemPaths.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_SystemPathsCarbon.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_SystemPathsCarbon.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_SystemPathsCocoa.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_SystemPathsCocoa.mm
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_SystemPathsWin32.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_SystemPathsWin32.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_SystemPathsX11.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_SystemPathsX11.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_SystemWin32.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_SystemX11.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_TimerManager.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_TimerManager.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_WindowCarbon.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_WindowCocoa.mm
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_WindowManager.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_WindowManager.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_WindowNULL.h
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_WindowWin32.cpp
    branches/soc-2012-sushi/intern/ghost/intern/GHOST_WindowX11.cpp
    branches/soc-2012-sushi/intern/ghost/test/gears/GHOST_C-Test.c
    branches/soc-2012-sushi/intern/ghost/test/gears/GHOST_Test.cpp
    branches/soc-2012-sushi/intern/ghost/test/multitest/Basic.c
    branches/soc-2012-sushi/intern/ghost/test/multitest/EventToBuf.c
    branches/soc-2012-sushi/intern/ghost/test/multitest/MultiTest.c
    branches/soc-2012-sushi/intern/ghost/test/multitest/ScrollBar.c
    branches/soc-2012-sushi/intern/ghost/test/multitest/Util.c
    branches/soc-2012-sushi/intern/ghost/test/multitest/WindowData.c
    branches/soc-2012-sushi/intern/guardedalloc/MEM_guardedalloc.h
    branches/soc-2012-sushi/intern/guardedalloc/cpp/mallocn.cpp
    branches/soc-2012-sushi/intern/guardedalloc/intern/mallocn.c
    branches/soc-2012-sushi/intern/guardedalloc/intern/mmap_win.c
    branches/soc-2012-sushi/intern/itasc/Armature.cpp
    branches/soc-2012-sushi/intern/itasc/Armature.hpp
    branches/soc-2012-sushi/intern/itasc/CMakeLists.txt
    branches/soc-2012-sushi/intern/itasc/Distance.cpp
    branches/soc-2012-sushi/intern/itasc/FixedObject.cpp
    branches/soc-2012-sushi/intern/itasc/FixedObject.hpp
    branches/soc-2012-sushi/intern/itasc/MovingFrame.cpp
    branches/soc-2012-sushi/intern/itasc/MovingFrame.hpp
    branches/soc-2012-sushi/intern/itasc/Object.hpp
    branches/soc-2012-sushi/intern/itasc/SConscript
    branches/soc-2012-sushi/intern/itasc/Scene.cpp
    branches/soc-2012-sushi/intern/itasc/kdl/frames.hpp
    branches/soc-2012-sushi/intern/itasc/kdl/frames.inl
    branches/soc-2012-sushi/intern/itasc/kdl/jntarray.cpp
    branches/soc-2012-sushi/intern/itasc/kdl/jntarray.hpp
    branches/soc-2012-sushi/intern/itasc/kdl/joint.cpp
    branches/soc-2012-sushi/intern/itasc/kdl/joint.hpp
    branches/soc-2012-sushi/intern/itasc/kdl/kinfam_io.cpp
    branches/soc-2012-sushi/intern/itasc/kdl/segment.cpp
    branches/soc-2012-sushi/intern/itasc/kdl/segment.hpp
    branches/soc-2012-sushi/intern/itasc/kdl/tree.cpp
    branches/soc-2012-sushi/intern/itasc/kdl/tree.hpp
    branches/soc-2012-sushi/intern/itasc/kdl/utilities/utility.h
    branches/soc-2012-sushi/intern/memutil/MEM_Allocator.h
    branches/soc-2012-sushi/intern/memutil/MEM_RefCountPtr.h
    branches/soc-2012-sushi/intern/memutil/MEM_SmartPtr.h
    branches/soc-2012-sushi/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp
    branches/soc-2012-sushi/intern/mikktspace/mikktspace.c
    branches/soc-2012-sushi/intern/mikktspace/mikktspace.h
    branches/soc-2012-sushi/intern/smoke/intern/FLUID_3D.cpp
    branches/soc-2012-sushi/intern/smoke/intern/FLUID_3D_STATIC.cpp
    branches/soc-2012-sushi/intern/smoke/intern/MERSENNETWISTER.h
    branches/soc-2012-sushi/intern/smoke/intern/WTURBULENCE.cpp
    branches/soc-2012-sushi/intern/smoke/intern/smoke_API.cpp
    branches/soc-2012-sushi/intern/string/STR_String.h
    branches/soc-2012-sushi/intern/string/intern/STR_String.cpp
    branches/soc-2012-sushi/intern/utfconv/utf_winfunc.c
    branches/soc-2012-sushi/intern/utfconv/utfconv.c
    branches/soc-2012-sushi/release/datafiles/blender_icons.png
    branches/soc-2012-sushi/release/scripts/modules/addon_utils.py
    branches/soc-2012-sushi/release/scripts/modules/animsys_refactor.py
    branches/soc-2012-sushi/release/scripts/modules/blend_render_info.py
    branches/soc-2012-sushi/release/scripts/modules/bpy/__init__.py
    branches/soc-2012-sushi/release/scripts/modules/bpy/ops.py
    branches/soc-2012-sushi/release/scripts/modules/bpy/utils.py
    branches/soc-2012-sushi/release/scripts/modules/bpy_extras/__init__.py
    branches/soc-2012-sushi/release/scripts/modules/bpy_extras/image_utils.py
    branches/soc-2012-sushi/release/scripts/modules/bpy_extras/io_utils.py
    branches/soc-2012-sushi/release/scripts/modules/bpy_extras/keyconfig_utils.py
    branches/soc-2012-sushi/release/scripts/modules/bpy_extras/mesh_utils.py
    branches/soc-2012-sushi/release/scripts/modules/bpy_extras/view3d_utils.py
    branches/soc-2012-sushi/release/scripts/modules/bpyml_ui.py
    branches/soc-2012-sushi/release/scripts/modules/console_python.py
    branches/soc-2012-sushi/release/scripts/modules/console_shell.py
    branches/soc-2012-sushi/release/scripts/modules/graphviz_export.py
    branches/soc-2012-sushi/release/scripts/modules/rna_info.py
    branches/soc-2012-sushi/release/scripts/modules/rna_xml.py
    branches/soc-2012-sushi/release/scripts/modules/sys_info.py
    branches/soc-2012-sushi/release/scripts/presets/interface_theme/back_to_black.xml
    branches/soc-2012-sushi/release/scripts/presets/interface_theme/blender_24x.xml
    branches/soc-2012-sushi/release/scripts/presets/interface_theme/elsyiun.xml
    branches/soc-2012-sushi/release/scripts/presets/interface_theme/hexagon.xml
    branches/soc-2012-sushi/release/scripts/presets/interface_theme/ubuntu_ambiance.xml
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/add_mesh_torus.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/anim.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/console.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/image.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/mesh.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/object.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/object_align.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/object_quick_effects.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/object_randomize_transform.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/presets.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/screen_play_rendered_anim.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/sequencer.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/uvcalc_follow_active.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/uvcalc_lightmap.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/uvcalc_smart_project.py
    branches/soc-2012-sushi/release/scripts/startup/bl_operators/wm.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_animviz.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_data_armature.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_data_bone.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_data_curve.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_data_mesh.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_data_modifier.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_game.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_object.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_object_constraint.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_particle.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_physics_cloth.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_physics_field.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_physics_fluid.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_physics_smoke.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_physics_softbody.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_render.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_scene.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/properties_texture.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/space_clip.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/space_console.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/space_dopesheet.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/space_graph.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/space_image.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/space_info.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/space_node.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/space_sequencer.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/space_userpref.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/space_userpref_keymap.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/space_view3d.py
    branches/soc-2012-sushi/release/scripts/startup/bl_ui/space_view3d_toolbar.py
    branches/soc-2012-sushi/release/scripts/templates/operator_file_export.py
    branches/soc-2012-sushi/release/scripts/templates/operator_file_import.py
    branches/soc-2012-sushi/release/scripts/templates/operator_mesh_add.py
    branches/soc-2012-sushi/release/scripts/templates/operator_modal.py
    branches/soc-2012-sushi/release/scripts/templates/operator_modal_draw.py
    branches/soc-2012-sushi/release/scripts/templates/operator_modal_timer.py
    branches/soc-2012-sushi/release/scripts/templates/operator_modal_view3d.py
    branches/soc-2012-sushi/release/scripts/templates/operator_simple.py
    branches/soc-2012-sushi/release/scripts/templates/operator_uv.py
    branches/soc-2012-sushi/source/SConscript
    branches/soc-2012-sushi/source/blender/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/SConscript
    branches/soc-2012-sushi/source/blender/avi/intern/avi.c
    branches/soc-2012-sushi/source/blender/blenfont/intern/blf.c
    branches/soc-2012-sushi/source/blender/blenfont/intern/blf_font.c
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_DerivedMesh.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_action.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_anim.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_blender.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_cloth.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_collision.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_colortools.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_context.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_customdata.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_fcurve.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_global.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_gpencil.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_image.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_key.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_library.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_main.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_material.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_mesh.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_modifier.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_movieclip.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_multires.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_node.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_object.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_paint.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_screen.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_sequencer.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_shrinkwrap.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_sketch.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_texture.h
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_tracking.h
    branches/soc-2012-sushi/source/blender/blenkernel/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/blenkernel/SConscript
    branches/soc-2012-sushi/source/blender/blenkernel/intern/CCGSubSurf.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/DerivedMesh.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/action.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/anim.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/anim_sys.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/armature.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/blender.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/boids.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/brush.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/bullet.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/bvhutils.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/cdderivedmesh.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/cloth.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/collision.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/colortools.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/constraint.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/context.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/curve.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/customdata.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/deform.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/depsgraph.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/dynamicpaint.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/editderivedmesh.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/effect.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/fcurve.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/fmodifier.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/gpencil.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/group.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/idcode.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/image.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/image_gen.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/implicit.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/ipo.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/key.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/lattice.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/library.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/material.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/mball.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/mesh.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/mesh_validate.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/modifier.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/modifiers_bmesh.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/movieclip.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/multires.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/navmesh_conversion.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/nla.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/node.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/object.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/ocean.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/paint.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/particle.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/particle_system.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/pointcache.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/scene.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/seqcache.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/seqeffects.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/sequencer.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/shrinkwrap.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/smoke.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/softbody.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/subsurf_ccg.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/text.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/texture.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/tracking.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/unit.c
    branches/soc-2012-sushi/source/blender/blenkernel/intern/writeffmpeg.c
    branches/soc-2012-sushi/source/blender/blenlib/BLI_array.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_boxpack2d.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_fileops.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_ghash.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_kdopbvh.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_kdtree.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_lasso.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_math_base.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_math_color.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_math_geom.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_math_vector.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_path_util.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_pbvh.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_string_cursor_utf8.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_threads.h
    branches/soc-2012-sushi/source/blender/blenlib/BLI_utildefines.h
    branches/soc-2012-sushi/source/blender/blenlib/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/blenlib/PIL_time.h
    branches/soc-2012-sushi/source/blender/blenlib/intern/BLI_ghash.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/BLI_heap.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/BLI_kdopbvh.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/BLI_kdtree.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/boxpack2d.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/bpath.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/edgehash.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/fileops.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/fnmatch.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/freetypefont.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/math_color.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/math_color_inline.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/math_geom.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/math_vector.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/math_vector_inline.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/noise.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/path_util.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/pbvh.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/scanfill.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/storage.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/string_utf8.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/threads.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/time.c
    branches/soc-2012-sushi/source/blender/blenlib/intern/voxel.c
    branches/soc-2012-sushi/source/blender/blenloader/intern/readfile.c
    branches/soc-2012-sushi/source/blender/blenloader/intern/readfile.h
    branches/soc-2012-sushi/source/blender/blenloader/intern/runtime.c
    branches/soc-2012-sushi/source/blender/blenloader/intern/versioning_250.c
    branches/soc-2012-sushi/source/blender/blenloader/intern/versioning_legacy.c
    branches/soc-2012-sushi/source/blender/blenloader/intern/writefile.c
    branches/soc-2012-sushi/source/blender/bmesh/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/bmesh/bmesh_class.h
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_construct.c
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_core.c
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_interp.c
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_marking.c
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_marking.h
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_mesh.c
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_mesh_conv.c
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_mods.c
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_opdefines.c
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_operator_api.h
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_operator_api_inline.h
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_operators.c
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_operators.h
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_operators_private.h
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_polygon.c
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_queries.c
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_queries.h
    branches/soc-2012-sushi/source/blender/bmesh/intern/bmesh_walkers_impl.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_bevel.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_connect.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_create.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_dissolve.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_dupe.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_edgesplit.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_extrude.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_hull.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_mesh_conv.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_mirror.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_primitive.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_removedoubles.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_slide.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_subdivide.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_triangulate.c
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_utils.c
    branches/soc-2012-sushi/source/blender/collada/AnimationExporter.cpp
    branches/soc-2012-sushi/source/blender/collada/AnimationImporter.cpp
    branches/soc-2012-sushi/source/blender/collada/AnimationImporter.h
    branches/soc-2012-sushi/source/blender/collada/ArmatureExporter.cpp
    branches/soc-2012-sushi/source/blender/collada/ArmatureExporter.h
    branches/soc-2012-sushi/source/blender/collada/ArmatureImporter.cpp
    branches/soc-2012-sushi/source/blender/collada/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/collada/CameraExporter.cpp
    branches/soc-2012-sushi/source/blender/collada/CameraExporter.h
    branches/soc-2012-sushi/source/blender/collada/DocumentExporter.cpp
    branches/soc-2012-sushi/source/blender/collada/DocumentExporter.h
    branches/soc-2012-sushi/source/blender/collada/DocumentImporter.cpp
    branches/soc-2012-sushi/source/blender/collada/EffectExporter.cpp
    branches/soc-2012-sushi/source/blender/collada/EffectExporter.h
    branches/soc-2012-sushi/source/blender/collada/ErrorHandler.cpp
    branches/soc-2012-sushi/source/blender/collada/ExportSettings.h
    branches/soc-2012-sushi/source/blender/collada/ExtraHandler.cpp
    branches/soc-2012-sushi/source/blender/collada/ExtraTags.cpp
    branches/soc-2012-sushi/source/blender/collada/GeometryExporter.cpp
    branches/soc-2012-sushi/source/blender/collada/GeometryExporter.h
    branches/soc-2012-sushi/source/blender/collada/ImageExporter.cpp
    branches/soc-2012-sushi/source/blender/collada/ImageExporter.h
    branches/soc-2012-sushi/source/blender/collada/InstanceWriter.cpp
    branches/soc-2012-sushi/source/blender/collada/InstanceWriter.h
    branches/soc-2012-sushi/source/blender/collada/LightExporter.cpp
    branches/soc-2012-sushi/source/blender/collada/MaterialExporter.cpp
    branches/soc-2012-sushi/source/blender/collada/MaterialExporter.h
    branches/soc-2012-sushi/source/blender/collada/MeshImporter.cpp
    branches/soc-2012-sushi/source/blender/collada/SConscript
    branches/soc-2012-sushi/source/blender/collada/SceneExporter.cpp
    branches/soc-2012-sushi/source/blender/collada/SkinInfo.cpp
    branches/soc-2012-sushi/source/blender/collada/TransformReader.cpp
    branches/soc-2012-sushi/source/blender/collada/TransformWriter.cpp
    branches/soc-2012-sushi/source/blender/collada/collada.cpp
    branches/soc-2012-sushi/source/blender/collada/collada.h
    branches/soc-2012-sushi/source/blender/collada/collada_internal.cpp
    branches/soc-2012-sushi/source/blender/collada/collada_internal.h
    branches/soc-2012-sushi/source/blender/collada/collada_utils.cpp
    branches/soc-2012-sushi/source/blender/collada/collada_utils.h
    branches/soc-2012-sushi/source/blender/compositor/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/compositor/COM_compositor.h
    branches/soc-2012-sushi/source/blender/compositor/COM_defines.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_CPUDevice.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_CPUDevice.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_ChannelInfo.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_ChannelInfo.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_ChunkOrder.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_ChunkOrder.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_ChunkOrderHotspot.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_ChunkOrderHotspot.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_CompositorContext.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_CompositorContext.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_Converter.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_Converter.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_Device.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_ExecutionGroup.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_ExecutionGroup.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_ExecutionSystem.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_ExecutionSystem.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_ExecutionSystemHelper.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_ExecutionSystemHelper.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_InputSocket.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_InputSocket.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_MemoryBuffer.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_MemoryBuffer.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_MemoryProxy.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_MemoryProxy.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_Node.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_Node.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_NodeBase.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_NodeBase.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_NodeOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_NodeOperation.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_OpenCLDevice.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_OpenCLDevice.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_OutputSocket.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_OutputSocket.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_Socket.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_Socket.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_SocketConnection.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_SocketConnection.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_SocketReader.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_WorkPackage.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_WorkPackage.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_WorkScheduler.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_WorkScheduler.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_compositor.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_AlphaOverNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_AlphaOverNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_BilateralBlurNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_BilateralBlurNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_BlurNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_BlurNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_BokehBlurNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_BokehBlurNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_BokehImageNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_BokehImageNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_BoxMaskNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_BoxMaskNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_BrightnessNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_BrightnessNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ChannelMatteNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ChannelMatteNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ChromaMatteNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ChromaMatteNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorBalanceNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorBalanceNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorCorrectionNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorCorrectionNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorCurveNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorCurveNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorMatteNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorMatteNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorRampNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorRampNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorSpillNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorSpillNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorToBWNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ColorToBWNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_CombineHSVANode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_CombineHSVANode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_CombineRGBANode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_CombineRGBANode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_CombineYCCANode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_CombineYCCANode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_CombineYUVANode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_CombineYUVANode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_CompositorNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_CompositorNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ConvertAlphaNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ConvertAlphaNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_CropNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_CropNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_DefocusNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_DefocusNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_DifferenceMatteNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_DifferenceMatteNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_DilateErodeNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_DilateErodeNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_DirectionalBlurNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_DirectionalBlurNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_DisplaceNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_DisplaceNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_DistanceMatteNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_DistanceMatteNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_EllipseMaskNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_EllipseMaskNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_FilterNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_FilterNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_FlipNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_FlipNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_GammaNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_GammaNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_GlareNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_GlareNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_GroupNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_GroupNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_HueSaturationValueCorrectNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_HueSaturationValueCorrectNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_HueSaturationValueNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_HueSaturationValueNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_IDMaskNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_IDMaskNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ImageNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ImageNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_InvertNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_InvertNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_LensDistortionNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_LensDistortionNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_LuminanceMatteNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_LuminanceMatteNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MapUVNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MapUVNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MapValueNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MapValueNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MathNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MathNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MixNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MixNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MovieClipNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MovieClipNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MovieDistortionNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MovieDistortionNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MuteNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MuteNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_NormalNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_NormalNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_NormalizeNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_NormalizeNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_OutputFileNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_OutputFileNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_RenderLayersNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_RenderLayersNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_RotateNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_RotateNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ScaleNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ScaleNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SeparateHSVANode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SeparateHSVANode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SeparateRGBANode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SeparateRGBANode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SeparateYCCANode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SeparateYCCANode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SeparateYUVANode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SeparateYUVANode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SetAlphaNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SetAlphaNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SocketProxyNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SocketProxyNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SplitViewerNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SplitViewerNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_Stabilize2dNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_Stabilize2dNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SwitchNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_SwitchNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_TextureNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_TextureNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_TimeNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_TimeNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_TonemapNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_TonemapNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_TransformNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_TransformNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_TranslateNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_TranslateNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ValueNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ValueNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_VectorBlurNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_VectorBlurNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_VectorCurveNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_VectorCurveNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ViewLevelsNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ViewLevelsNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ViewerNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ViewerNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ZCombineNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_ZCombineNode.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_AlphaOverKeyOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_AlphaOverMixedOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_AlphaOverMixedOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_AntiAliasOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_AntiAliasOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_BilateralBlurOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_BilateralBlurOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_BlurBaseOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_BlurBaseOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_BokehBlurOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_BokehBlurOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_BokehImageOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_BokehImageOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_BoxMaskOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_BoxMaskOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_BrightnessOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_BrightnessOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_CalculateMeanOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_CalculateMeanOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ChangeHSVOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ChangeHSVOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ChannelMatteOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ChannelMatteOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ChromaMatteOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ChromaMatteOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ColorCorrectionOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ColorCurveOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ColorCurveOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ColorMatteOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ColorMatteOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ColorRampOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ColorRampOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ColorSpillOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ColorSpillOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_CombineChannelsOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_CombineChannelsOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_CompositorOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_CompositorOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertColorProfileOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertColorProfileOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertColorToBWOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertColorToBWOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertColorToVectorOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertColorToVectorOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertHSVToRGBOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertHSVToRGBOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertKeyToPremulOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertKeyToPremulOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertPremulToKeyOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertPremulToKeyOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertRGBToHSVOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertRGBToHSVOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertRGBToYCCOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertRGBToYCCOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertRGBToYUVOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertRGBToYUVOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertValueToVectorOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertValueToVectorOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertVectorToColorOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertVectorToColorOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertVectorToValueOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertVectorToValueOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertYCCToRGBOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertYCCToRGBOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertYUVToRGBOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertYUVToRGBOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvolutionFilterOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvolutionFilterOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_CropOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_CropOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_CurveBaseOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_CurveBaseOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DifferenceMatteOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DilateErodeOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DilateErodeOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DirectionalBlurOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DirectionalBlurOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DisplaceOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DisplaceOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DisplaceSimpleOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DisplaceSimpleOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DistanceMatteOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DistanceMatteOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DotproductOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DotproductOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_EllipseMaskOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_EllipseMaskOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_FastGaussianBlurOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_FastGaussianBlurOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_FlipOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_FlipOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GammaCorrectOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GammaCorrectOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GammaOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GammaOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GaussianXBlurOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GaussianXBlurOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GaussianYBlurOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GaussianYBlurOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GlareBaseOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GlareBaseOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GlareSimpleStarOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GlareSimpleStarOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GlareStreaksOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GlareStreaksOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GlareThresholdOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GlareThresholdOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_IDMaskOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_IDMaskOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ImageOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ImageOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_InvertOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_InvertOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_LuminanceMatteOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_LuminanceMatteOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MapUVOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MapUVOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MapValueOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MapValueOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MathBaseOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MathBaseOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixAddOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixAddOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixBaseOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixBaseOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixBlendOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixBlendOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixBurnOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixBurnOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixColorOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixColorOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixDarkenOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixDarkenOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixDifferenceOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixDifferenceOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixDivideOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixDivideOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixDodgeOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixDodgeOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixHueOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixHueOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixLightenOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixLightenOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixLinearLightOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixLinearLightOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixMultiplyOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixMultiplyOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixOverlayOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixOverlayOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixSaturationOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixSaturationOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixScreenOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixScreenOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixSoftLightOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixSoftLightOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixSubtractOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixSubtractOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixValueOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixValueOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MovieClipAttributeOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MovieClipAttributeOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MovieClipOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MovieClipOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MovieDistortionOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MovieDistortionOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MultilayerImageOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MultilayerImageOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_NormalizeOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_NormalizeOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_OpenCLKernels.cl
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_OutputFileOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_OutputFileOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_PreviewOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_PreviewOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_QualityStepHelper.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_QualityStepHelper.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ReadBufferOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ReadBufferOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersAOOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersAlphaProg.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersAlphaProg.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersBaseProg.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersBaseProg.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersColorOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersCyclesOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersDepthProg.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersDiffuseOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersEmitOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersEnvironmentOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersImageProg.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersImageProg.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersIndirectOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersMaterialIndexOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersMistOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersMistOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersNormalOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersObjectIndexOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersReflectionOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersRefractionOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersShadowOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersSpecularOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersSpeedOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RenderLayersUVOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RotateOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_RotateOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ScaleOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ScaleOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SeparateChannelOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SeparateChannelOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SetAlphaOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SetAlphaOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SetColorOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SetColorOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SetSamplerOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SetSamplerOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SetValueOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SetValueOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SetVectorOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SetVectorOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SocketProxyOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SocketProxyOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SplitViewerOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_SplitViewerOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_TextureOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_TextureOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_TonemapOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_TonemapOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_TranslateOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_TranslateOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_VectorBlurOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_VectorBlurOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_VectorCurveOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_VectorCurveOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ViewerBaseOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ViewerBaseOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ViewerOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ViewerOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_WriteBufferOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_WriteBufferOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ZCombineOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ZCombineOperation.h
    branches/soc-2012-sushi/source/blender/editors/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/editors/SConscript
    branches/soc-2012-sushi/source/blender/editors/animation/anim_channels_defines.c
    branches/soc-2012-sushi/source/blender/editors/animation/anim_channels_edit.c
    branches/soc-2012-sushi/source/blender/editors/animation/anim_filter.c
    branches/soc-2012-sushi/source/blender/editors/animation/anim_ipo_utils.c
    branches/soc-2012-sushi/source/blender/editors/animation/drivers.c
    branches/soc-2012-sushi/source/blender/editors/animation/fmodifier_ui.c
    branches/soc-2012-sushi/source/blender/editors/animation/keyframes_draw.c
    branches/soc-2012-sushi/source/blender/editors/animation/keyframes_edit.c
    branches/soc-2012-sushi/source/blender/editors/animation/keyframes_general.c
    branches/soc-2012-sushi/source/blender/editors/animation/keyframing.c
    branches/soc-2012-sushi/source/blender/editors/armature/BIF_generate.h
    branches/soc-2012-sushi/source/blender/editors/armature/armature_intern.h
    branches/soc-2012-sushi/source/blender/editors/armature/armature_ops.c
    branches/soc-2012-sushi/source/blender/editors/armature/editarmature.c
    branches/soc-2012-sushi/source/blender/editors/armature/editarmature_generate.c
    branches/soc-2012-sushi/source/blender/editors/armature/editarmature_retarget.c
    branches/soc-2012-sushi/source/blender/editors/armature/meshlaplacian.c
    branches/soc-2012-sushi/source/blender/editors/armature/poseSlide.c
    branches/soc-2012-sushi/source/blender/editors/armature/poselib.c
    branches/soc-2012-sushi/source/blender/editors/armature/poseobject.c
    branches/soc-2012-sushi/source/blender/editors/armature/reeb.c
    branches/soc-2012-sushi/source/blender/editors/curve/curve_ops.c
    branches/soc-2012-sushi/source/blender/editors/curve/editcurve.c
    branches/soc-2012-sushi/source/blender/editors/curve/lorem.c
    branches/soc-2012-sushi/source/blender/editors/datafiles/Bfont.c
    branches/soc-2012-sushi/source/blender/editors/datafiles/blender_icons.png.c
    branches/soc-2012-sushi/source/blender/editors/datafiles/startup.blend.c
    branches/soc-2012-sushi/source/blender/editors/gpencil/drawgpencil.c
    branches/soc-2012-sushi/source/blender/editors/gpencil/editaction_gpencil.c
    branches/soc-2012-sushi/source/blender/editors/gpencil/gpencil_buttons.c
    branches/soc-2012-sushi/source/blender/editors/gpencil/gpencil_edit.c
    branches/soc-2012-sushi/source/blender/editors/gpencil/gpencil_paint.c
    branches/soc-2012-sushi/source/blender/editors/include/ED_anim_api.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_armature.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_clip.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_curve.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_gpencil.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_keyframes_draw.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_keyframes_edit.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_keyframing.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_mball.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_mesh.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_node.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_object.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_particle.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_screen.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_screen_types.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_sequencer.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_transform.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_view3d.h
    branches/soc-2012-sushi/source/blender/editors/include/UI_icons.h
    branches/soc-2012-sushi/source/blender/editors/include/UI_interface.h
    branches/soc-2012-sushi/source/blender/editors/include/UI_resources.h
    branches/soc-2012-sushi/source/blender/editors/include/UI_view2d.h
    branches/soc-2012-sushi/source/blender/editors/interface/interface.c
    branches/soc-2012-sushi/source/blender/editors/interface/interface_draw.c
    branches/soc-2012-sushi/source/blender/editors/interface/interface_handlers.c
    branches/soc-2012-sushi/source/blender/editors/interface/interface_icons.c
    branches/soc-2012-sushi/source/blender/editors/interface/interface_intern.h
    branches/soc-2012-sushi/source/blender/editors/interface/interface_layout.c
    branches/soc-2012-sushi/source/blender/editors/interface/interface_ops.c
    branches/soc-2012-sushi/source/blender/editors/interface/interface_panel.c
    branches/soc-2012-sushi/source/blender/editors/interface/interface_regions.c
    branches/soc-2012-sushi/source/blender/editors/interface/interface_templates.c
    branches/soc-2012-sushi/source/blender/editors/interface/interface_utils.c
    branches/soc-2012-sushi/source/blender/editors/interface/interface_widgets.c
    branches/soc-2012-sushi/source/blender/editors/interface/resources.c
    branches/soc-2012-sushi/source/blender/editors/interface/view2d.c
    branches/soc-2012-sushi/source/blender/editors/mesh/editface.c
    branches/soc-2012-sushi/source/blender/editors/mesh/editmesh_add.c
    branches/soc-2012-sushi/source/blender/editors/mesh/editmesh_bvh.c
    branches/soc-2012-sushi/source/blender/editors/mesh/editmesh_bvh.h
    branches/soc-2012-sushi/source/blender/editors/mesh/editmesh_knife.c
    branches/soc-2012-sushi/source/blender/editors/mesh/editmesh_loopcut.c
    branches/soc-2012-sushi/source/blender/editors/mesh/editmesh_rip.c
    branches/soc-2012-sushi/source/blender/editors/mesh/editmesh_select.c
    branches/soc-2012-sushi/source/blender/editors/mesh/editmesh_slide.c
    branches/soc-2012-sushi/source/blender/editors/mesh/editmesh_tools.c
    branches/soc-2012-sushi/source/blender/editors/mesh/editmesh_utils.c
    branches/soc-2012-sushi/source/blender/editors/mesh/mesh_data.c
    branches/soc-2012-sushi/source/blender/editors/mesh/mesh_ops.c
    branches/soc-2012-sushi/source/blender/editors/mesh/meshtools.c
    branches/soc-2012-sushi/source/blender/editors/metaball/mball_edit.c
    branches/soc-2012-sushi/source/blender/editors/metaball/mball_ops.c
    branches/soc-2012-sushi/source/blender/editors/object/object_add.c
    branches/soc-2012-sushi/source/blender/editors/object/object_bake.c
    branches/soc-2012-sushi/source/blender/editors/object/object_constraint.c
    branches/soc-2012-sushi/source/blender/editors/object/object_edit.c
    branches/soc-2012-sushi/source/blender/editors/object/object_group.c
    branches/soc-2012-sushi/source/blender/editors/object/object_intern.h
    branches/soc-2012-sushi/source/blender/editors/object/object_lattice.c
    branches/soc-2012-sushi/source/blender/editors/object/object_modifier.c
    branches/soc-2012-sushi/source/blender/editors/object/object_ops.c
    branches/soc-2012-sushi/source/blender/editors/object/object_relations.c
    branches/soc-2012-sushi/source/blender/editors/object/object_select.c
    branches/soc-2012-sushi/source/blender/editors/object/object_shapekey.c
    branches/soc-2012-sushi/source/blender/editors/object/object_vgroup.c
    branches/soc-2012-sushi/source/blender/editors/physics/dynamicpaint_ops.c
    branches/soc-2012-sushi/source/blender/editors/physics/particle_edit.c
    branches/soc-2012-sushi/source/blender/editors/physics/physics_fluid.c
    branches/soc-2012-sushi/source/blender/editors/physics/physics_ops.c
    branches/soc-2012-sushi/source/blender/editors/render/render_internal.c
    branches/soc-2012-sushi/source/blender/editors/render/render_opengl.c
    branches/soc-2012-sushi/source/blender/editors/screen/screen_edit.c
    branches/soc-2012-sushi/source/blender/editors/screen/screen_ops.c
    branches/soc-2012-sushi/source/blender/editors/sculpt_paint/paint_cursor.c
    branches/soc-2012-sushi/source/blender/editors/sculpt_paint/paint_hide.c
    branches/soc-2012-sushi/source/blender/editors/sculpt_paint/paint_image.c
    branches/soc-2012-sushi/source/blender/editors/sculpt_paint/paint_intern.h
    branches/soc-2012-sushi/source/blender/editors/sculpt_paint/paint_mask.c
    branches/soc-2012-sushi/source/blender/editors/sculpt_paint/paint_ops.c
    branches/soc-2012-sushi/source/blender/editors/sculpt_paint/paint_stroke.c
    branches/soc-2012-sushi/source/blender/editors/sculpt_paint/paint_utils.c
    branches/soc-2012-sushi/source/blender/editors/sculpt_paint/paint_vertex.c
    branches/soc-2012-sushi/source/blender/editors/sculpt_paint/sculpt.c
    branches/soc-2012-sushi/source/blender/editors/sculpt_paint/sculpt_undo.c
    branches/soc-2012-sushi/source/blender/editors/sound/sound_ops.c
    branches/soc-2012-sushi/source/blender/editors/space_action/action_draw.c
    branches/soc-2012-sushi/source/blender/editors/space_action/action_edit.c
    branches/soc-2012-sushi/source/blender/editors/space_action/action_select.c
    branches/soc-2012-sushi/source/blender/editors/space_action/space_action.c
    branches/soc-2012-sushi/source/blender/editors/space_api/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/editors/space_api/SConscript
    branches/soc-2012-sushi/source/blender/editors/space_api/spacetypes.c
    branches/soc-2012-sushi/source/blender/editors/space_buttons/buttons_context.c
    branches/soc-2012-sushi/source/blender/editors/space_buttons/buttons_header.c
    branches/soc-2012-sushi/source/blender/editors/space_buttons/buttons_texture.c
    branches/soc-2012-sushi/source/blender/editors/space_buttons/space_buttons.c
    branches/soc-2012-sushi/source/blender/editors/space_clip/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/editors/space_clip/clip_buttons.c
    branches/soc-2012-sushi/source/blender/editors/space_clip/clip_dopesheet_draw.c
    branches/soc-2012-sushi/source/blender/editors/space_clip/clip_dopesheet_ops.c
    branches/soc-2012-sushi/source/blender/editors/space_clip/clip_draw.c
    branches/soc-2012-sushi/source/blender/editors/space_clip/clip_editor.c
    branches/soc-2012-sushi/source/blender/editors/space_clip/clip_graph_draw.c
    branches/soc-2012-sushi/source/blender/editors/space_clip/clip_graph_ops.c
    branches/soc-2012-sushi/source/blender/editors/space_clip/clip_intern.h
    branches/soc-2012-sushi/source/blender/editors/space_clip/clip_ops.c
    branches/soc-2012-sushi/source/blender/editors/space_clip/clip_utils.c
    branches/soc-2012-sushi/source/blender/editors/space_clip/space_clip.c
    branches/soc-2012-sushi/source/blender/editors/space_clip/tracking_ops.c
    branches/soc-2012-sushi/source/blender/editors/space_console/console_intern.h
    branches/soc-2012-sushi/source/blender/editors/space_console/console_ops.c
    branches/soc-2012-sushi/source/blender/editors/space_console/space_console.c
    branches/soc-2012-sushi/source/blender/editors/space_file/file_draw.c
    branches/soc-2012-sushi/source/blender/editors/space_file/file_intern.h
    branches/soc-2012-sushi/source/blender/editors/space_file/file_ops.c
    branches/soc-2012-sushi/source/blender/editors/space_file/file_panels.c
    branches/soc-2012-sushi/source/blender/editors/space_file/filelist.c
    branches/soc-2012-sushi/source/blender/editors/space_file/filelist.h
    branches/soc-2012-sushi/source/blender/editors/space_file/filesel.c
    branches/soc-2012-sushi/source/blender/editors/space_file/fsmenu.c
    branches/soc-2012-sushi/source/blender/editors/space_file/fsmenu.h
    branches/soc-2012-sushi/source/blender/editors/space_file/space_file.c
    branches/soc-2012-sushi/source/blender/editors/space_graph/graph_buttons.c
    branches/soc-2012-sushi/source/blender/editors/space_graph/graph_draw.c
    branches/soc-2012-sushi/source/blender/editors/space_graph/graph_edit.c
    branches/soc-2012-sushi/source/blender/editors/space_graph/graph_intern.h
    branches/soc-2012-sushi/source/blender/editors/space_graph/space_graph.c
    branches/soc-2012-sushi/source/blender/editors/space_image/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/editors/space_image/SConscript
    branches/soc-2012-sushi/source/blender/editors/space_image/image_buttons.c
    branches/soc-2012-sushi/source/blender/editors/space_image/image_draw.c
    branches/soc-2012-sushi/source/blender/editors/space_image/image_intern.h
    branches/soc-2012-sushi/source/blender/editors/space_image/image_ops.c
    branches/soc-2012-sushi/source/blender/editors/space_image/space_image.c
    branches/soc-2012-sushi/source/blender/editors/space_info/info_draw.c
    branches/soc-2012-sushi/source/blender/editors/space_info/info_ops.c
    branches/soc-2012-sushi/source/blender/editors/space_logic/logic_window.c
    branches/soc-2012-sushi/source/blender/editors/space_nla/nla_buttons.c
    branches/soc-2012-sushi/source/blender/editors/space_nla/nla_draw.c
    branches/soc-2012-sushi/source/blender/editors/space_node/drawnode.c
    branches/soc-2012-sushi/source/blender/editors/space_node/node_buttons.c
    branches/soc-2012-sushi/source/blender/editors/space_node/node_draw.c
    branches/soc-2012-sushi/source/blender/editors/space_node/node_edit.c
    branches/soc-2012-sushi/source/blender/editors/space_node/node_header.c
    branches/soc-2012-sushi/source/blender/editors/space_node/node_intern.h
    branches/soc-2012-sushi/source/blender/editors/space_node/node_ops.c
    branches/soc-2012-sushi/source/blender/editors/space_node/node_select.c
    branches/soc-2012-sushi/source/blender/editors/space_node/node_templates.c
    branches/soc-2012-sushi/source/blender/editors/space_node/space_node.c
    branches/soc-2012-sushi/source/blender/editors/space_outliner/outliner_draw.c
    branches/soc-2012-sushi/source/blender/editors/space_outliner/outliner_edit.c
    branches/soc-2012-sushi/source/blender/editors/space_outliner/outliner_intern.h
    branches/soc-2012-sushi/source/blender/editors/space_outliner/outliner_ops.c
    branches/soc-2012-sushi/source/blender/editors/space_outliner/outliner_select.c
    branches/soc-2012-sushi/source/blender/editors/space_outliner/outliner_tools.c
    branches/soc-2012-sushi/source/blender/editors/space_outliner/outliner_tree.c
    branches/soc-2012-sushi/source/blender/editors/space_outliner/space_outliner.c
    branches/soc-2012-sushi/source/blender/editors/space_sequencer/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/editors/space_sequencer/SConscript
    branches/soc-2012-sushi/source/blender/editors/space_sequencer/sequencer_add.c
    branches/soc-2012-sushi/source/blender/editors/space_sequencer/sequencer_buttons.c
    branches/soc-2012-sushi/source/blender/editors/space_sequencer/sequencer_draw.c
    branches/soc-2012-sushi/source/blender/editors/space_sequencer/sequencer_edit.c
    branches/soc-2012-sushi/source/blender/editors/space_sequencer/sequencer_intern.h
    branches/soc-2012-sushi/source/blender/editors/space_sequencer/sequencer_ops.c
    branches/soc-2012-sushi/source/blender/editors/space_sequencer/sequencer_select.c
    branches/soc-2012-sushi/source/blender/editors/space_sequencer/space_sequencer.c
    branches/soc-2012-sushi/source/blender/editors/space_text/space_text.c
    branches/soc-2012-sushi/source/blender/editors/space_text/text_draw.c
    branches/soc-2012-sushi/source/blender/editors/space_text/text_ops.c
    branches/soc-2012-sushi/source/blender/editors/space_userpref/space_userpref.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/drawarmature.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/drawmesh.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/drawobject.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/drawvolume.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/space_view3d.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/view3d_buttons.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/view3d_draw.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/view3d_edit.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/view3d_fly.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/view3d_header.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/view3d_intern.h
    branches/soc-2012-sushi/source/blender/editors/space_view3d/view3d_ops.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/view3d_select.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/view3d_snap.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/view3d_toolbar.c
    branches/soc-2012-sushi/source/blender/editors/space_view3d/view3d_view.c
    branches/soc-2012-sushi/source/blender/editors/transform/transform.c
    branches/soc-2012-sushi/source/blender/editors/transform/transform.h
    branches/soc-2012-sushi/source/blender/editors/transform/transform_constraints.c
    branches/soc-2012-sushi/source/blender/editors/transform/transform_conversions.c
    branches/soc-2012-sushi/source/blender/editors/transform/transform_generics.c
    branches/soc-2012-sushi/source/blender/editors/transform/transform_input.c
    branches/soc-2012-sushi/source/blender/editors/transform/transform_manipulator.c
    branches/soc-2012-sushi/source/blender/editors/transform/transform_ops.c
    branches/soc-2012-sushi/source/blender/editors/transform/transform_orientations.c
    branches/soc-2012-sushi/source/blender/editors/transform/transform_snap.c
    branches/soc-2012-sushi/source/blender/editors/util/editmode_undo.c
    branches/soc-2012-sushi/source/blender/editors/util/undo.c
    branches/soc-2012-sushi/source/blender/editors/uvedit/uvedit_draw.c
    branches/soc-2012-sushi/source/blender/editors/uvedit/uvedit_ops.c
    branches/soc-2012-sushi/source/blender/editors/uvedit/uvedit_parametrizer.c
    branches/soc-2012-sushi/source/blender/editors/uvedit/uvedit_unwrap_ops.c
    branches/soc-2012-sushi/source/blender/gpu/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/gpu/GPU_draw.h
    branches/soc-2012-sushi/source/blender/gpu/SConscript
    branches/soc-2012-sushi/source/blender/gpu/intern/gpu_buffers.c
    branches/soc-2012-sushi/source/blender/gpu/intern/gpu_codegen.c
    branches/soc-2012-sushi/source/blender/gpu/intern/gpu_draw.c
    branches/soc-2012-sushi/source/blender/gpu/intern/gpu_extensions.c
    branches/soc-2012-sushi/source/blender/gpu/intern/gpu_material.c
    branches/soc-2012-sushi/source/blender/gpu/shaders/gpu_shader_material.glsl
    branches/soc-2012-sushi/source/blender/gpu/shaders/gpu_shader_material.glsl.c
    branches/soc-2012-sushi/source/blender/ikplugin/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/ikplugin/SConscript
    branches/soc-2012-sushi/source/blender/ikplugin/intern/iksolver_plugin.c
    branches/soc-2012-sushi/source/blender/ikplugin/intern/itasc_plugin.cpp
    branches/soc-2012-sushi/source/blender/imbuf/IMB_imbuf.h
    branches/soc-2012-sushi/source/blender/imbuf/IMB_imbuf_types.h
    branches/soc-2012-sushi/source/blender/imbuf/intern/allocimbuf.c
    branches/soc-2012-sushi/source/blender/imbuf/intern/anim_movie.c
    branches/soc-2012-sushi/source/blender/imbuf/intern/cineon/cineon_dpx.c
    branches/soc-2012-sushi/source/blender/imbuf/intern/cineon/dpxfile.h
    branches/soc-2012-sushi/source/blender/imbuf/intern/cineon/dpxlib.c
    branches/soc-2012-sushi/source/blender/imbuf/intern/cineon/logImageLib.c
    branches/soc-2012-sushi/source/blender/imbuf/intern/dds/ColorBlock.cpp
    branches/soc-2012-sushi/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
    branches/soc-2012-sushi/source/blender/imbuf/intern/dds/DirectDrawSurface.h
    branches/soc-2012-sushi/source/blender/imbuf/intern/dds/dds_api.cpp
    branches/soc-2012-sushi/source/blender/imbuf/intern/divers.c
    branches/soc-2012-sushi/source/blender/imbuf/intern/imbuf.h
    branches/soc-2012-sushi/source/blender/imbuf/intern/indexer.c
    branches/soc-2012-sushi/source/blender/imbuf/intern/jp2.c
    branches/soc-2012-sushi/source/blender/imbuf/intern/jpeg.c
    branches/soc-2012-sushi/source/blender/imbuf/intern/openexr/openexr_api.cpp
    branches/soc-2012-sushi/source/blender/imbuf/intern/radiance_hdr.c
    branches/soc-2012-sushi/source/blender/imbuf/intern/rectop.c
    branches/soc-2012-sushi/source/blender/imbuf/intern/targa.c
    branches/soc-2012-sushi/source/blender/imbuf/intern/tiff.c
    branches/soc-2012-sushi/source/blender/imbuf/intern/util.c
    branches/soc-2012-sushi/source/blender/makesdna/DNA_ID.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_action_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_actuator_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_anim_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_armature_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_boid_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_brush_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_cloth_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_color_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_constraint_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_curve_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_customdata_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_image_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_listBase.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_meshdata_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_modifier_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_movieclip_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_node_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_object_force.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_object_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_packedFile_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_particle_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_scene_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_screen_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_sequence_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_smoke_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_sound_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_space_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_texture_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_tracking_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_userdef_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_view3d_types.h
    branches/soc-2012-sushi/source/blender/makesdna/DNA_windowmanager_types.h
    branches/soc-2012-sushi/source/blender/makesdna/intern/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/makesdna/intern/dna_genfile.c
    branches/soc-2012-sushi/source/blender/makesdna/intern/makesdna.c
    branches/soc-2012-sushi/source/blender/makesrna/RNA_access.h
    branches/soc-2012-sushi/source/blender/makesrna/RNA_enum_types.h
    branches/soc-2012-sushi/source/blender/makesrna/SConscript
    branches/soc-2012-sushi/source/blender/makesrna/intern/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/makesrna/intern/SConscript
    branches/soc-2012-sushi/source/blender/makesrna/intern/makesrna.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_ID.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_access.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_action.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_animation.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_animviz.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_armature.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_boid.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_brush.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_cloth.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_color.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_constraint.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_curve.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_define.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_dynamicpaint.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_fcurve.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_fluidsim.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_image.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_image_api.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_internal.h
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_key.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_lamp.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_lattice.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_main.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_main_api.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_material.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_mesh.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_modifier.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_movieclip.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_nodetree.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_nodetree_types.h
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_object.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_object_force.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_particle.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_pose.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_scene.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_scene_api.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_screen.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_sculpt_paint.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_sensor.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_sequencer.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_sequencer_api.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_smoke.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_space.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_texture.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_tracking.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_ui.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_userdef.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_wm.c
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_world.c
    branches/soc-2012-sushi/source/blender/modifiers/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/modifiers/MOD_modifiertypes.h
    branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_array.c
    branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_edgesplit.c
    branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_explode.c
    branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_mask.c
    branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_remesh.c
    branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_screw.c
    branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_simpledeform.c
    branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_smooth.c
    branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_solidify.c
    branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_util.c
    branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_weightvg_util.c
    branches/soc-2012-sushi/source/blender/nodes/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/nodes/NOD_composite.h
    branches/soc-2012-sushi/source/blender/nodes/NOD_shader.h
    branches/soc-2012-sushi/source/blender/nodes/SConscript
    branches/soc-2012-sushi/source/blender/nodes/composite/node_composite_tree.c
    branches/soc-2012-sushi/source/blender/nodes/composite/node_composite_util.c
    branches/soc-2012-sushi/source/blender/nodes/composite/node_composite_util.h
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_alphaOver.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_bilateralblur.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_blur.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_bokehblur.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_bokehimage.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_boxmask.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_brightness.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_channelMatte.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_chromaMatte.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_colorMatte.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_colorSpill.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_colorbalance.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_colorcorrection.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_composite.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_crop.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_curves.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_defocus.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_diffMatte.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_dilate.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_directionalblur.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_displace.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_distanceMatte.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_ellipsemask.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_filter.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_flip.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_gamma.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_glare.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_hueSatVal.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_huecorrect.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_idMask.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_image.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_invert.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_lensdist.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_levels.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_lummaMatte.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_mapUV.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_mapValue.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_math.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_mixrgb.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_movieclip.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_moviedistortion.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_normal.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_normalize.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_premulkey.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_rgb.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_rotate.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_scale.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_sepcombHSVA.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_sepcombRGBA.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_sepcombYCCA.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_sepcombYUVA.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_setalpha.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_splitViewer.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_stabilize2d.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_switch.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_texture.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_tonemap.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_transform.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_translate.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_valToRgb.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_value.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_vecBlur.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_viewer.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_zcombine.c
    branches/soc-2012-sushi/source/blender/nodes/intern/node_common.c
    branches/soc-2012-sushi/source/blender/nodes/intern/node_common.h
    branches/soc-2012-sushi/source/blender/nodes/intern/node_exec.c
    branches/soc-2012-sushi/source/blender/nodes/intern/node_socket.c
    branches/soc-2012-sushi/source/blender/nodes/intern/node_util.c
    branches/soc-2012-sushi/source/blender/nodes/shader/node_shader_tree.c
    branches/soc-2012-sushi/source/blender/nodes/shader/node_shader_util.c
    branches/soc-2012-sushi/source/blender/nodes/shader/node_shader_util.h
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_add_shader.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_attribute.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_background.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_brightness.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_bsdf_anisotropic.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_bsdf_diffuse.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_bsdf_glass.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_bsdf_glossy.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_bsdf_translucent.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_bsdf_transparent.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_bsdf_velvet.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_camera.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_curves.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_emission.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_fresnel.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_gamma.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_geom.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_geometry.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_holdout.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_hueSatVal.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_invert.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_layer_weight.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_light_falloff.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_light_path.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_mapping.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_material.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_math.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_mixRgb.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_mix_shader.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_normal.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_output.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_output_lamp.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_output_material.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_output_world.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_rgb.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_sepcombRGB.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_squeeze.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_tex_checker.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_tex_coord.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_tex_environment.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_tex_gradient.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_tex_image.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_tex_magic.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_tex_musgrave.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_tex_noise.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_tex_sky.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_tex_voronoi.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_tex_wave.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_texture.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_valToRgb.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_value.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_vectMath.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_volume_isotropic.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_volume_transparent.c
    branches/soc-2012-sushi/source/blender/nodes/texture/node_texture_tree.c
    branches/soc-2012-sushi/source/blender/nodes/texture/node_texture_util.c
    branches/soc-2012-sushi/source/blender/nodes/texture/node_texture_util.h
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_at.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_bricks.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_checker.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_compose.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_coord.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_curves.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_decompose.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_distance.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_hueSatVal.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_image.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_invert.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_math.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_mixRgb.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_output.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_proc.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_rotate.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_scale.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_texture.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_translate.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_valToNor.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_valToRgb.c
    branches/soc-2012-sushi/source/blender/nodes/texture/nodes/node_texture_viewer.c
    branches/soc-2012-sushi/source/blender/opencl/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/python/bmesh/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/python/bmesh/bmesh_py_api.c
    branches/soc-2012-sushi/source/blender/python/bmesh/bmesh_py_types.c
    branches/soc-2012-sushi/source/blender/python/bmesh/bmesh_py_types.h
    branches/soc-2012-sushi/source/blender/python/bmesh/bmesh_py_types_customdata.c
    branches/soc-2012-sushi/source/blender/python/bmesh/bmesh_py_utils.c
    branches/soc-2012-sushi/source/blender/python/generic/bpy_internal_import.c
    branches/soc-2012-sushi/source/blender/python/generic/bpy_internal_import.h
    branches/soc-2012-sushi/source/blender/python/generic/py_capi_utils.c
    branches/soc-2012-sushi/source/blender/python/intern/bpy_interface.c
    branches/soc-2012-sushi/source/blender/python/intern/bpy_library.c
    branches/soc-2012-sushi/source/blender/python/intern/bpy_operator.c
    branches/soc-2012-sushi/source/blender/python/intern/bpy_props.c
    branches/soc-2012-sushi/source/blender/python/intern/bpy_rna.c
    branches/soc-2012-sushi/source/blender/python/intern/stubs.c
    branches/soc-2012-sushi/source/blender/python/mathutils/mathutils.c
    branches/soc-2012-sushi/source/blender/python/mathutils/mathutils_Color.c
    branches/soc-2012-sushi/source/blender/python/mathutils/mathutils_Matrix.c
    branches/soc-2012-sushi/source/blender/python/mathutils/mathutils_Vector.c
    branches/soc-2012-sushi/source/blender/python/mathutils/mathutils_geometry.c
    branches/soc-2012-sushi/source/blender/quicktime/quicktime_import.h
    branches/soc-2012-sushi/source/blender/render/extern/include/RE_pipeline.h
    branches/soc-2012-sushi/source/blender/render/extern/include/RE_shader_ext.h
    branches/soc-2012-sushi/source/blender/render/intern/include/pixelblending.h
    branches/soc-2012-sushi/source/blender/render/intern/include/render_types.h
    branches/soc-2012-sushi/source/blender/render/intern/include/rendercore.h
    branches/soc-2012-sushi/source/blender/render/intern/include/renderdatabase.h
    branches/soc-2012-sushi/source/blender/render/intern/include/shading.h
    branches/soc-2012-sushi/source/blender/render/intern/include/sss.h
    branches/soc-2012-sushi/source/blender/render/intern/include/sunsky.h
    branches/soc-2012-sushi/source/blender/render/intern/include/texture.h
    branches/soc-2012-sushi/source/blender/render/intern/include/voxeldata.h
    branches/soc-2012-sushi/source/blender/render/intern/include/zbuf.h
    branches/soc-2012-sushi/source/blender/render/intern/raytrace/bvh.h
    branches/soc-2012-sushi/source/blender/render/intern/raytrace/rayobject_instance.cpp
    branches/soc-2012-sushi/source/blender/render/intern/raytrace/rayobject_octree.cpp
    branches/soc-2012-sushi/source/blender/render/intern/source/convertblender.c
    branches/soc-2012-sushi/source/blender/render/intern/source/envmap.c
    branches/soc-2012-sushi/source/blender/render/intern/source/external_engine.c
    branches/soc-2012-sushi/source/blender/render/intern/source/imagetexture.c
    branches/soc-2012-sushi/source/blender/render/intern/source/initrender.c
    branches/soc-2012-sushi/source/blender/render/intern/source/occlusion.c
    branches/soc-2012-sushi/source/blender/render/intern/source/pipeline.c
    branches/soc-2012-sushi/source/blender/render/intern/source/pixelblending.c
    branches/soc-2012-sushi/source/blender/render/intern/source/pixelshading.c
    branches/soc-2012-sushi/source/blender/render/intern/source/pointdensity.c
    branches/soc-2012-sushi/source/blender/render/intern/source/rayshade.c
    branches/soc-2012-sushi/source/blender/render/intern/source/render_result.c
    branches/soc-2012-sushi/source/blender/render/intern/source/render_texture.c
    branches/soc-2012-sushi/source/blender/render/intern/source/rendercore.c
    branches/soc-2012-sushi/source/blender/render/intern/source/renderdatabase.c
    branches/soc-2012-sushi/source/blender/render/intern/source/shadbuf.c
    branches/soc-2012-sushi/source/blender/render/intern/source/shadeoutput.c
    branches/soc-2012-sushi/source/blender/render/intern/source/sss.c
    branches/soc-2012-sushi/source/blender/render/intern/source/strand.c
    branches/soc-2012-sushi/source/blender/render/intern/source/volumetric.c
    branches/soc-2012-sushi/source/blender/render/intern/source/voxeldata.c
    branches/soc-2012-sushi/source/blender/render/intern/source/zbuf.c
    branches/soc-2012-sushi/source/blender/windowmanager/CMakeLists.txt
    branches/soc-2012-sushi/source/blender/windowmanager/WM_api.h
    branches/soc-2012-sushi/source/blender/windowmanager/WM_types.h
    branches/soc-2012-sushi/source/blender/windowmanager/intern/wm_apple.c
    branches/soc-2012-sushi/source/blender/windowmanager/intern/wm_cursors.c
    branches/soc-2012-sushi/source/blender/windowmanager/intern/wm_draw.c
    branches/soc-2012-sushi/source/blender/windowmanager/intern/wm_event_system.c
    branches/soc-2012-sushi/source/blender/windowmanager/intern/wm_files.c
    branches/soc-2012-sushi/source/blender/windowmanager/intern/wm_gesture.c
    branches/soc-2012-sushi/source/blender/windowmanager/intern/wm_init_exit.c
    branches/soc-2012-sushi/source/blender/windowmanager/intern/wm_jobs.c
    branches/soc-2012-sushi/source/blender/windowmanager/intern/wm_operators.c
    branches/soc-2012-sushi/source/blender/windowmanager/intern/wm_subwindow.c
    branches/soc-2012-sushi/source/blender/windowmanager/intern/wm_window.c
    branches/soc-2012-sushi/source/blender/windowmanager/wm_window.h
    branches/soc-2012-sushi/source/blenderplayer/CMakeLists.txt
    branches/soc-2012-sushi/source/blenderplayer/bad_level_call_stubs/stubs.c
    branches/soc-2012-sushi/source/creator/CMakeLists.txt
    branches/soc-2012-sushi/source/creator/creator.c
    branches/soc-2012-sushi/source/gameengine/BlenderRoutines/KX_BlenderCanvas.h
    branches/soc-2012-sushi/source/gameengine/BlenderRoutines/KX_BlenderInputDevice.h
    branches/soc-2012-sushi/source/gameengine/BlenderRoutines/KX_BlenderKeyboardDevice.h
    branches/soc-2012-sushi/source/gameengine/BlenderRoutines/KX_BlenderMouseDevice.h
    branches/soc-2012-sushi/source/gameengine/BlenderRoutines/KX_BlenderRenderTools.h
    branches/soc-2012-sushi/source/gameengine/BlenderRoutines/KX_BlenderSystem.h
    branches/soc-2012-sushi/source/gameengine/CMakeLists.txt
    branches/soc-2012-sushi/source/gameengine/Converter/BL_ActionActuator.cpp
    branches/soc-2012-sushi/source/gameengine/Converter/BL_ArmatureObject.cpp
    branches/soc-2012-sushi/source/gameengine/Converter/BL_BlenderDataConversion.cpp
    branches/soc-2012-sushi/source/gameengine/Converter/BL_DeformableGameObject.cpp
    branches/soc-2012-sushi/source/gameengine/Converter/BL_DeformableGameObject.h
    branches/soc-2012-sushi/source/gameengine/Converter/BL_MeshDeformer.h
    branches/soc-2012-sushi/source/gameengine/Converter/BL_ModifierDeformer.h
    branches/soc-2012-sushi/source/gameengine/Converter/BL_ShapeActionActuator.cpp
    branches/soc-2012-sushi/source/gameengine/Converter/BL_ShapeDeformer.h
    branches/soc-2012-sushi/source/gameengine/Converter/BL_SkinDeformer.cpp
    branches/soc-2012-sushi/source/gameengine/Converter/BL_SkinDeformer.h
    branches/soc-2012-sushi/source/gameengine/Converter/BlenderWorldInfo.h
    branches/soc-2012-sushi/source/gameengine/Converter/KX_BlenderScalarInterpolator.h
    branches/soc-2012-sushi/source/gameengine/Converter/KX_BlenderSceneConverter.cpp
    branches/soc-2012-sushi/source/gameengine/Converter/KX_BlenderSceneConverter.h
    branches/soc-2012-sushi/source/gameengine/Converter/KX_ConvertActuators.cpp
    branches/soc-2012-sushi/source/gameengine/Converter/KX_ConvertSensors.cpp
    branches/soc-2012-sushi/source/gameengine/Converter/KX_SoftBodyDeformer.h
    branches/soc-2012-sushi/source/gameengine/Expressions/BoolValue.h
    branches/soc-2012-sushi/source/gameengine/Expressions/ConstExpr.h
    branches/soc-2012-sushi/source/gameengine/Expressions/EmptyValue.h
    branches/soc-2012-sushi/source/gameengine/Expressions/ErrorValue.h
    branches/soc-2012-sushi/source/gameengine/Expressions/Expression.h
    branches/soc-2012-sushi/source/gameengine/Expressions/FloatValue.h
    branches/soc-2012-sushi/source/gameengine/Expressions/IdentifierExpr.h
    branches/soc-2012-sushi/source/gameengine/Expressions/IfExpr.h
    branches/soc-2012-sushi/source/gameengine/Expressions/InputParser.h
    branches/soc-2012-sushi/source/gameengine/Expressions/IntValue.h
    branches/soc-2012-sushi/source/gameengine/Expressions/KX_HashedPtr.h
    branches/soc-2012-sushi/source/gameengine/Expressions/Operator1Expr.h
    branches/soc-2012-sushi/source/gameengine/Expressions/Operator2Expr.h
    branches/soc-2012-sushi/source/gameengine/Expressions/PyObjectPlus.h
    branches/soc-2012-sushi/source/gameengine/Expressions/StringValue.h
    branches/soc-2012-sushi/source/gameengine/Expressions/Value.cpp
    branches/soc-2012-sushi/source/gameengine/Expressions/Value.h
    branches/soc-2012-sushi/source/gameengine/Expressions/VectorValue.h
    branches/soc-2012-sushi/source/gameengine/Expressions/VoidValue.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/CMakeLists.txt
    branches/soc-2012-sushi/source/gameengine/GameLogic/Joystick/SCA_Joystick.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_ActuatorEventManager.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_AlwaysEventManager.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_BasicEventManager.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_EventManager.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_ExpressionController.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_IActuator.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_IInputDevice.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_ILogicBrick.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_IScene.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_JoystickManager.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_JoystickSensor.cpp
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_JoystickSensor.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_KeyboardManager.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_KeyboardSensor.cpp
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_KeyboardSensor.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_LogicManager.cpp
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_LogicManager.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_MouseManager.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_PropertyEventManager.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_PropertySensor.cpp
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_PythonController.cpp
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_PythonKeyboard.cpp
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_RandomActuator.cpp
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_RandomEventManager.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_RandomNumberGenerator.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SCA_TimeEventManager.h
    branches/soc-2012-sushi/source/gameengine/GameLogic/SConscript
    branches/soc-2012-sushi/source/gameengine/GamePlayer/common/GPC_Canvas.h
    branches/soc-2012-sushi/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
    branches/soc-2012-sushi/source/gameengine/GamePlayer/xembed/CMakeLists.txt
    branches/soc-2012-sushi/source/gameengine/GamePlayer/xembed/UnixShell.c
    branches/soc-2012-sushi/source/gameengine/GamePlayer/xembed/blender_plugin_types.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/BL_Action.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/BL_Action.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/BL_ActionManager.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/BL_BlenderShader.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/BL_Material.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/BL_Shader.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/BL_Shader.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/BL_Texture.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/BL_Texture.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/CMakeLists.txt
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_BlenderMaterial.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_BulletPhysicsController.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_BulletPhysicsController.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_CameraIpoSGController.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_ClientObjectInfo.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_ConvertPhysicsObject.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_Dome.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_Dome.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_EmptyObject.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_FontObject.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_GameObject.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_IInterpolator.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_IPO_SGController.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_IPhysicsController.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_IPhysicsController.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_IScalarInterpolator.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_ISceneConverter.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_ISystem.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_IpoActuator.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_KetsjiEngine.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_KetsjiEngine.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_LightIpoSGController.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_MaterialIpoController.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_MotionState.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_NearSensor.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_ObColorIpoSGController.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_ObstacleSimulation.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_OrientationInterpolator.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_PositionInterpolator.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_PyMath.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_PythonInit.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_PythonInit.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_RadarSensor.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_RadarSensor.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_RayCast.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_RayEventManager.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_SCA_AddObjectActuator.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_SG_BoneParentNodeRelationship.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_SG_NodeRelationships.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_ScalarInterpolator.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_ScalingInterpolator.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_Scene.cpp
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_SoundActuator.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_TimeCategoryLogger.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_TimeLogger.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_TouchEventManager.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_TouchSensor.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_WorldInfo.h
    branches/soc-2012-sushi/source/gameengine/Ketsji/KX_WorldIpoController.h
    branches/soc-2012-sushi/source/gameengine/Network/NG_NetworkDeviceInterface.h
    branches/soc-2012-sushi/source/gameengine/Network/NG_NetworkMessage.h
    branches/soc-2012-sushi/source/gameengine/Network/NG_NetworkObject.h
    branches/soc-2012-sushi/source/gameengine/Network/NG_NetworkScene.h
    branches/soc-2012-sushi/source/gameengine/Physics/Bullet/CcdGraphicController.h
    branches/soc-2012-sushi/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp
    branches/soc-2012-sushi/source/gameengine/Physics/Bullet/CcdPhysicsController.h
    branches/soc-2012-sushi/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp
    branches/soc-2012-sushi/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.h
    branches/soc-2012-sushi/source/gameengine/Physics/Dummy/DummyPhysicsEnvironment.h
    branches/soc-2012-sushi/source/gameengine/Physics/common/PHY_IController.h
    branches/soc-2012-sushi/source/gameengine/Physics/common/PHY_IGraphicController.h
    branches/soc-2012-sushi/source/gameengine/Physics/common/PHY_IMotionState.h
    branches/soc-2012-sushi/source/gameengine/Physics/common/PHY_IPhysicsController.h
    branches/soc-2012-sushi/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.h
    branches/soc-2012-sushi/source/gameengine/Physics/common/PHY_IVehicle.h
    branches/soc-2012-sushi/source/gameengine/Physics/common/PHY_Pro.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_2DFilterManager.cpp
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_2DFilterManager.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_BucketManager.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_Deformer.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_FramingManager.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_ICanvas.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_IPolygonMaterial.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_IRasterizer.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_IRenderTools.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_LightObject.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_MaterialBucket.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_MeshObject.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_ListRasterizer.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_Polygon.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_Rect.h
    branches/soc-2012-sushi/source/gameengine/Rasterizer/RAS_TexVert.h
    branches/soc-2012-sushi/source/gameengine/SceneGraph/SG_BBox.h
    branches/soc-2012-sushi/source/gameengine/SceneGraph/SG_Controller.h
    branches/soc-2012-sushi/source/gameengine/SceneGraph/SG_DList.h
    branches/soc-2012-sushi/source/gameengine/SceneGraph/SG_IObject.h
    branches/soc-2012-sushi/source/gameengine/SceneGraph/SG_Node.h
    branches/soc-2012-sushi/source/gameengine/SceneGraph/SG_ParentRelation.h
    branches/soc-2012-sushi/source/gameengine/SceneGraph/SG_QList.h
    branches/soc-2012-sushi/source/gameengine/SceneGraph/SG_Spatial.h
    branches/soc-2012-sushi/source/gameengine/SceneGraph/SG_Tree.h
    branches/soc-2012-sushi/source/gameengine/VideoTexture/Exception.cpp
    branches/soc-2012-sushi/source/gameengine/VideoTexture/FilterBase.cpp
    branches/soc-2012-sushi/source/gameengine/VideoTexture/FilterBase.h
    branches/soc-2012-sushi/source/gameengine/VideoTexture/FilterBlueScreen.cpp
    branches/soc-2012-sushi/source/gameengine/VideoTexture/FilterColor.cpp
    branches/soc-2012-sushi/source/gameengine/VideoTexture/FilterColor.h
    branches/soc-2012-sushi/source/gameengine/VideoTexture/FilterNormal.cpp
    branches/soc-2012-sushi/source/gameengine/VideoTexture/FilterSource.cpp
    branches/soc-2012-sushi/source/gameengine/VideoTexture/ImageBase.cpp
    branches/soc-2012-sushi/source/gameengine/VideoTexture/ImageBase.h
    branches/soc-2012-sushi/source/gameengine/VideoTexture/ImageBuff.cpp
    branches/soc-2012-sushi/source/gameengine/VideoTexture/ImageMix.cpp
    branches/soc-2012-sushi/source/gameengine/VideoTexture/ImageRender.cpp
    branches/soc-2012-sushi/source/gameengine/VideoTexture/ImageRender.h
    branches/soc-2012-sushi/source/gameengine/VideoTexture/ImageViewport.cpp
    branches/soc-2012-sushi/source/gameengine/VideoTexture/PyTypeList.cpp
    branches/soc-2012-sushi/source/gameengine/VideoTexture/PyTypeList.h
    branches/soc-2012-sushi/source/gameengine/VideoTexture/Texture.cpp
    branches/soc-2012-sushi/source/gameengine/VideoTexture/Texture.h
    branches/soc-2012-sushi/source/gameengine/VideoTexture/VideoBase.h
    branches/soc-2012-sushi/source/gameengine/VideoTexture/VideoFFmpeg.cpp
    branches/soc-2012-sushi/source/gameengine/VideoTexture/VideoFFmpeg.h
    branches/soc-2012-sushi/source/gameengine/VideoTexture/blendVideoTex.cpp
    branches/soc-2012-sushi/source/tests/CMakeLists.txt
    branches/soc-2012-sushi/source/tools/check_style_c.py
    branches/soc-2012-sushi/source/tools/uncrustify.cfg

Added Paths:
-----------
    branches/soc-2012-sushi/doc/python_api/examples/bpy.types.Object.py
    branches/soc-2012-sushi/extern/bullet2/patches/ghost_softbody.patch
    branches/soc-2012-sushi/extern/bullet2/patches/pvs_warning_fixes.patch
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexPolyhedron.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexPolyhedron.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btConvexHullComputer.cpp
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btConvexHullComputer.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btGrahamScan2dConvexHull.h
    branches/soc-2012-sushi/extern/libmv/libmv/multiview/homography.cc
    branches/soc-2012-sushi/extern/libmv/libmv/multiview/homography.h
    branches/soc-2012-sushi/extern/libmv/libmv/multiview/homography_parameterization.h
    branches/soc-2012-sushi/extern/libmv/libmv/tracking/track_region.cc
    branches/soc-2012-sushi/extern/libmv/libmv/tracking/track_region.h
    branches/soc-2012-sushi/extern/libmv/third_party/CMakeLists.txt
    branches/soc-2012-sushi/extern/libmv/third_party/SConscript
    branches/soc-2012-sushi/extern/libmv/third_party/ceres/
    branches/soc-2012-sushi/extern/libopenjpeg/cidx_manager.c
    branches/soc-2012-sushi/extern/libopenjpeg/cidx_manager.h
    branches/soc-2012-sushi/extern/libopenjpeg/indexbox_manager.h
    branches/soc-2012-sushi/extern/libopenjpeg/opj_config.h
    branches/soc-2012-sushi/extern/libopenjpeg/phix_manager.c
    branches/soc-2012-sushi/extern/libopenjpeg/ppix_manager.c
    branches/soc-2012-sushi/extern/libopenjpeg/thix_manager.c
    branches/soc-2012-sushi/extern/libopenjpeg/tpix_manager.c
    branches/soc-2012-sushi/intern/cycles/blender/blender_particles.cpp
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_checker_texture.osl
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_gradient_texture.osl
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_wave_texture.osl
    branches/soc-2012-sushi/intern/raskter/
    branches/soc-2012-sushi/release/datafiles/clkernelstoh.py
    branches/soc-2012-sushi/release/scripts/modules/bl_i18n_utils/
    branches/soc-2012-sushi/release/scripts/presets/operator/
    branches/soc-2012-sushi/release/scripts/templates/operator_modal_view3d_raycast.py
    branches/soc-2012-sushi/release/scripts/templates/operator_node.py
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_mask.h
    branches/soc-2012-sushi/source/blender/blenkernel/intern/mask.c
    branches/soc-2012-sushi/source/blender/blenlib/BLI_voronoi.h
    branches/soc-2012-sushi/source/blender/blenlib/intern/voronoi.c
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_SingleThreadedNodeOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_SingleThreadedNodeOperation.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_KeyingNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_KeyingNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_KeyingScreenNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_KeyingScreenNode.h
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MaskNode.cpp
    branches/soc-2012-sushi/source/blender/compositor/nodes/COM_MaskNode.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertColorToValueProg.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertColorToValueProg.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertValueToColorProg.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertValueToColorProg.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GaussianAlphaXBlurOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GaussianAlphaYBlurOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GlareFogGlowOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GlareFogGlowOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GlareGhostOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_GlareGhostOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_KeyingBlurOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_KeyingBlurOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_KeyingClipOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_KeyingClipOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_KeyingDespillOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_KeyingDespillOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_KeyingOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_KeyingOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_KeyingScreenOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_KeyingScreenOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MaskOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MaskOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixGlareOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_MixGlareOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_OpenCLKernels.cl.h
    branches/soc-2012-sushi/source/blender/editors/include/ED_mask.h
    branches/soc-2012-sushi/source/blender/editors/io/
    branches/soc-2012-sushi/source/blender/editors/mask/
    branches/soc-2012-sushi/source/blender/editors/space_clip/tracking_select.c
    branches/soc-2012-sushi/source/blender/makesdna/DNA_mask_types.h
    branches/soc-2012-sushi/source/blender/makesrna/intern/rna_mask.c
    branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_skin.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_keying.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_keyingscreen.c
    branches/soc-2012-sushi/source/blender/nodes/composite/nodes/node_composite_mask.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_object_info.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_particle_info.c
    branches/soc-2012-sushi/source/blender/python/bmesh/bmesh_py_ops.c
    branches/soc-2012-sushi/source/blender/python/bmesh/bmesh_py_ops.h
    branches/soc-2012-sushi/source/tools/codereview_upload.py

Removed Paths:
-------------
    branches/soc-2012-sushi/extern/bullet2/src/BulletCollision/Jamfile
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Dynamics/btContinuousDynamicsWorld.cpp
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Dynamics/btContinuousDynamicsWorld.h
    branches/soc-2012-sushi/extern/bullet2/src/BulletDynamics/Jamfile
    branches/soc-2012-sushi/extern/bullet2/src/BulletSoftBody/Jamfile
    branches/soc-2012-sushi/extern/bullet2/src/Jamfile
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/Jamfile
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btPoint3.h
    branches/soc-2012-sushi/extern/bullet2/src/LinearMath/btSimdMinMax.h
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_blend_texture.osl
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_clouds_texture.osl
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_distorted_noise_texture.osl
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_marble_texture.osl
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_stucci_texture.osl
    branches/soc-2012-sushi/intern/cycles/kernel/osl/nodes/node_wood_texture.osl
    branches/soc-2012-sushi/release/plugins/
    branches/soc-2012-sushi/source/blender/blenkernel/BKE_plugin_types.h
    branches/soc-2012-sushi/source/blender/blenpluginapi/
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_MemoryManager.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_MemoryManager.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_MemoryManagerState.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_MemoryManagerState.h
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_NodeProgram.cpp
    branches/soc-2012-sushi/source/blender/compositor/intern/COM_NodeProgram.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertColourToValueProg.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertColourToValueProg.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertValueToColourProg.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_ConvertValueToColourProg.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_FogGlowImageOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_FogGlowImageOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_LensGhostOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_LensGhostOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_LensGlowImageOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_LensGlowImageOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_LensGlowOperation.cpp
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_LensGlowOperation.h
    branches/soc-2012-sushi/source/blender/compositor/operations/COM_OpenCLKernels.cl.cpp
    branches/soc-2012-sushi/source/blender/editors/space_api/space.c
    branches/soc-2012-sushi/source/blender/nodes/shader/nodes/node_shader_dynamic.c
    branches/soc-2012-sushi/source/creator/SConscript

Property Changed:
----------------
    branches/soc-2012-sushi/
    branches/soc-2012-sushi/extern/libmv/libmv/simple_pipeline/modal_solver.cc
    branches/soc-2012-sushi/extern/libmv/third_party/gflags/gflags.cc
    branches/soc-2012-sushi/extern/libmv/third_party/gflags/gflags_completions.cc
    branches/soc-2012-sushi/extern/libmv/third_party/gflags/gflags_reporting.cc
    branches/soc-2012-sushi/extern/libmv/third_party/glog/src/demangle.cc
    branches/soc-2012-sushi/extern/libmv/third_party/glog/src/logging.cc
    branches/soc-2012-sushi/extern/libmv/third_party/glog/src/raw_logging.cc
    branches/soc-2012-sushi/extern/libmv/third_party/glog/src/signalhandler.cc
    branches/soc-2012-sushi/extern/libmv/third_party/glog/src/symbolize.cc
    branches/soc-2012-sushi/extern/libmv/third_party/glog/src/utilities.cc
    branches/soc-2012-sushi/extern/libmv/third_party/glog/src/vlog_is_on.cc
    branches/soc-2012-sushi/extern/libmv/third_party/glog/src/windows/port.cc
    branches/soc-2012-sushi/source/blender/editors/interface/interface.c
    branches/soc-2012-sushi/source/blender/editors/space_outliner/


Property changes on: branches/soc-2012-sushi
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/ge_harmony:42255,42279-42282,42286,42302,42338,42349,42616,42620,42698-42699,42739,42753,42773-42774,42832,44568,44597-44598,44793-44794
/branches/soc-2011-cucumber:37517,38166-38167,38177,38179-38180,38187,38242,38384,38387,38403-38404,38407,38968,38970,38973,39045,40845,42997-42998,43439
/branches/soc-2011-tomato:42376,42378-42379,42383,42385,42395,42397-42400,42407,42411,42418,42443-42444,42446,42467,42472,42486,42650-42652,42654-42655,42709-42710,42733-42734,42801,43872,44130,44141,44147-44149,44151-44152,44229-44230,45623-45625,46037
/trunk/blender:46810-46828
   + /branches/ge_harmony:42255,42279-42282,42286,42302,42338,42349,42616,42620,42698-42699,42739,42753,42773-42774,42832,44568,44597-44598,44793-44794
/branches/soc-2011-cucumber:37517,38166-38167,38177,38179-38180,38187,38242,38384,38387,38403-38404,38407,38968,38970,38973,39045,40845,42997-42998,43439
/branches/soc-2011-tomato:42376,42378-42379,42383,42385,42395,42397-42400,42407,42411,42418,42443-42444,42446,42467,42472,42486,42650-42652,42654-42655,42709-42710,42733-42734,42801,43872,44130,44141,44147-44149,44151-44152,44229-44230,45623-45625,46037
/trunk/blender:46810-48609

Modified: branches/soc-2012-sushi/CMakeLists.txt
===================================================================
--- branches/soc-2012-sushi/CMakeLists.txt	2012-07-04 23:44:43 UTC (rev 48616)
+++ branches/soc-2012-sushi/CMakeLists.txt	2012-07-05 00:53:25 UTC (rev 48617)
@@ -1,4 +1,3 @@
-# -*- mode: cmake; indent-tabs-mode: t; -*-
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or
@@ -124,13 +123,14 @@
 mark_as_advanced(WITH_PYTHON_SECURITY)  # some distrobutions see this as a security issue, rather than have them patch it, make a build option.
 
 option(WITH_PYTHON_SAFETY "Enable internal API error checking to track invalid data to prevent crash on access (at the expense of some effeciency, only enable for development)." OFF)
-option(WITH_PYTHON_MODULE "Enable building as a python module (experimental, only enable for development)" OFF)
+option(WITH_PYTHON_MODULE "Enable building as a python module which runs without a user interface, like running regular blender in background mode (experimental, only enable for development)" OFF)
 option(WITH_BUILDINFO     "Include extra build details (only disable for development & faster builds)" ON)
 option(WITH_IK_ITASC      "Enable ITASC IK solver (only disable for development & for incompatible C++ compilers)" ON)
 option(WITH_FFTW3         "Enable FFTW3 support (Used for smoke and audio effects)" OFF)
 option(WITH_BULLET        "Enable Bullet (Physics Engine)" ON)
 option(WITH_GAMEENGINE    "Enable Game Engine" ON)
 option(WITH_PLAYER        "Build Player" OFF)
+option(WITH_COMPOSITOR    "Enable the tile based nodal compositor" ON)
 
 # GHOST Windowing Library Options
 option(WITH_GHOST_DEBUG   "Enable debugging output for the GHOST library" OFF)
@@ -160,9 +160,7 @@
 if(UNIX AND NOT APPLE)
 	option(WITH_X11_XINPUT "Enable X11 Xinput (tablet support and unicode input)"	ON)
 	option(WITH_X11_XF86VMODE "Enable X11 video mode switching"	ON)
-	option(WITH_BUILTIN_GLEW "Use GLEW OpenGL wrapper library bundled with blender" ON)
-	option(WITH_XDG_USER_DIRS    "Build with XDG Base Directory Specification (only config and documents for now)" OFF)
-	mark_as_advanced(WITH_XDG_USER_DIRS)
+	option(WITH_SYSTEM_GLEW "Use GLEW OpenGL wrapper library provided by the operating system" ON)
 
 	# freebsd doesn't seems to support XDND
 	if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
@@ -170,9 +168,20 @@
 	endif()
 else()
 	# not an option for other OS's
-	set(WITH_BUILTIN_GLEW ON)
+	set(WITH_SYSTEM_GLEW OFF)
 endif()
 
+
+# (unix defaults to System OpenJPEG On)
+if(UNIX AND NOT APPLE)
+	set(PLATFORM_DEFAULT ON)
+else()
+	set(PLATFORM_DEFAULT OFF)
+endif()
+option(WITH_SYSTEM_OPENJPEG "Use the operating systems OpenJPEG library" ${PLATFORM_DEFAULT})
+unset(PLATFORM_DEFAULT)
+
+
 # Modifiers
 option(WITH_MOD_FLUID        	"Enable Elbeem Modifier (Fluid Simulation)" ON)
 option(WITH_MOD_SMOKE        	"Enable Smoke Modifier (Smoke Simulation)" ON)
@@ -231,15 +240,19 @@
 set(PYTHON_NUMPY_PATH            "" CACHE PATH "Python to python site-packages or dist-packages containing 'numpy' module")
 mark_as_advanced(PYTHON_NUMPY_PATH)
 
-option(WITH_MINGW64                   "Use the 64-bit version of MinGW" OFF)
-mark_as_advanced(WITH_MINGW64)
+if(MINGW)
+	option(WITH_MINGW64                   "Use the 64-bit version of MinGW" OFF)
+	mark_as_advanced(WITH_MINGW64)
+endif()
 
 # Cycles
 option(WITH_CYCLES					"Enable cycles Render Engine" ON)
 option(WITH_CYCLES_TEST				"Build cycles test application" OFF)
+option(WITH_CYCLES_OSL				"Build Cycles with OSL support" OFF)
 option(WITH_CYCLES_CUDA_BINARIES	"Build cycles CUDA binaries" OFF)
-set(CYCLES_CUDA_BINARIES_ARCH		sm_13 sm_20 sm_21 CACHE STRING "CUDA architectures to build binaries for")
+set(CYCLES_CUDA_BINARIES_ARCH sm_13 sm_20 sm_21 CACHE STRING "CUDA architectures to build binaries for")
 mark_as_advanced(CYCLES_CUDA_BINARIES_ARCH)
+unset(PLATFORM_DEFAULT)
 
 # disable for now, but plan to support on all platforms eventually
 option(WITH_MEM_JEMALLOC   "Enable malloc replacement (http://www.canonware.com/jemalloc)" OFF)
@@ -450,11 +463,6 @@
 
 if(UNIX AND NOT APPLE)
 
-	# needed for ubuntu 11.04
-	if(EXISTS "/usr/lib/x86_64-linux-gnu")
-		set(CMAKE_LIBRARY_PATH "/usr/lib/x86_64-linux-gnu;${CMAKE_LIBRARY_PATH}")
-	endif()
-
 	# set lib directory if it exists
 	if(CMAKE_SYSTEM_NAME MATCHES "Linux")
 		if("${CMAKE_SIZEOF_VOID_P}" EQUAL "8")
@@ -553,7 +561,7 @@
 		endif()
 
 		mark_as_advanced(FFMPEG)
-		set(FFMPEG_INCLUDE_DIRS ${FFMPEG}/include)
+		set(FFMPEG_INCLUDE_DIRS ${FFMPEG}/include ${FFMPEG}/include/ffmpeg)
 		mark_as_advanced(FFMPEG_LIBRARIES)
 		set(FFMPEG_LIBPATH ${FFMPEG}/lib)
 		set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D__STDC_CONSTANT_MACROS")
@@ -646,13 +654,19 @@
 
 		find_package(OpenImageIO)
 
-		set(OPENIMAGEIO_LIBRARIES ${OPENIMAGEIO_LIBRARIES} ${PNG_LIBRARIES} ${JPEG_LIBRARIES} ${TIFF_LIBRARY} ${OPENEXR_LIBRARIES} ${ZLIB_LIBRARIES} ${BOOST_LIBRARIES})
+		set(OPENIMAGEIO_LIBRARIES ${OPENIMAGEIO_LIBRARIES} ${PNG_LIBRARIES} ${JPEG_LIBRARIES} ${ZLIB_LIBRARIES} ${BOOST_LIBRARIES})
 		set(OPENIMAGEIO_LIBPATH)  # TODO, remove and reference the absolute path everywhere
 		set(OPENIMAGEIO_DEFINITIONS)
 
+		if(WITH_IMAGE_TIFF)
+			list(APPEND OPENIMAGEIO_LIBRARIES "${TIFF_LIBRARY}")
+		endif()
+		if(WITH_IMAGE_OPENEXR)
+			list(APPEND OPENIMAGEIO_LIBRARIES "${OPENEXR_LIBRARIES}")
+		endif()
+
 		if(NOT OPENIMAGEIO_FOUND)
 			set(WITH_OPENIMAGEIO OFF)
-			set(WITH_CYCLES OFF)
 			message(STATUS "OpenImageIO not found, disabling WITH_CYCLES")
 		endif()
 	endif()
@@ -976,9 +990,11 @@
 			set(BOOST ${LIBDIR}/boost)
 			set(BOOST_INCLUDE_DIR ${BOOST}/include)
 			if(MSVC10)
+				set(BOOST_LIBPATH ${BOOST}/lib/vc_10)
 				set(BOOST_POSTFIX "vc100-mt-s-1_49.lib")
 				set(BOOST_DEBUG_POSTFIX "vc100-mt-sgd-1_49.lib")
 			else()
+				set(BOOST_LIBPATH ${BOOST}/lib)
 				set(BOOST_POSTFIX "vc90-mt-s-1_49.lib")
 				set(BOOST_DEBUG_POSTFIX "vc90-mt-sgd-1_49.lib")					
 			endif()
@@ -987,11 +1003,6 @@
 				optimized libboost_regex-${BOOST_POSTFIX} optimized libboost_system-${BOOST_POSTFIX} optimized libboost_thread-${BOOST_POSTFIX}
 				debug libboost_date_time-${BOOST_DEBUG_POSTFIX} debug libboost_filesystem-${BOOST_DEBUG_POSTFIX}
 				debug libboost_regex-${BOOST_DEBUG_POSTFIX} debug libboost_system-${BOOST_DEBUG_POSTFIX} debug libboost_thread-${BOOST_DEBUG_POSTFIX})
-			if(MSVC10)
-				set(BOOST_LIBPATH ${BOOST}/lib/vc_10)
-			else()
-				set(BOOST_LIBPATH ${BOOST}/lib)
-			endif()
 			set(BOOST_DEFINITIONS "-DBOOST_ALL_NO_LIB")
 		endif()
 			
@@ -1101,7 +1112,7 @@
 
 		if(WITH_CODEC_FFMPEG)
 			set(FFMPEG ${LIBDIR}/ffmpeg)
-			set(FFMPEG_INCLUDE_DIRS ${FFMPEG}/include ${FFMPEG}/include)
+			set(FFMPEG_INCLUDE_DIRS ${FFMPEG}/include)
 			if(WITH_MINGW64)
 				set(FFMPEG_LIBRARIES avcodec.dll avformat.dll avdevice.dll avutil.dll swscale.dll swresample.dll)
 			else()
@@ -1443,6 +1454,16 @@
 	endif()
 endif()
 
+if(WITH_CYCLES)
+	if(NOT WITH_OPENIMAGEIO)
+		message(FATAL_ERROR "Cycles reqires WITH_OPENIMAGEIO, the library may not have been found. Configure OIIO or disable WITH_CYCLES")
+	endif()
+	if(NOT WITH_BOOST)
+		message(FATAL_ERROR "Cycles reqires WITH_BOOST, the library may not have been found. Configure BOOST or disable WITH_CYCLES")
+	endif()
+endif()
+
+
 # See TEST_SSE_SUPPORT() for how this is defined.
 
 if(WITH_RAYOPTIMIZATION)
@@ -1477,10 +1498,11 @@
 
 
 if(WITH_IMAGE_OPENJPEG)
-	if(UNIX AND NOT APPLE)
+	if(WITH_SYSTEM_OPENJPEG)
 		# dealt with above
 	else()
 		set(OPENJPEG_INCLUDE_DIRS "${CMAKE_SOURCE_DIR}/extern/libopenjpeg")
+		add_definitions(-DOPJ_STATIC)
 	endif()
 endif()
 
@@ -1531,20 +1553,20 @@
 #-----------------------------------------------------------------------------
 # Configure GLEW
 
-if(WITH_BUILTIN_GLEW)
-	# set(GLEW_LIBRARY "")  # unused
-	set(GLEW_INCLUDE_PATH "${CMAKE_SOURCE_DIR}/extern/glew/include")
-else()
+if(WITH_SYSTEM_GLEW)
 	find_package(GLEW)
 
 	if(NOT GLEW_FOUND)
-		message(FATAL_ERROR "GLEW is required to build blender, install it or use WITH_BUILTIN_GLEW")
+		message(FATAL_ERROR "GLEW is required to build blender, install it or disable WITH_SYSTEM_GLEW")
 	endif()
 
 	mark_as_advanced(
 		GLEW_LIBRARY
 		GLEW_INCLUDE_PATH
 	)
+else()
+	# set(GLEW_LIBRARY "")  # unused
+	set(GLEW_INCLUDE_PATH "${CMAKE_SOURCE_DIR}/extern/glew/include")
 endif()
 
 #-----------------------------------------------------------------------------
@@ -1597,6 +1619,20 @@
 		ADD_CHECK_C_COMPILER_FLAG(CC_REMOVE_STRICT_FLAGS C_WARN_NO_ERROR_UNUSED_BUT_SET_VARIABLE -Wno-error=unused-but-set-variable)
 	endif()
 
+elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
+
+	ADD_CHECK_C_COMPILER_FLAG(C_WARNINGS C_WARN_ALL -Wall)
+	ADD_CHECK_C_COMPILER_FLAG(C_WARNINGS C_WARN_NO_AUTOLOGICAL_COMPARE -Wno-tautological-compare)
+	ADD_CHECK_C_COMPILER_FLAG(C_WARNINGS C_WARN_NO_UNKNOWN_PRAGMAS -Wno-unknown-pragmas)
+	ADD_CHECK_C_COMPILER_FLAG(C_WARNINGS C_WARN_NO_CHAR_SUBSCRIPTS -Wno-char-subscripts)
+
+	ADD_CHECK_C_COMPILER_FLAG(CXX_WARNINGS C_WARN_ALL -Wall)
+	ADD_CHECK_C_COMPILER_FLAG(CXX_WARNINGS CXX_WARN_NO_AUTOLOGICAL_COMPARE -Wno-tautological-compare)

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list