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
path: root/intern
AgeCommit message (Expand)Author
2012-04-26Fix #31058: missing Simplify panel for cycles.Brecht Van Lommel
2012-04-25ndof: avoid potential buffer overflow in libspnavMike Erwin
2012-04-24revert 45924, not a very clean solution, especially for external libraries an...Antony Riakiotakis
2012-04-24Remove mingw-w64 errors from loss of precision by converting 64bit pointers t...Antony Riakiotakis
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-04-24First MinGW-w64 support for cmake has been added. To test I recommend this bu...Antony Riakiotakis
2012-04-23Fix #31065: cycles render crash with large node groups, increased the stackBrecht Van Lommel
2012-04-23corrected more issues from [#31069] Analyzing the Blender project with PVS-St...Daniel Genrich
2012-04-22Bugfix [#30298] Fluid-Sytem does not work! (Part 2, Part 1 fixed by Brecht)Daniel Genrich
2012-04-22Fix [#30954] Fluid obstacle checkbox has no effectDaniel Genrich
2012-04-19Fix exposure being applied to cycles AO pass.Brecht Van Lommel
2012-04-19Fix for disabling noisy opennl output.Nicholas Bishop
2012-04-16And another fix for r45669 to have dualcon compile on windows...Thomas Dinges
2012-04-16Fix/tweak for cycles border render, it wasn't generating the exact same samplesBrecht Van Lommel
2012-04-16Fix for isnan compile issue on windows (second try).Brecht Van Lommel
2012-04-16Fix #30966: cycles nan mesh vertices got set to (0, 0, 0), now remove them in...Brecht Van Lommel
2012-04-16Fix for remesh modifier crash mentioned in comments of bug [#30966]Nicholas Bishop
2012-04-15Fix #30955: cycles render issue with lights that have shadow casting disabled.Brecht Van Lommel
2012-04-15Bugfix [#30954] Fluid obstacle checkbox has no effectDaniel Genrich
2012-04-13Fix #30376: cycles ignores camera override from sequencer.Brecht Van Lommel
2012-04-13Cycles: add render layer use environment option to disable world lighting onBrecht Van Lommel
2012-04-13Fix #30929: cycles rendering of object with scale 0 on some axis did not workBrecht Van Lommel
2012-04-13fix for UV reveal (wasnt selecting all verts because check for unselected ver...Campbell Barton
2012-04-12Fix: cycles not using local 3d view camera when it is decoupled from the scene.Brecht Van Lommel
2012-04-12code cleanup: quiet some mingw warnings.Campbell Barton
2012-04-12code cleanup: avoid confusion with utfconv lib - was configuring this windows...Campbell Barton
2012-04-12code cleanup: utfconv library had some quite confusing formatting, also clear...Campbell Barton
2012-04-11Fix cycles opencl compile issue, fminf/fmaxf() was defined both as macro and ...Brecht Van Lommel
2012-04-11Fix #30896: cycles mask layer not working for objects without material assigned.Brecht Van Lommel
2012-04-09Cycles/OpenCL:Thomas Dinges
2012-04-09Bugfix [#30835]: Cycles doesn't work with AMD Juniper GPU, compiller throws e...Daniel Genrich
2012-04-09Warning Fixes - const correctness in unicode encoding, unused variables in bl...Jason Wilkins
2012-04-08Tiny fix for console warning, remove period from a description in Cycles.Nicholas Bishop
2012-04-07code cleanup: no functional changesCampbell Barton
2012-04-06Cycles: fix nan's generated by glossy BSDF in some cases.Brecht Van Lommel
2012-04-06Ghost:Thomas Dinges
2012-04-06code cleanup: header cleanup, remove commented workaround for mingw since its...Campbell Barton
2012-04-05Fix windows compile error in previous commit.Brecht Van Lommel
2012-04-05Cycles / OpenCL:Thomas Dinges
2012-04-05Cycles: add rejection of inf/nan samples, in principle these should not happenBrecht Van Lommel
2012-04-04Fix #30710: cycles wrong render time after pause/unpause in viewport.Brecht Van Lommel
2012-04-04Fix #30803: shader node Mapping location property conflicted with based classBrecht Van Lommel
2012-03-28Fix #30551: cycles passes combining did not always give identical result comb...Brecht Van Lommel
2012-03-28Cycles: shadow pass support. Note that this only takes into account lamps,Brecht Van Lommel
2012-03-28Cycles: add rendered draw mode option in 3d view header to show the activeBrecht Van Lommel
2012-03-28Cycles: viewport rendered draw mode now shows background images, also changed...Brecht Van Lommel
2012-03-27quiet some warnings for gcc 4.7Campbell Barton
2012-03-26Cycles: fix for ColorRamp node alpha output.Brecht Van Lommel
2012-03-26Cycles: add ColorRamp node.Brecht Van Lommel
2012-03-25Cycles / CUDA:Thomas Dinges