Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-09big warning hunt commitJean-Luc Peurière
lot of casts, added prototypes, missing includes and some true errors
2005-01-03More warning cleanups...Kent Mein
added a casts to: blender/blenlib/intern/BLI_memarena.c gameengine/Rasterizer/RAS_TexVert.cpp Removed unused vars from: blender/python/api2_2x/vector.c gameengine/Ketsji/KX_PyMath.cpp gameengine/Ketsji/KX_Scene.cpp gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp gameengine/Rasterizer/RAS_FramingManager.cpp gameengine/Rasterizer/RAS_Polygon.cpp gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp Kent
2004-09-18Fixed PyObject_IsMT_MatrixKester Maddock
2004-07-17Port Python updates from Tuhopuu2:Kester Maddock
getType/setType to action/sound actuator (sgefant) Use a more generic python -> math conversion.
2004-05-30Added Python module for Lights.Kester Maddock
Added attributes to the vertex class.
2004-05-26Python fixes:Kester Maddock
Reenabled the setScript/getScript methods for python controller bricks. Set the ray source point to MouseFocusSensor.getRaySource works. Added: Python -> MT_Quaternion MT_Matrix4x4, MT_Matrix3x3, MT_Vector3, MT_Point3 -> Python Correct transform of frustum bound sphere centre point to world coordinates
2004-05-21Fixes for Camera objects and python:Kester Maddock
Normalise clip planes for sphere testing. Do a frustum-sphere <-> sphere test Reference count all python objects (!)
2004-05-16Python utils for Python <-> MT_Vector, MT_Point & MT_MatrixKester Maddock