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
path: root/source
AgeCommit message (Expand)Author
2004-05-26Added an UpdateTransform callback from SceneGraph -> Physics.Kester Maddock
2004-05-26Fix Bug #1309 Disabling Actor leaves Ghost, Dynamic and Rigid Body etc enabled.Kester Maddock
2004-05-25bugfix: #1322 minor tweaks to the documentation for Draw module.Stephen Swaney
2004-05-25Changed parameters names in addCurve function (suggested by Paolo)Jacques Guignot
2004-05-25Fixed a potential bug in the uv editor transform function, a check if the tfaceBrecht Van Lommel
2004-05-25BPython:Willian Padovani Germano
2004-05-25* Added support for python scripts to register themselvesMatt Ebb
2004-05-25- documentation update for new functionsJoseph Gilbert
2004-05-25- added Boneclass supportJoseph Gilbert
2004-05-24After hearing that the reason for do_common_editbuts being in buttons_object....Nathan Letwory
2004-05-24Added the hotkey for Bevel in the menusMatt Ebb
2004-05-24Game Python Reference Manual.Kester Maddock
2004-05-23Changed two shorts in int, for calculation of distance between bezier pointTon Roosendaal
2004-05-23BPython:Willian Padovani Germano
2004-05-21near & far are reserved words on MSVC. Don't use them as variable names.Kester Maddock
2004-05-21Cunning hack for Blender python module in the game engine - just don't unload...Kester Maddock
2004-05-21Frustum sphere culling.Kester Maddock
2004-05-21Fixes for Camera objects and python:Kester Maddock
2004-05-21Query GL for max number of lights to use.Kester Maddock
2004-05-21Depth sorting for alpha mesh objects.Kester Maddock
2004-05-21Added Shift C 'Center Cursor and View All' to View -> Align View menuMatt Ebb
2004-05-20A few hotkey additions/corrections to the toolbox and 3d view menus.Matt Ebb
2004-05-20add some explanation about Object.Layer being a bitmask.Stephen Swaney
2004-05-20removed unused var in Object.getBoundBox()Stephen Swaney
2004-05-20Bug #1289Martin Poirier
2004-05-19Removed a bzero from octree-filling, replaced with exact code whatTon Roosendaal
2004-05-19BPython:Willian Padovani Germano
2004-05-19Removed double #defines from include, added some comments in code, andTon Roosendaal
2004-05-18Patch provided by Matthew Plough for better view zoom with CTRL+middleTon Roosendaal
2004-05-18BPython:Willian Padovani Germano
2004-05-18Compiler portability fixes (MSVC 6)Kester Maddock
2004-05-18<blush> this should have been part of render commit of some days ago.Ton Roosendaal
2004-05-17Tweaked the display and positioning of tooltips so they aren't obscured by th...Matt Ebb
2004-05-17Same again - change static const for MSVC++Kester Maddock
2004-05-17Fix for MSVC .NET, which can't handle static const declarations in classes.Kester Maddock
2004-05-17Fix for bug 1245: Vertex Colours are wrong in GameBlender. 2nd try.Kester Maddock
2004-05-16Rewind of change in MCol structure.Ton Roosendaal
2004-05-16Drawing cylinder & cone bounding objects according to how they will act in th...Kester Maddock
2004-05-16Cleanup unused/commented out code, compiler warnings, coding standards etc.Kester Maddock
2004-05-16Added #!/usr/bin/python standard script identifier to the start of SConscript...Kester Maddock
2004-05-16Changed Python _getattr/_setattr methods to use const STR_String& instead of ...Kester Maddock
2004-05-16Up the maximum triangles in a bucket.Kester Maddock
2004-05-16Use safe_normalized instead of normalized in shadow cast.Kester Maddock
2004-05-16Inline accessor methods used by armature deformation.Kester Maddock
2004-05-16Use const for SetProjectionMatrixKester Maddock
2004-05-16Use bitset instead of mucking around with <<, | and &Kester Maddock
2004-05-16SceneGraph support for bounding boxsKester Maddock
2004-05-16Python utils for Python <-> MT_Vector, MT_Point & MT_MatrixKester Maddock
2004-05-16Don't overwrite camera's projection matrix every frame.Kester Maddock
2004-05-16Frustum cullingKester Maddock