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 (Expand)Author
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-12-17Bugfix: with a lot of child particles (1500 per parent), some facesBrecht Van Lommel
2007-12-17Bugfix: with particle distribution based on orco's, there was noBrecht Van Lommel
2007-12-17Shift+O subdivision switching now also allows to switchBrecht Van Lommel
2007-12-17Bugfix: memory leak with multi-modifier, if the modifierBrecht Van Lommel
2007-12-17rename WITH_PYAPI_V24X to WITH_BPYAPI_V24X (because its blender's api version...Campbell Barton
2007-12-17Bugfix: particle add brush in perspective mode would sometimesBrecht Van Lommel
2007-12-17== Fill Bones - Bugfixes ==Joshua Leung
2007-12-17More BPyAPI compiling fixes again. Joshua Leung
2007-12-17Bugfix #7918: Particles (svn) Crashing when adding particles in EditModeJoshua Leung
2007-12-17More BPyApi (New/2_5x) compiling fixes for mingw.Joshua Leung
2007-12-17== Sculpt Mode ==Nicholas Bishop
2007-12-17== Sculpt Mode ==Nicholas Bishop
2007-12-17Applied Ian Calvert's patch (#7801) to add a "rake" setting to sculpt mode; w...Nicholas Bishop
2007-12-16* Added an option not to compile the 2.4x api (WITH_PYAPI_V24X for Makefiles ...Campbell Barton
2007-12-16Python API Merged from branch,Campbell Barton
2007-12-16== AutoIK - Fixes for MouseScroll Setting ==Joshua Leung
2007-12-16== Text Window ==Martin Poirier
2007-12-15Render InstancingBrecht Van Lommel
2007-12-15fix for own mistake when changing curve flags - Reported as [#7888] Extrude b...Campbell Barton
2007-12-15Patch #7916: New Empty Types - Sphere and ConeJoshua Leung
2007-12-15== Auto-IK ==Joshua Leung
2007-12-14match solaris 10 x86-64 library name changeCampbell Barton
2007-12-14include <ieeefp.h> on solaris and remove incorrect macro so finite() is now c...Campbell Barton
2007-12-14chenge the default location of mesa/gl header, added to lib pathCampbell Barton
2007-12-14== Fill Bones ==Joshua Leung
2007-12-14made guessconfig add use bash (not sh) and return a CPU as i386-32 or i386-64...Campbell Barton
2007-12-14Correct aweful bug in transform snapping code. How that even work is beyond m...Martin Poirier
2007-12-13misc warning fixes and one fix for a big in curve allocationCampbell Barton
2007-12-13fix for own warningCampbell Barton
2007-12-13== 2 New Rigging Tools ==Joshua Leung
2007-12-13finite isnt defined on solaris 10, check and define - does the same as Win32Campbell Barton
2007-12-13own error, sequencer set images - didnt clear error when finishedCampbell Barton
2007-12-13Added a 'LinkData' struct for use with ListBases. Joshua Leung
2007-12-13Fix for bug #7872: setting particles disp to 100 has no effect.Brecht Van Lommel
2007-12-12Bugfix for particle adding + mirror crash.Brecht Van Lommel
2007-12-12Patch from ILdar AKHmetgaleev (akhil) - [#7864] correct scale in sequencer's ...Campbell Barton
2007-12-12missing null check in node editor.Hamed Zaghaghi
2007-12-12incorrectly set the toolbox not to quit on mousemoveCampbell Barton
2007-12-12== Skeletor ==Martin Poirier
2007-12-12for button popups, dont close unless you click or press escape, this would of...Campbell Barton
2007-12-12Increment subversion to deal with skeleton generation correctly.Martin Poirier
2007-12-11Fix for mirroring issues in particle mode, where the particles wereBrecht Van Lommel
2007-12-11fix mixed declarations and code warning that breaks strict compilersStephen Swaney
2007-12-11Bugfixes for:Brecht Van Lommel
2007-12-11Bugfix for constraint lagging with local ipo's. For some reasonBrecht Van Lommel
2007-12-11Bugfix for SSS crash with nan's.Brecht Van Lommel
2007-12-11display real fps in 3d view optionCampbell Barton
2007-12-11Python APIKen Hughes
2007-12-11Fixing compiler warnings:Joshua Leung