Blender Git Commit Log

Git Commits -> Revision c7dbc65

Revision c7dbc65 by Andre Susano Pinto (master)
June 30, 2008, 22:57 (GMT)

Commit Details:

Full Hash: c7dbc6548811f37bfeda4013ab70e342d50707b7
SVN Revision: 15393
Parent Commit: 09c898b
Lines Changed: +5825, -853

14 Added Paths:

/release/scripts/animation_bake_constraints.py (+800, -0) (View)
/release/scripts/c3d_import.py (+1237, -0) (View)
/source/gameengine/GameLogic/SCA_NANDController.cpp (+144, -0) (View)
/source/gameengine/GameLogic/SCA_NANDController.h (+56, -0) (View)
/source/gameengine/GameLogic/SCA_NORController.cpp (+144, -0) (View)
/source/gameengine/GameLogic/SCA_NORController.h (+56, -0) (View)
/source/gameengine/GameLogic/SCA_XNORController.cpp (+148, -0) (View)
/source/gameengine/GameLogic/SCA_XNORController.h (+56, -0) (View)
/source/gameengine/GameLogic/SCA_XORController.cpp (+148, -0) (View)
/source/gameengine/GameLogic/SCA_XORController.h (+56, -0) (View)
/source/gameengine/Ketsji/KX_SCA_DynamicActuator.cpp (+206, -0) (View)
/source/gameengine/Ketsji/KX_SCA_DynamicActuator.h (+76, -0) (View)
/source/gameengine/Ketsji/KX_StateActuator.cpp (+207, -0) (View)
/source/gameengine/Ketsji/KX_StateActuator.h (+83, -0) (View)

130 Modified Paths:

