Blender Git Loki

Git Commits -> Revision 7440fee

Revision 7440fee by Campbell Barton (master)
August 10, 2009, 00:07 (GMT)
remove python2.x support

Commit Details:

Full Hash: 7440fee85c6d2d4c5854337ae8bf3ed7aea91a50
SVN Revision: 22330
Parent Commit: f71ef08
Lines Changed: +667, -1673

1 Deleted Path:

/source/blender/python/intern/bpy_compat.h (+0, -126)

105 Modified Paths:

/release/ui/buttons_material.py (+0, -6) (Diff)
/release/ui/buttons_scene.py (+0, -6) (Diff)
/release/ui/buttons_world.py (+0, -6) (Diff)
/release/ui/space_console.py (+3, -13) (Diff)
/source/blender/nodes/intern/SHD_nodes/SHD_dynamic.c (+0, -2) (Diff)
/source/blender/python/generic/bgl.c (+2, -13) (Diff)
/source/blender/python/generic/bgl.h (+1, -2) (Diff)
/source/blender/python/generic/bpy_internal_import.c (+0, -8) (Diff)
/source/blender/python/generic/bpy_internal_import.h (+0, -1) (Diff)
/source/blender/python/generic/euler.c (+0, -6) (Diff)
/source/blender/python/generic/euler.h (+0, -1) (Diff)
/source/blender/python/generic/geometry.c (+1, -7) (Diff)
/source/blender/python/generic/Geometry.h (+1, -1) (Diff)
/source/blender/python/generic/mathutils.c (+1, -14) (Diff)
/source/blender/python/generic/mathutils.h (+1, -5) (Diff)
/source/blender/python/generic/matrix.c (+0, -42) (Diff)
/source/blender/python/generic/quat.c (+0, -34) (Diff)
/source/blender/python/generic/quat.h (+0, -1) (Diff)
/source/blender/python/generic/vector.c (+4, -72) (Diff)
/source/blender/python/generic/vector.h (+0, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+4, -16) (Diff)
/source/blender/python/intern/bpy_operator.c (+0, -1) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+0, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+2, -37) (Diff)
/source/blender/python/intern/bpy_ui.c (+0, -7) (Diff)
/source/blender/python/intern/bpy_util.c (+0, -4) (Diff)
/source/blender/python/intern/bpy_util.h (+4, -1) (Diff)
/source/gameengine/Converter/BL_ActionActuator.cpp (+38, -44) (Diff)
/source/gameengine/Converter/BL_ShapeActionActuator.cpp (+38, -44) (Diff)
/source/gameengine/Expressions/ListValue.cpp (+2, -13) (Diff)
/source/gameengine/Expressions/PyObjectPlus.cpp (+0, -6) (Diff)
/source/gameengine/Expressions/PyObjectPlus.h (+3, -41) (Diff)
/source/gameengine/Expressions/Value.cpp (+0, -12) (Diff)
/source/gameengine/GameLogic/SCA_2DFilterActuator.cpp (+18, -24) (Diff)
/source/gameengine/GameLogic/SCA_ActuatorSensor.cpp (+2, -8) (Diff)
/source/gameengine/GameLogic/SCA_AlwaysSensor.cpp (+0, -6) (Diff)
/source/gameengine/GameLogic/SCA_ANDController.cpp (+0, -6) (Diff)
/source/gameengine/GameLogic/SCA_DelaySensor.cpp (+6, -12) (Diff)
/source/gameengine/GameLogic/SCA_IController.cpp (+18, -24) (Diff)
/source/gameengine/GameLogic/SCA_ILogicBrick.cpp (+0, -6) (Diff)
/source/gameengine/GameLogic/SCA_IObject.cpp (+0, -6) (Diff)
/source/gameengine/GameLogic/SCA_ISensor.cpp (+12, -18) (Diff)
/source/gameengine/GameLogic/SCA_JoystickSensor.cpp (+36, -42) (Diff)
/source/gameengine/GameLogic/SCA_KeyboardSensor.cpp (+8, -14) (Diff)
/source/gameengine/GameLogic/SCA_MouseSensor.cpp (+2, -8) (Diff)
/source/gameengine/GameLogic/SCA_NANDController.cpp (+0, -6) (Diff)
/source/gameengine/GameLogic/SCA_NORController.cpp (+0, -6) (Diff)
/source/gameengine/GameLogic/SCA_ORController.cpp (+0, -6) (Diff)
/source/gameengine/GameLogic/SCA_PropertyActuator.cpp (+4, -10) (Diff)
/source/gameengine/GameLogic/SCA_PropertySensor.cpp (+6, -12) (Diff)
/source/gameengine/GameLogic/SCA_PythonController.cpp (+18, -24) (Diff)
/source/gameengine/GameLogic/SCA_RandomActuator.cpp (+7, -13) (Diff)
/source/gameengine/GameLogic/SCA_RandomSensor.cpp (+3, -9) (Diff)
/source/gameengine/GameLogic/SCA_XNORController.cpp (+0, -6) (Diff)
/source/gameengine/GameLogic/SCA_XORController.cpp (+0, -6) (Diff)
/source/gameengine/Ketsji/BL_Shader.cpp (+18, -24) (Diff)
/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageActuator.cpp (+0, -6) (Diff)
/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageSensor.cpp (+5, -11) (Diff)
/source/gameengine/Ketsji/KX_BlenderMaterial.cpp (+18, -24) (Diff)
/source/gameengine/Ketsji/KX_Camera.cpp (+24, -30) (Diff)
/source/gameengine/Ketsji/KX_CameraActuator.cpp (+10, -16) (Diff)
/source/gameengine/Ketsji/KX_CDActuator.cpp (+18, -24) (Diff)
/source/gameengine/Ketsji/KX_ConstraintActuator.cpp (+22, -28) (Diff)
/source/gameengine/Ketsji/KX_ConstraintWrapper.cpp (+18, -24) (Diff)
/source/gameengine/Ketsji/KX_GameActuator.cpp (+20, -26) (Diff)
/source/gameengine/Ketsji/KX_GameObject.cpp (+24, -30) (Diff)
/source/gameengine/Ketsji/KX_IpoActuator.cpp (+14, -20) (Diff)
/source/gameengine/Ketsji/KX_Light.cpp (+24, -30) (Diff)
/source/gameengine/Ketsji/KX_MeshProxy.cpp (+0, -6) (Diff)
/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp (+6, -12) (Diff)
/source/gameengine/Ketsji/KX_NearSensor.cpp (+0, -6) (Diff)
/source/gameengine/Ketsji/KX_ObjectActuator.cpp (+0, -6) (Diff)
/source/gameengine/Ketsji/KX_ParentActuator.cpp (+2, -8) (Diff)
/source/gameengine/Ketsji/KX_PhysicsObjectWrapper.cpp (+18, -24) (Diff)
/source/gameengine/Ketsji/KX_PolygonMaterial.cpp (+18, -24) (Diff)
/source/gameengine/Ketsji/KX_PolyProxy.cpp (+0, -6) (Diff)
/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp (+20, -29) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+34, -80) (Diff)
/source/gameengine/Ketsji/KX_PythonSeq.cpp (+2, -11) (Diff)
/source/gameengine/Ketsji/KX_RadarSensor.cpp (+3, -9) (Diff)
/source/gameengine/Ketsji/KX_RaySensor.cpp (+4, -10) (Diff)
/source/gameengine/Ketsji/KX_SCA_AddObjectActuator.cpp (+8, -14) (Diff)
/source/gameengine/Ketsji/KX_SCA_DynamicActuator.cpp (+0, -6) (Diff)
/source/gameengine/Ketsji/KX_SCA_EndObjectActuator.cpp (+0, -6) (Diff)
/source/gameengine/Ketsji/KX_SCA_ReplaceMeshActuator.cpp (+1, -7) (Diff)
/source/gameengine/Ketsji/KX_Scene.cpp (+18, -24) (Diff)
/source/gameengine/Ketsji/KX_SceneActuator.cpp (+24, -30) (Diff)
/source/gameengine/Ketsji/KX_SoundActuator.cpp (+18, -24) (Diff)
/source/gameengine/Ketsji/KX_StateActuator.cpp (+2, -8) (Diff)
/source/gameengine/Ketsji/KX_TouchSensor.cpp (+4, -10) (Diff)
/source/gameengine/Ketsji/KX_TrackToActuator.cpp (+6, -12) (Diff)
/source/gameengine/Ketsji/KX_VehicleWrapper.cpp (+18, -24) (Diff)
/source/gameengine/Ketsji/KX_VertexProxy.cpp (+0, -6) (Diff)
/source/gameengine/Ketsji/KX_VisibilityActuator.cpp (+1, -7) (Diff)
/source/gameengine/VideoTexture/blendVideoTex.cpp (+0, -9) (Diff)
/source/gameengine/VideoTexture/FilterBlueScreen.cpp (+0, -6) (Diff)
/source/gameengine/VideoTexture/FilterColor.cpp (+0, -18) (Diff)
/source/gameengine/VideoTexture/FilterNormal.cpp (+0, -6) (Diff)
/source/gameengine/VideoTexture/FilterSource.cpp (+0, -18) (Diff)
/source/gameengine/VideoTexture/ImageBuff.cpp (+0, -6) (Diff)
/source/gameengine/VideoTexture/ImageMix.cpp (+0, -6) (Diff)
/source/gameengine/VideoTexture/ImageRender.cpp (+0, -12) (Diff)
/source/gameengine/VideoTexture/ImageViewport.cpp (+0, -6) (Diff)
/source/gameengine/VideoTexture/Texture.cpp (+0, -6) (Diff)
/source/gameengine/VideoTexture/VideoFFmpeg.cpp (+0, -12) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021