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
2013-10-20Fix compositor rendering scenes multiple times in some casesSergey Sharybin
2013-10-17Fix #37123: UV editor view does not update when using large facesSergey Sharybin
2013-10-16style cleanupCampbell Barton
2013-10-15Fix duplicated key in ghash assert caused by object orcoSergey Sharybin
2013-10-14code cleanup: correct unsigned int in string formatting and use empty() check...Campbell Barton
2013-10-14* Silence Blender Internal / Volumetric printf. Thomas Dinges
2013-10-12Task scheduler ported form CYcles to CSergey Sharybin
2013-10-12Fix #37045: blender internal SSS rendering black on some system when the SSSBrecht Van Lommel
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-10-10Bake vertex colors should include vertex color alpha as well.Antony Riakiotakis
2013-10-10Support for baking vertex colors to textures.Antony Riakiotakis
2013-10-09Fix #36991, After rendering with Sampled Motion Blur, the moving objects plac...Lukas Toenne
2013-10-09Derivative map bakerSergey Sharybin
2013-09-30Fix #36884: blender spotlamp halo render was incorrectly showing light on theBrecht Van Lommel
2013-09-21style cleanup: whitespace & odd indentationCampbell Barton
2013-09-20Clear color to gray when baking displacement mapSergey Sharybin
2013-09-20Fix for margin which didn't work properly with normalized displacement bakingSergey Sharybin
2013-09-20Fix for displacement bake buffer might be allocated twiceSergey Sharybin
2013-09-12Different implementation of patch #36430: use layer froms scene directly forBrecht Van Lommel
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-11Fix #36327: cycles render layers exclude layers animation did not work well.Brecht Van Lommel
2013-09-09code cleanup: warnings and redundant checks.Campbell Barton
2013-09-08code cleanup: quiet warningsCampbell Barton
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-09-05Fix #36649 and #36650: animation of freestyle line thickness and linestyle didBrecht Van Lommel
2013-09-04Fix a few issues reported by coverity scan.Brecht Van Lommel
2013-09-04replace sqrt(dot()) with length functions.Campbell Barton
2013-09-03Fix #36194, Halo material on Layer 2 produces flares on layer 1. Halo flares ...Lukas Toenne
2013-09-02Some function didn't match their declarationSergey Sharybin
2013-08-30Fix #36602: crash with freestyle and full sample render of empty render layer.Brecht Van Lommel
2013-08-29Fix #36598: blender render crash baking and then doing a full sample render.Brecht Van Lommel
2013-08-24Fix #36541: blender internal raytrace render hangs with high ray depth. The codeBrecht Van Lommel
2013-08-24edge hash: take an arg for the guarded-malloc string (as ghash does)Campbell Barton
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-08-13Fix #36451, Particle system crashes blender. The psys_render_restore function...Lukas Toenne
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-08-08Fix #36394: rendering a point density texture with a hair particle system didBrecht Van Lommel
2013-08-08disable cycles when building without python, also use const for function args...Campbell Barton
2013-08-07quiet shadow warnings and remove redundant NULL checkCampbell Barton
2013-08-07code cleanup: use NULL rather then zero for pointersCampbell Barton
2013-08-06Frame reporting to console was wrong when not using Render Layers in compoSergey Sharybin
2013-08-06replace mul_serie_m4 with mul_m4_m4m4 when only 3 args are givenCampbell Barton
2013-08-05fix for divide by zero when border render size causes zero pixel widthCampbell Barton
2013-08-04Cycles: Thomas Dinges
2013-08-03Cycles / SSS:Thomas Dinges
2013-08-02code cleanup:Campbell Barton
2013-08-01remove unused headers and NULL checkCampbell Barton
2013-07-31code cleanup: remove redundant NULL checksCampbell Barton
2013-07-26fix for incorrect null check in RE_engine_update_statsCampbell Barton