/extern/libredcode/debayer.c (+9, -15) (Diff)
/intern/iksolver/intern/IK_QTask.h (+1, -1) (Diff)
/intern/moto/include/MT_random.h (+3, -3) (Diff)
/intern/moto/intern/MT_random.cpp (+5, -5) (Diff)
/projectfiles_vc7/gameengine/gamelogic/SCA_GameLogic.vcproj (+24, -0) (Diff)
/projectfiles_vc7/gameengine/ketsji/KX_ketsji.vcproj (+12, -0) (Diff)
/release/scripts/bpymodules/BPyArmature.py (+45, -30) (Diff)
/release/scripts/DirectX8Exporter.py (+31, -3) (Diff)
/source/blender/blenkernel/BKE_ipo.h (+8, -0) (Diff)
/source/blender/blenkernel/intern/action.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/ipo.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/modifier.c (+37, -37) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/sca.c (+3, -0) (Diff)
/source/blender/blenkernel/intern/text.c (+2, -1) (Diff)
/source/blender/blenlib/BLI_arithb.h (+1, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+68, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+12, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -0) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+1, -0) (Diff)
/source/blender/imbuf/intern/anim.c (+68, -20) (Diff)
/source/blender/imbuf/intern/IMB_anim.h (+2, -1) (Diff)
/source/blender/include/BIF_butspace.h (+2, -0) (Diff)
/source/blender/include/BIF_interface.h (+1, -0) (Diff)
/source/blender/include/BIF_oops.h (+2, -0) (Diff)
/source/blender/include/butspace.h (+4, -0) (Diff)
/source/blender/include/transform.h (+3, -3) (Diff)
/source/blender/makesdna/DNA_actuator_types.h (+22, -8) (Diff)
/source/blender/makesdna/DNA_controller_types.h (+6, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+5, -1) (Diff)
/source/blender/makesdna/DNA_sensor_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -1) (Diff)
/source/blender/nodes/intern/CMP_nodes/CMP_math.c (+1, -1) (Diff)
/source/blender/python/api2_2x/CurNurb.c (+34, -0) (Diff)
/source/blender/python/api2_2x/doc/Curve.py (+2, -0) (Diff)
/source/blender/python/api2_2x/Lamp.c (+6, -7) (Diff)
/source/blender/python/api2_2x/Mathutils.c (+9, -53) (Diff)
/source/blender/render/intern/source/pipeline.c (+3, -3) (Diff)
/source/blender/src/buttons_editing.c (+1, -1) (Diff)
/source/blender/src/buttons_logic.c (+528, -168) (Diff)
/source/blender/src/buttons_scene.c (+1, -1) (Diff)
/source/blender/src/drawaction.c (+7, -4) (Diff)
/source/blender/src/drawview.c (+2, -1) (Diff)
/source/blender/src/editaction.c (+11, -2) (Diff)
/source/blender/src/editfont.c (+2, -2) (Diff)
/source/blender/src/editmesh_mods.c (+2, -2) (Diff)
/source/blender/src/editobject.c (+1, -1) (Diff)
/source/blender/src/editseq.c (+2, -1) (Diff)
/source/blender/src/editsima.c (+4, -2) (Diff)
/source/blender/src/interface.c (+4, -0) (Diff)
/source/blender/src/oops.c (+0, -1) (Diff)
/source/blender/src/poseobject.c (+3, -1) (Diff)
/source/blender/src/sequence.c (+10, -4) (Diff)
/source/blender/src/space.c (+6, -18) (Diff)
/source/blender/src/transform.c (+4, -4) (Diff)
/source/blender/src/transform_constraints.c (+12, -7) (Diff)
/source/blender/src/transform_generics.c (+8, -1) (Diff)
/source/blender/src/transform_snap.c (+329, -224) (Diff)
/source/blender/src/view.c (+13, -23) (Diff)
/source/creator/creator.c (+3, -1) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+13, -21) (Diff)
/source/gameengine/BlenderRoutines/KX_BlenderRenderTools.cpp (+2, -2) (Diff)
/source/gameengine/BlenderRoutines/KX_BlenderRenderTools.h (+1, -1) (Diff)
/source/gameengine/Converter/BL_ActionActuator.cpp (+49, -0) (Diff)
/source/gameengine/Converter/BL_ActionActuator.h (+6, -1) (Diff)
/source/gameengine/Converter/BL_BlenderDataConversion.cpp (+10, -0) (Diff)
/source/gameengine/Converter/BL_ShapeDeformer.cpp (+47, -0) (Diff)
/source/gameengine/Converter/BL_ShapeDeformer.h (+9, -0) (Diff)
/source/gameengine/Converter/BL_SkinDeformer.cpp (+1, -4) (Diff)
/source/gameengine/Converter/BL_SkinDeformer.h (+8, -0) (Diff)
/source/gameengine/Converter/KX_ConvertActuators.cpp (+30, -3) (Diff)
/source/gameengine/Converter/KX_ConvertControllers.cpp (+29, -0) (Diff)
/source/gameengine/Converter/KX_ConvertSensors.cpp (+4, -1) (Diff)
/source/gameengine/Expressions/Value.cpp (+19, -5) (Diff)
/source/gameengine/Expressions/Value.h (+2, -0) (Diff)
/source/gameengine/GameLogic/SCA_2DFilterActuator.cpp (+3, -1) (Diff)
/source/gameengine/GameLogic/SCA_2DFilterActuator.h (+2, -0) (Diff)
/source/gameengine/GameLogic/SCA_AlwaysSensor.cpp (+5, -2) (Diff)
/source/gameengine/GameLogic/SCA_AlwaysSensor.h (+2, -0) (Diff)
/source/gameengine/GameLogic/SCA_IActuator.cpp (+10, -0) (Diff)
/source/gameengine/GameLogic/SCA_IActuator.h (+7, -0) (Diff)
/source/gameengine/GameLogic/SCA_IController.cpp (+92, -5) (Diff)
/source/gameengine/GameLogic/SCA_IController.h (+4, -0) (Diff)
/source/gameengine/GameLogic/SCA_IObject.cpp (+12, -1) (Diff)
/source/gameengine/GameLogic/SCA_IObject.h (+17, -2) (Diff)
/source/gameengine/GameLogic/SCA_ISensor.cpp (+56, -1) (Diff)
/source/gameengine/GameLogic/SCA_ISensor.h (+17, -0) (Diff)
/source/gameengine/GameLogic/SCA_JoystickSensor.cpp (+5, -1) (Diff)
/source/gameengine/GameLogic/SCA_JoystickSensor.h (+1, -0) (Diff)
/source/gameengine/GameLogic/SCA_KeyboardSensor.cpp (+18, -15) (Diff)
/source/gameengine/GameLogic/SCA_KeyboardSensor.h (+2, -0) (Diff)
/source/gameengine/GameLogic/SCA_LogicManager.cpp (+19, -1) (Diff)
/source/gameengine/GameLogic/SCA_MouseSensor.cpp (+10, -5) (Diff)
/source/gameengine/GameLogic/SCA_MouseSensor.h (+1, -1) (Diff)
/source/gameengine/GameLogic/SCA_PropertySensor.cpp (+6, -2) (Diff)
/source/gameengine/GameLogic/SCA_PropertySensor.h (+1, -0) (Diff)
/source/gameengine/GameLogic/SCA_PythonController.cpp (+9, -0) (Diff)
/source/gameengine/GameLogic/SCA_PythonController.h (+1, -0) (Diff)
/source/gameengine/GameLogic/SCA_RandomSensor.cpp (+8, -8) (Diff)
/source/gameengine/GameLogic/SCA_RandomSensor.h (+1, -0) (Diff)
/source/gameengine/GamePlayer/common/GPC_RenderTools.cpp (+2, -2) (Diff)
/source/gameengine/GamePlayer/common/GPC_RenderTools.h (+1, -1) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.cpp (+6, -6) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp (+1, -2) (Diff)
/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageSensor.cpp (+6, -1) (Diff)
/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageSensor.h (+1, -0) (Diff)
/source/gameengine/Ketsji/KX_BulletPhysicsController.cpp (+7, -0) (Diff)
/source/gameengine/Ketsji/KX_BulletPhysicsController.h (+1, -0) (Diff)
/source/gameengine/Ketsji/KX_GameObject.cpp (+86, -23) (Diff)
/source/gameengine/Ketsji/KX_GameObject.h (+42, -2) (Diff)
/source/gameengine/Ketsji/KX_IPhysicsController.h (+1, -0) (Diff)
/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp (+8, -5) (Diff)
/source/gameengine/Ketsji/KX_MouseFocusSensor.h (+1, -0) (Diff)
/source/gameengine/Ketsji/KX_ObjectActuator.cpp (+114, -17) (Diff)
/source/gameengine/Ketsji/KX_ObjectActuator.h (+35, -1) (Diff)
/source/gameengine/Ketsji/KX_RadarSensor.cpp (+0, -1) (Diff)
/source/gameengine/Ketsji/KX_RaySensor.cpp (+8, -6) (Diff)
/source/gameengine/Ketsji/KX_RaySensor.h (+1, -0) (Diff)
/source/gameengine/Ketsji/KX_Scene.cpp (+1, -2) (Diff)
/source/gameengine/Ketsji/KX_SumoPhysicsController.h (+2, -0) (Diff)
/source/gameengine/Ketsji/KX_TouchSensor.cpp (+9, -5) (Diff)
/source/gameengine/Ketsji/KX_TouchSensor.h (+1, -0) (Diff)
/source/gameengine/PyDoc/KX_GameObject.py (+35, -3) (Diff)
/source/gameengine/PyDoc/SCA_PythonController.py (+8, -0) (Diff)
/source/gameengine/Rasterizer/RAS_2DFilterManager.cpp (+82, -19) (Diff)
/source/gameengine/Rasterizer/RAS_2DFilterManager.h (+7, -3) (Diff)
/source/gameengine/Rasterizer/RAS_IRenderTools.h (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp (+3, -0) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp (+3, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021