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-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
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