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-07-25Fix #28035: point density texture doesn't bake.Brecht Van Lommel
2011-07-24New dilation function from Morten Mikkelsen (aka sparky).Sergey Sharybin
2011-07-22fix [#27910] baking ambient occlusion, do not consider closer object for blen...Campbell Barton
2011-07-21Bugfix #28034Ton Roosendaal
2011-07-13cmake option to build without smoke sim: WITH_MOD_SMOKECampbell Barton
2011-07-11Fix for [#27293] Group Instance of particle system is rendered wrongJanne Karhu
2011-07-10Fix for [#26873] Animated displacement modifier on an object doesn't work wit...Janne Karhu
2011-07-09Fix #27888: Render artifacts in 2.58.1Sergey Sharybin
2011-07-06The material index did not work when FSAA was turned on.Jeroen Bakker
2011-07-06Fix #27873: nan pixels in render with degenerate faces.Brecht Van Lommel
2011-07-04Updated the indent, sorry!Jeroen Bakker
2011-07-04Current situationJeroen Bakker
2011-06-30fix/workaround [#27807] bake malloc loop if Deep Shadow && strand && childrenCampbell Barton
2011-06-30minor edits, no functional change.Campbell Barton
2011-06-28RenderEngine API: add self.report() error reporting function for render engines,Brecht Van Lommel
2011-06-28fix [#27782] Tileable displacement map issue in Blender 2.58Campbell Barton
2011-06-25Fix [#27748] undeterministic behaviour of volumetric rendererMatt Ebb
2011-06-24own patch [#27752] Python Callback (Scriptlink functionality)Campbell Barton
2011-06-24fix [#27746] Black and White Render doesn't work and/or Saves as a Blank screenCampbell Barton
2011-06-23More flexible size options for particle billboards. This adds scale factors f...Lukas Toenne
2011-06-20Bugfix #27692Ton Roosendaal
2011-06-20fix for incorrect bake api usage. but not a bug.Campbell Barton
2011-06-20since render branch isnt planned to be merged now, enable strict warning flag...Campbell Barton
2011-06-20small fix, This enables correction of the tangent when normal mapping is in u...Michael Fox
2011-06-20small safety fix for recent commit to normal mapping (uninitialised variables)Michael Fox
2011-06-20By Morten S. Mikkelsen; this adds support for tangent bump shadingDaniel Salazar
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-06-15correction for own commit r37492Campbell Barton
2011-06-15de-duplicate multires image filter function. (no functional change)Campbell Barton
2011-06-15fix [#27662] Storing png/tga images ignore Alpha settingsCampbell Barton
2011-06-13Fix #27540: bug with bump mapping + reflection texture coordinates + nodes.Brecht Van Lommel
2011-06-12Bugfix #27519Ton Roosendaal
2011-06-11remove backbuf from internal struct's (unused in 2.5x)Campbell Barton
2011-06-10fix [#27607] Scene's render.filepath gets cropped to 159 charactersCampbell Barton
2011-06-09Bugfix #27081Ton Roosendaal
2011-06-09replace log() calls with constantsCampbell Barton
2011-06-06Fix [#27438] Volume Material Density InaccuracyMatt Ebb
2011-06-06Bake from multires meshSergey Sharybin
2011-06-02Fix #27241: crash with point density texture when using particle age/velocityBrecht Van Lommel
2011-05-29General error in coderivative for orthogonal camera. Culprit of new bump fail...Daniel Salazar
2011-05-18additional bake modesM.G. Kishalmi
2011-05-13* Enabled rna access to fluid sim velocity vectorsMatt Ebb
2011-05-10minor cleanup: make functions static, use NULL for pointer comparisons,Campbell Barton
2011-05-08comment some unused code.Campbell Barton
2011-05-01Style CleanupCampbell Barton
2011-05-01=trunk=Joseph Eagar
2011-04-30Fix one more crash introduced with r36384: trying to bake resulted in a segfaultSergey Sharybin
2011-04-30fixed a crash introduced in r36384M.G. Kishalmi
2011-04-30use camera render argument to avoid temp overwriting the scene camera.Campbell Barton
2011-04-30- pass the camera to the render stamp function.Campbell Barton