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-11Script menus:Willian Padovani Germano
2004-06-11* Added a spot for scripts to register themselves in the Help menuMatt Ebb
2004-06-11* Edited and consistent-ified the File->Import menu item labels and fileselec...Matt Ebb
2004-06-10- small updates to scripts and bpython docs, also fixed two warnings;Willian Padovani Germano
2004-06-10Scripts:Willian Padovani Germano
2004-06-09This fix is thanks to: hangman4 (Thomas Power)Kent Mein
2004-06-09Fixed part of write a bmp file, its still truncating the image slightlyKent Mein
2004-06-08updated NAN_PYTHON_VERSION to 2.3 for all platforms...Kent Mein
2004-06-08new function for the Metaball objects : addMetaelem, which allows users to cr...Jacques Guignot
2004-06-08BPython docs: small formatting fixes, basically, so that epydoc can generate ...Willian Padovani Germano
2004-06-07Add the separate spec colour definitions!Kester Maddock
2004-06-07Python updates:Kester Maddock
2004-06-07Lighting updates:Kester Maddock
2004-06-07Bundled scripts:Willian Padovani Germano
2004-06-07Replace deprecated methods from old api:Stephen Swaney
2004-06-06patch for bug #1347. IpoCurve.evaluate() missing/disappeared.Stephen Swaney
2004-06-05Fixing something else broken broke: The fix for "no action == crash"Chris Want
2004-06-05Fixing something broken broke: ICON_BLOCKBUT_CORNER is not definedChris Want
2004-06-05* Fixed a crash in the action window when attempting to manipulate keys with ...Matt Ebb
2004-06-05* Better error checking with apply deformation / make duplis real in the tool...Matt Ebb
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