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-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
2013-07-15Fix #36058: Displace Modifier errors using a baked Image and displace baking ...Sergey Sharybin
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-07-13Fix #35470: crash rendering from the terminal in some cases due to render infoBrecht Van Lommel
2013-07-12fix for crash with texture-baking caused by recent changes to render-database...Campbell Barton
2013-07-11Fix #36091: external render engines like Luxrender don't work well with the saveBrecht Van Lommel
2013-07-10Fix #36082: animation playback not working after rendering of background scen...Brecht Van Lommel
2013-07-09Fix blender environment map texture looking different on the first render withBrecht Van Lommel
2013-07-09Fix #35979, #35937, #35739: undo crashes and missing updates with blenderBrecht Van Lommel
2013-07-08Fix #35960, #36044: blender internal viewport rendering crash while editing d...Brecht Van Lommel
2013-07-07Fix for Bug #35970: Freestyle + Particles = Crash.Tamito Kajiyama
2013-07-06fix for crash deleting the world when viewport preview is used.Campbell Barton
2013-07-05fix [#36005] viewport rendering crashes blenderCampbell Barton
2013-07-05correct typo in previous commit & minor changes.Campbell Barton
2013-07-04Fix #35957: blender internal viewport render did not do correct color managementBrecht Van Lommel
2013-07-03Fix #35986: "Full sample AA not supported without 3d rendering" message wasBrecht Van Lommel
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-06-28Fix #35412: blender internal "from dupli" texture coordinates not working withBrecht Van Lommel
2013-06-28Fix: blender internal transparent shadows were not influenced by object color...Brecht Van Lommel
2013-06-27fix for crash reading from a freed scene when exiting blender.Campbell Barton
2013-06-26Fix #35883: freestyle + envmap render crashed.Brecht Van Lommel
2013-06-25Fix typo made back in svn rev35785Sergey Sharybin
2013-06-25Render stats text: show elapsed time for blender internal, hide useless "Sing...Brecht Van Lommel
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-20Fix #35807: blender internal motion blur render without antialiasing wouldBrecht Van Lommel
2013-06-20Fix #35439: Render Border have weird influence on compositingSergey Sharybin
2013-06-16when setting the subframe for large frames (250,000+) the precision was very ...Campbell Barton
2013-06-13Fix blender internal showing SSS preprocessing status message even if there i...Brecht Van Lommel
2013-06-13Fix #35664: blender internal material index pass + ztransp + multiple materialsBrecht Van Lommel
2013-06-13Fix #35735: blender internal viewport rendering was missing SSS update whenBrecht Van Lommel
2013-06-11Fix #35561: freestyle + read full sample layers = crash.Tamito Kajiyama
2013-06-10Fix #35681: cycles excluded layers still got evaluated before and afterBrecht Van Lommel
2013-06-08code cleanup: warn undefined compiler defines.Campbell Barton
2013-06-01Fix for r56965 by Tamito:Thomas Dinges
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin