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
2017-07-07Fix T50973: Directional blur node doesn't clamp value if using driverSergey Sharybin
2017-07-07Cycles: Fix ambiguity in call of min() functionSergey Sharybin
2017-07-07Fix T51978: Setup Tracking Scene after Motion Tracking fails the first timeSergey Sharybin
2017-07-07Fix T51980: Motion Tracking - png image files appear in the Blender program d...Sergey Sharybin
2017-07-06Add option to OpenImage operator not to detect sequences.Bastien Montagne
2017-07-06Fix T51955: Changing Auto-IK length crashes Blender (with new-depsgraph)Sergey Sharybin
2017-07-06Fix T51015: Pack all into blend automatically leaves checkbox enabled.Bastien Montagne
2017-07-06Cycles: Add artificial memory limit debug option for OpenCLMai Lavelle
2017-07-06Revert "Cycles: use std::min and max for extra overloads"Mai Lavelle
2017-07-06Cycles: Dont allow global size to fall to zeroMai Lavelle
2017-07-06Cycles: Detect out of memory before buffer allocation in OpenCL devicesMai Lavelle
2017-07-06Cycles: use std::min and max for extra overloadsMai Lavelle
2017-07-05Better fix for sequencer crash when text strip doesn't have effect data.Sybren A. Stüvel
2017-07-05Cycles: Fix compilation error after recent logging changesSergey Sharybin
2017-07-05Sequencer: Prevent crash when text strip doesn't have effect data.Sybren A. Stüvel
2017-07-05Code comments regarding last commit (forgotten to add before)Luca Rood
2017-07-05Fix T51296: UVs not working for hair emitted from verticesLuca Rood
2017-07-05Compositor: Fix compilation error and crash when using defocus searchSergey Sharybin
2017-07-05Cycles: Pass string by const reference rather than by valueSergey Sharybin
2017-07-05Cycles: Fix compilation error when building without Glog and no C++11Sergey Sharybin
2017-07-04Fix T51834: Active Object and Groups color difference imperceptibleBastien Montagne
2017-07-04Fix T51965: Custom Bone Shape Wireframe setting affects wireframe thickness.Bastien Montagne
2017-07-04Fix T51703: Rigid body with delta transform jumps when transformingLuca Rood
2017-07-04Better fix for rigid body not resimulatingLuca Rood
2017-07-04Fix rigid body not resimulating after cache invalidationLuca Rood
2017-07-03Fix T51950: Abnormally long Cycles OpenCL GPU render times with certain panor...Lukas Stockner
2017-07-03Cycles: Add missing split kernel to CPUDeviceLukas Stockner
2017-07-03Fix T51523: Lattice modifier affecting particles even when disabledLuca Rood
2017-07-03Fixed build error on Windows / VS2015Sybren A. Stüvel
2017-07-03Alembic: fix T51820 for sequence files not loading properly.Sybren A. Stüvel
2017-07-03Alembic: avoid crashing when doing certain file operations.Sybren A. Stüvel
2017-07-03Alembic: renamed offset → sequence_offsetSybren A. Stüvel
2017-07-03Fix T51883: Wrong matrix computation in "Make Duplicates Real"Luca Rood
2017-07-03Fix missing return error introduced by last commitLuca Rood
2017-07-03Fi T51023: MixRGB constant folding not effective with clamp option.Brecht Van Lommel
2017-07-03Fix T51855: Cycles emssive objects with NaN transform break lighting.Brecht Van Lommel
2017-07-03Fix T51889: broken UI after File > New without a userpref.blend.Brecht Van Lommel
2017-07-03Fix T51734: batch-generate previews crashes on some materials.Brecht Van Lommel
2017-07-02Fix T51759: fluid simulation particles not remoevd when colliding with outflo...Lucas Veber
2017-07-02Fix T51951: cell noise texture precision issue at unit vertex coordinates.Brecht Van Lommel
2017-07-02Fix T51746: normal map tangents not working correctly when there are no UV maps.Alexander Romanov
2017-07-02Fix T51772: double undo entry for color picker editing.Brecht Van Lommel
2017-07-02Fix T51956: color noise with principled sss, radius 0 and branched path.Brecht Van Lommel
2017-07-02Fix T51957: principled BSDF mismatches in GLSL viewport.Brecht Van Lommel
2017-07-02Fix principled BSDF incorrectly missing subsurface component with base color ...Brecht Van Lommel
2017-07-02Fix T51947: failure setting sequence.use_proxy/crop/translation to FalseBrecht Van Lommel
2017-07-01Fix ED_OT_undo_redo operatorAleksandr Zinovev
2017-06-30Fix T50230: Rigid Body simulation shouldn't step when time is beyond cached areaLuca Rood
2017-06-30Better fix for isfinite problem - works in older gcc's too.Howard Trickey
2017-06-30Fix compile error after recent 9c2bbfb6 commit.Howard Trickey