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
2014-08-01Fix T41197: Blender freezes to infinite loop when switching to PAUSED Cycles ...Sergey Sharybin
2014-07-31Fix T41258: Crash when entering edit mode while viewport render is enabledSergey Sharybin
2014-07-31Cycles Bake: use size_t instead of width, heightDalai Felinto
2014-07-29Fix T41174: Tangent space required UV map in CyclesSergey Sharybin
2014-07-25Cycles Bake: show progress bar during bakeDalai Felinto
2014-07-22Cleanup: pep8 & redundant varsCampbell Barton
2014-07-18Fix T41109: Reloading image that has been modified outside Blender does not u...Sergey Sharybin
2014-07-09Fix T41003: Object Info's Random socket produces erratic results whenLukas Tönne
2014-07-07Fix T40712: Duplicators don't generate orco and UV coordinates in Cycles view...Lukas Tönne
2014-07-05Cycles: Some tweaks to baking UI.Thomas Dinges
2014-07-04Fix T40843: Cycles does not support viewport render overrideSergey Sharybin
2014-07-01Fix T40888: Memory error when selecting Cycles render engineSergey Sharybin
2014-06-22Fix T40703: cycles viewport smoke not updating when changing frame.Brecht Van Lommel
2014-06-19Cycles: Make Volume Bounces default to 0. This is quiet a bit faster, and pro...Thomas Dinges
2014-06-14Fix for last commit, forgot changes in Cycles itself.Thomas Dinges
2014-06-14Cycles: glossy and anisotropic BSDF changesBrecht Van Lommel
2014-06-14Cycles: Ashikhmin-Shirley anisotropic BSDFKarsten Schwenk
2014-06-14Cycles: volume sampling method can now be set per material/world.Brecht Van Lommel
2014-06-14Cycles: volume light samplingBrecht Van Lommel
2014-06-14Cycles: Add support for uchar4 attributes.Thomas Dinges
2014-06-13Cycles: Add dedicated nodes to split/combine vectors.Thomas Dinges
2014-06-12Bake-API: Set Custom Cage to be Cage ObjectDalai Felinto
2014-06-11Bake-API: new approach for cageDalai Felinto
2014-06-06Fix T40370: cycles CUDA baking timeout with high number of AA samples.Brecht Van Lommel
2014-06-06Fix T40282: Renaming node sockets in Cycles nodes causes crash.Lukas Tönne
2014-05-23fix T40323 Segfault on baking after renderingDalai Felinto
2014-05-21Fix T39711: cycles particle motion blur affected by viewport draw method.Brecht Van Lommel
2014-05-19Fix T40262: cycles GPU bake crash due to kernels not loaded, randomly due to ...Brecht Van Lommel
2014-05-19Move ShadingSystem enum to shader.hNathan Letwory
2014-05-19Move BVHType and shadingsystem enums to top-level of Cycles namespace.Nathan Letwory
2014-05-12Fix T40149: cycles motion blur render problem with multiple render layers.Brecht Van Lommel
2014-05-08Cycles-Bake: displacement support (fix T40068)Dalai Felinto
2014-05-07Fix cycles crash after recent use alpha commit.Brecht Van Lommel
2014-05-07Cycles: add support for "Use Alpha" option on image datablocks.Carlo Andreacchio
2014-05-05Fix T40031: cycles deformation motion blur wrong render on last frame of anim...Brecht Van Lommel
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-05-03Cycles BakeDalai Felinto
2014-05-03Code cleanup: Add -Werror=float-conversion to CyclesCampbell Barton
2014-05-02Cycles UI:Pablo Vazquez
2014-04-30Fix T39965: Sequencer do not sync cycles stripsSergey Sharybin
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2014-04-22Fix T39833: Nurbs CrashBastien Montagne
2014-04-15Fix T39742: Crash with Cycles + new autosmooth crashBastien Montagne
2014-04-15Style cleanup: C & pep8Campbell Barton
2014-04-14Fix cycles standalone not saving renders in background mode.Brecht Van Lommel
2014-04-14Cycles: Show Auto Smooth and Angle in the UI, after Split Normals are in.Thomas Dinges
2014-04-13Split Normals I (5/5): Add support of split normals to Cycles.Bastien Montagne
2014-04-06Fix error when enabling Mist pass but there was no world. Can't find mist set...Pablo Vazquez
2014-04-05Cycles UI: Refactor cpu checks into a use_cpu() function.Thomas Dinges
2014-04-03Code cleanup: styleCampbell Barton