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
2011-11-08use some more logical BLI math functions & tracking used INT_MAX on a short.Campbell Barton
2011-11-06more macro --> bli math lib replacements.Campbell Barton
2011-11-06replace macros with math functions for render codeCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-08-20floats were being promoted to doubles in quite a few cases (using gcc's -Wdou...Campbell Barton
2011-04-01Partial fix for #26673: sss + normal map wasn't compatible with previous vers...Brecht Van Lommel
2011-03-24Fix #26571: slow approximate AO with zero area faces.Brecht Van Lommel
2011-02-27doxygen: blender/render tagged.Nathan Letwory
2011-01-08fixed a case with occlusion where uninitialized variable could be used.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-07-26replace macros VECCOPY and QUATCOPY with inline math functions no functional ...Campbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-14Rendering from 3d view in local view or with unlocked layer was notBrecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-02-11Added an option "Cast Approximate" to control if a material should castBrecht Van Lommel
2010-01-28Ambient Occlusion split up into:Brecht Van Lommel
2009-12-14Fix #20364 and #20357: AAO crashes for certain combinations of settings.Brecht Van Lommel
2009-12-02AAO Indirect DiffuseBrecht Van Lommel
2009-11-30Approximate AO: Diffuse Bounce HackBrecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-08-24* Fix for volume materials + AAOMatt Ebb
2009-08-13* First commit merging 2.4-based sim_physics in to volume25 branch.Matt Ebb
2009-07-212.5:Brecht Van Lommel
2009-06-092.50:Brecht Van Lommel
2009-04-212nd try to merge sim_physics with trunk rev 19825Daniel Genrich
2009-01-302.5: UI & MenusBrecht Van Lommel
2009-01-28svn merge -r 17502:18705 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Daniel Genrich
2009-01-262.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2009-01-222.5Ton Roosendaal
2008-12-16Patch from Banlu KemiyatornCampbell Barton
2008-12-05* Added other noise basis types to point density turbulenceMatt Ebb
2008-11-18* Exclude volume materials from AOMatt Ebb
2008-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-04-03Bugfix: crash with strand surface AAO and layer ipo's.Brecht Van Lommel
2008-03-12Baking now does material texture anti-aliasing if the OSA button isBrecht Van Lommel
2008-02-19Added an option to bake AO normalized, without material settings takenBrecht Van Lommel
2008-02-19Bug #8234: sky texture for approximate AO doesn't work, as mentionedBrecht Van Lommel
2008-02-15Bugfix for unnecessary missing object warnings for speed vectors,Brecht Van Lommel
2008-02-13Render SimplificationBrecht Van Lommel
2008-02-13Bugfix: approximate AO with pixel cache & osa now should have fewerBrecht Van Lommel
2008-02-09- Bugfix: scenes with SSS materials slowed down preview renderBrecht Van Lommel
2008-02-08Render optimization: approximate AO preprocessing is now partiallyBrecht Van Lommel
2008-02-01- Small approximate AO optimization for falloff, saves some percentagesBrecht Van Lommel
2008-01-29- Fix for approximate AO pixel cache crash.Brecht Van Lommel
2008-01-24Fix for strand render + simplification + vector blur. With the numberBrecht Van Lommel
2008-01-22Bugfix for approximate AO to deal better with degenerate geometry.Brecht Van Lommel