Blender Git Loki
Git Commits -> Revision e93d1ba
Revision e93d1ba by Campbell Barton (master) May 26, 2009, 10:44 (GMT) |
Misc warnings - Removed/Commented some unused vars - CValue::GetPropertyText() could return a temp reference to a variable on the stack, option wasnt used anywhere so removed. - KX_ConstraintWrapper::GetConstraintId allows args but ignored them - KX_ConstraintWrapper::PySetParam didnt return NULL on an error (messing up pythons exceptions). - BLI_natstrcmp didnt return 0 when the while loop exited |
Commit Details:
Full Hash: e93d1ba8e775a481e9a719355b12d4523cabcae1
SVN Revision: 20422
Parent Commit: ca4d741
Lines Changed: +19, -30
16 Modified Paths:
/source/blender/blenkernel/bad_level_call_stubs/stubs.c (+2, -1) (Diff)
/source/blender/blenkernel/intern/anim.c (+1, -1) (Diff)
/source/blender/blenlib/intern/util.c (+1, -1) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+1, -1) (Diff)
/source/blender/python/api2_2x/Geometry.c (+1, -1) (Diff)
/source/blender/src/butspace.c (+1, -1) (Diff)
/source/blender/src/buttons_editing.c (+1, -1) (Diff)
/source/blender/src/drawobject.c (+1, -1) (Diff)
/source/gameengine/Expressions/Value.cpp (+1, -3) (Diff)
/source/gameengine/Expressions/Value.h (+1, -1) (Diff)
/source/gameengine/GamePlayer/common/GPC_RenderTools.cpp (+0, -3) (Diff)
/source/gameengine/Ketsji/KX_Camera.cpp (+0, -1) (Diff)
/source/gameengine/Ketsji/KX_ConstraintWrapper.cpp (+7, -10) (Diff)
/source/gameengine/Ketsji/KX_ConstraintWrapper.h (+1, -2) (Diff)
/source/gameengine/Ketsji/KX_MeshProxy.cpp (+0, -1) (Diff)
/source/gameengine/VideoTexture/PyTypeList.cpp (+0, -1) (Diff)
/source/blender/blenkernel/intern/anim.c (+1, -1) (Diff)
/source/blender/blenlib/intern/util.c (+1, -1) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+1, -1) (Diff)
/source/blender/python/api2_2x/Geometry.c (+1, -1) (Diff)
/source/blender/src/butspace.c (+1, -1) (Diff)
/source/blender/src/buttons_editing.c (+1, -1) (Diff)
/source/blender/src/drawobject.c (+1, -1) (Diff)
/source/gameengine/Expressions/Value.cpp (+1, -3) (Diff)
/source/gameengine/Expressions/Value.h (+1, -1) (Diff)
/source/gameengine/GamePlayer/common/GPC_RenderTools.cpp (+0, -3) (Diff)
/source/gameengine/Ketsji/KX_Camera.cpp (+0, -1) (Diff)
/source/gameengine/Ketsji/KX_ConstraintWrapper.cpp (+7, -10) (Diff)
/source/gameengine/Ketsji/KX_ConstraintWrapper.h (+1, -2) (Diff)
/source/gameengine/Ketsji/KX_MeshProxy.cpp (+0, -1) (Diff)
/source/gameengine/VideoTexture/PyTypeList.cpp (+0, -1) (Diff)