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-06-05* Big, mundane clean up and edit of (error/ok/etc)Matt Ebb
2004-06-04blenderplayer target for SCons.Kester Maddock
2004-06-04In Object.select() make the selected object the active object.Stephen Swaney
2004-06-04Miscellaneous Fixes:Kester Maddock
2004-06-04Fix bug #1334: Crash with Python/GameEngine when the script has syntax errors.Kester Maddock
2004-06-03deleted redefinition of var that is passed in.Kent Mein
2004-06-03bugfix #1345. Curve.isNurb() segfault fixed.Stephen Swaney
2004-06-03* Tiny almost-insignificant tweak to the curvature of button drawingMatt Ebb
2004-06-03* Added 'Transform' menus to Ipo, OOPS, Action, NLA, andMatt Ebb
2004-06-03Cam's patch to enable parenting in the OOPS menu.Kent Mein
2004-06-02Fix for MSVC compiler. ;-)Kester Maddock
2004-06-02Do a databrowse window for sound actuators when necessary.Kester Maddock
2004-06-02Updates to GamePython Reference.Kester Maddock
2004-06-02new Object.select() and Object.isSelected() methods to manipulate theStephen Swaney
2004-05-31Fix for the IK Assertion bug when the IK constraint on a boneChris Want
2004-05-31Use epydoc for generating game python reference (like the bpython guys)Kester Maddock
2004-05-31Limit for Normalise() call was 0.000000001 or so. This is still far tooTon Roosendaal
2004-05-30 - added some "Transform Properties" for MetaElem (Metaball in edit mode, N k...Jiri Hnidek
2004-05-30Added Python module for Lights.Kester Maddock
2004-05-30Check for zero normal vectors in the clip planes (if eg Python has set a stra...Kester Maddock
2004-05-29 report #1338Ton Roosendaal
2004-05-29bug #1340Ton Roosendaal
2004-05-29Counter of mballs, before polygonize, had error in taking linked mball-Ton Roosendaal
2004-05-29Oh, the fix is an addition of a OB_NEG_SCALE flag in ob->transflag, whichTon Roosendaal
2004-05-29NEW! Blender now displays flipped (negative scaled) Objects correctly inTon Roosendaal
2004-05-29Recoded the methods how normals get corrected and flipped during renderTon Roosendaal
2004-05-27Bug fix 1332Ton Roosendaal
2004-05-27Panagiotis Papadakos's patch to fix the following:Kent Mein
2004-05-27In drawing solid objects ("Solid" drawmode) there were materialTon Roosendaal
2004-05-26Python fixes:Kester Maddock
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