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
2010-01-13merge with trunk/2.5 at r25907Joseph Eagar
2010-01-08- RNA support for returning copied strings from functions, flagging strings a...Campbell Barton
2010-01-06Renderer: Change default test_break function to check G.afbreek to work corre...Martin Poirier
2010-01-06Restored Compositor 're-render single layer' functionality (buttons on render...Matt Ebb
2010-01-06Merge with trunk/2.5 at r25563Joseph Eagar
2010-01-04Patch from Raul Fernandez Hernandez - volume render multiple scattering fixesMatt Ebb
2010-01-03[#20450] Crash before creating a volumetric material.Campbell Barton
2010-01-03[#20455] Spotlight halo with deep buffers: render crashesCampbell Barton
2010-01-01displacement was crashing because of the improved bumpmap. now its skipped wh...Campbell Barton
2009-12-31fix crash on baking from selected to active, however need to validate this ag...Campbell Barton
2009-12-30bake is now modal like render and updates the image view while baking.Campbell Barton
2009-12-26fixes for errors/warnings found with cppcheckCampbell Barton
2009-12-22Reports: writing movies now uses the reports mechanism to throw errors.Brecht Van Lommel
2009-12-22quite a few python panels (10 or so) had names longer then the PanelType allo...Campbell Barton
2009-12-17Some fixes to get blender compiling on solaris.Kent Mein
2009-12-17remove warnings. Sequencer selection for fcurve view didnt work in metastrips.Campbell Barton
2009-12-16camera switching via markersCampbell Barton
2009-12-15animation system wasnt being updated when rendering with the sequencerCampbell Barton
2009-12-14Fix #20076: SSS renders incorrectly when used by objects in a particle system.Brecht Van Lommel
2009-12-14Fix #20364 and #20357: AAO crashes for certain combinations of settings.Brecht Van Lommel
2009-12-14Fix #20372: crash when strand render enabled with child hairs.Brecht Van Lommel
2009-12-13* renamed BKE_sequence.h and sequence.c --> sequencerCampbell Barton
2009-12-11Sculpt Branch:sculpt25Brecht Van Lommel
2009-12-10wrong code order made linux+scons barf.Nathan Letwory
2009-12-10* WITH_BF_RAYOPTIMIZATION cleanup and flag separation by matd.Nathan Letwory
2009-12-09Fix #20305: overlay blending mode for specular intensity does not work.Brecht Van Lommel
2009-12-07Sculpt Branch:Brecht Van Lommel
2009-12-05* proper SSE setting for mingw.Nathan Letwory
2009-12-05* provide SCons support to enabling jaguarandi SIMD raytracer optimizations f...Nathan Letwory
2009-12-03Fix for color management not working with AVI output, patch by Damien Plisson...Matt Ebb
2009-12-02AAO Indirect DiffuseBrecht Van Lommel
2009-12-02Changes to Color ManagementMatt Ebb
2009-12-02* Fix for earlier fix, only check for basis metaball if the object's actually...Matt Ebb
2009-11-30Approximate AO: Diffuse Bounce HackBrecht Van Lommel
2009-11-29ok, apparently didn't commit this either. apparently includes a merge with t...Joseph Eagar
2009-11-27Fix for rev. 24908 - committed the fix, but it was commented out. Forgot to u...Matt Ebb
2009-11-26Fix for [#20023] Renderer aborts in some cases when rendering only meta-objec...Matt Ebb
2009-11-25Sculpt:Brecht Van Lommel
2009-11-23Remove forced sse compile flags on render for linux. This is very bad.Martin Poirier
2009-11-23did math lib conversion, equivilent to merge with trunk/2.5 at r24464Joseph Eagar
2009-11-22merge with trunk/2.5 at r24463Joseph Eagar
2009-11-20Fix for unitialized variable and resulting render artifactsBrecht Van Lommel
2009-11-14- sequencer speed effect back using fcurves, still needs manual reloading to ...Campbell Barton
2009-11-11Sculpt: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r...Brecht Van Lommel
2009-11-11* Fixing various compiler warnings under scons+mingw. Mostly unused variables...Joshua Leung
2009-11-11Fix CMake build system for WindowsErwin Coumans
2009-11-10Math LibBrecht Van Lommel
2009-11-10* Finished (well, almost ;) RNA wrapping and layout-engine-ing all the nodes.Matt Ebb
2009-11-09Update of older commit (23102) from Bob Holcomb -- fix for Darken mode blendi...Roland Hess
2009-11-09- scons fix for linux buildDamien Plisson