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
2008-04-08fix compiler warnings - deja vu all over again.Stephen Swaney
2008-04-08Optimization for the sequencer wipe effect, was doing a lot of unnecessaryBrecht Van Lommel
2008-04-08setting the blend value for a sequencer strip would crash when the strip had ...Campbell Barton
2008-04-08Proper fix for camera transform with snap.Martin Poirier
2008-04-08Sorry, reverting bad things in modifier.cDaniel Genrich
2008-04-08Cloth bugfix: used old dm instead of new created result derivedmesh; Code cle...Daniel Genrich
2008-04-08moving the camera on the local Z axis while in the camera view didn't work wh...Campbell Barton
2008-04-08bug fix Jens Ole Wund
2008-04-07Fix for bug #8073: texture nodes connected to a viewer could crash.Brecht Van Lommel
2008-04-07Doh! Typo - replace [Y] with [Z].Stephen Swaney
2008-04-07added an optional arg for object.getBoundBox(worldspace) - so you can get loc...Campbell Barton
2008-04-07annoyance with python api, Blender.Library.Datablocks should always return an...Campbell Barton
2008-04-07Silly copypaste mistake. Thanks for noticing!Janne Karhu
2008-04-07fix for [#6342] Collada 1.4 import (of perhaps corrupt collada files) leads t...Campbell Barton
2008-04-07add KX_GameObject::rayCastTo() PyDocBenoit Bolsee
2008-04-06Removed my own patch #8208: export SCA_ISensor::Evaluate() to Python. It was ...Benoit Bolsee
2008-04-06reversing 14289, it included Ton's homedir as a default path and disabled scr...Campbell Barton
2008-04-06Commit patch #8799: Realtime SetParent function in the BGEBenoit Bolsee
2008-04-06fix compiler warnings.Stephen Swaney
2008-04-06Patch #8740: enable negative axis radar sensorBenoit Bolsee
2008-04-06Python API - read access to Track and Up axis attributes for Object.Stephen Swaney
2008-04-06bug fix soft body can resume with point cache Jens Ole Wund
2008-04-05fix compiler warning: comparison between signed and unsignedStephen Swaney
2008-04-05Commit patch #2439: Mesh replacement in BGE will react properly to armature d...Benoit Bolsee
2008-04-05PyAPI - setting a buttons string value crashed. suspect this is a 64bit probl...Campbell Barton
2008-04-05No need for unions in transform code.Martin Poirier
2008-04-05BGE bug [#4839] fixed: joystick keeps working after an overlay scene is removedBenoit Bolsee
2008-04-04fix own bug with scripts drawing, could crash when a script failedCampbell Barton
2008-04-04selecting a new scripts dir didnt rebuild the menu'sCampbell Barton
2008-04-04wire was being drawn for solid curve objects in editmode when it should not h...Campbell Barton
2008-04-04moved some duplicate lines into their own functionCampbell Barton
2008-04-04Restore bezier handles to their original flag if the transform is canceled, f...Campbell Barton
2008-04-04Fix for bug #8870: crash converting curve to mesh. The object was beingBrecht Van Lommel
2008-04-03Bugfix: crash with strand surface AAO and layer ipo's.Brecht Van Lommel
2008-04-03Fix for bug: [#8610] Hair Particle 'cut' edit mode not respecting backface cu...Janne Karhu
2008-04-03Fix for bug: [#8576] Heir always in the backJanne Karhu
2008-04-03Fix to make grass render the same on solaris as linux, by doingBrecht Van Lommel
2008-04-02Fix for bug: [#8117] Particles with fluid brokenJanne Karhu
2008-04-02removed printfCampbell Barton
2008-04-02Sculpts calc_area_normal() could result in a zero length vector if all faces ...Campbell Barton
2008-04-02This commit reverts the #include <mesa/glu.h>Kent Mein
2008-04-02dpx saving would fail if there was no float buffer, which is a problem when r...Campbell Barton
2008-04-02Small last-minute peach feature: loading an image into the image nodeBrecht Van Lommel
2008-04-02Whitespace commit for editarmature.c while I try to find the cause of some bu...Joshua Leung
2008-04-02BUGFIX8847 Multires didn't free some memory.fixedHamed Zaghaghi
2008-04-02Fix for bug #7875: node editor creates links to nowhere, fixes atBrecht Van Lommel
2008-04-02Fix for bug #7368: flipping issue with dual quaternions and scaled bones.Brecht Van Lommel
2008-04-02BUGFIX 8824: RGB Curves now work correctly with "use clipping" option Hamed Zaghaghi
2008-04-02Fix for #8806: strand shadow bug, only showed up on windows.Brecht Van Lommel
2008-04-02Fix BGE bug: BGE will crash if objects with display debug property is deleted...Benoit Bolsee