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
2016-08-01Buildbot: Enable proper Pascal architectureSergey Sharybin
2016-08-01Fix strict compiler flags with older GCCSergey Sharybin
2016-08-01Cycles: add unit tests for supported constant folding rules.Alexander Gavrilov
2016-08-01Buildbot: Seems quotes are not really needed when passing listSergey Sharybin
2016-08-01Buildbot: Attempt to enable sm_60 CUDA architecture for build slavesSergey Sharybin
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-08-01Fix T48901: Blender ignores xinput cursor matrixCampbell Barton
2016-08-01Cleanup: unused vars, imports, pep8Campbell Barton
2016-08-01Replace pep8 with flake8 checkerCampbell Barton
2016-08-01Support Auto-Clamped Handle for Curve-MappingCampbell Barton
2016-07-31Fix T48980: crash when loading a file that contains a custom node tree.Bastien Montagne
2016-07-31Correction to 0f2ff52c0866Julian Eisel
2016-07-31Enable Undo for "Add background Image"Julian Eisel
2016-07-31Fix mistake in Cycles mix node multiply constant folding.Brecht Van Lommel
2016-07-31Cleanup: reduce Vector_getseters size using macrosCampbell Barton
2016-07-31Correct own error in last commitCampbell Barton
2016-07-31Support limiting collisions by group for softbody and particlesAlexander Gavrilov
2016-07-31Cleanup: spelling, styleCampbell Barton
2016-07-31PyAPI: minor optimization for dictionary creationCampbell Barton
2016-07-31PyAPI: fix leak in unlikely case converting idprops failCampbell Barton
2016-07-31PyAPI: Add PyC_UnicodeAsByteAndSizeCampbell Barton
2016-07-31Docs: add initial idprop.types API docsCampbell Barton
2016-07-31Docs: simplify EXCLUDE_MODULES handlingCampbell Barton
2016-07-31Cleanup: capitalize Blender & PythonCampbell Barton
2016-07-31simplify redundant conditionalsMike Erwin
2016-07-31Improve description for use_self py-driver optionCampbell Barton
2016-07-31Curve Fitting: circular fit could give NAN handlesCampbell Barton
2016-07-31Cleanup: rename btree (incorrect & confusing)Campbell Barton
2016-07-31Fix Cycles OpenCL compile error on Windows.Brecht Van Lommel
2016-07-31Py-Driver: re-use self PyObject when its unchanged.Campbell Barton
2016-07-31Py-Driver: use intern stringsCampbell Barton
2016-07-31Fix for previous commit changing the addons submodule.Brecht Van Lommel
2016-07-31Cycles: refactor kernel closure storage to use structs per closure type.Brecht Van Lommel
2016-07-31Cycles: constant fold add/mul type nodes with known 0 and 1 arguments.Alexander Gavrilov
2016-07-31Cycles: constant folding for RGB/Vector Curves and Color Ramp.Alexander Gavrilov
2016-07-31Fix Cycles OpenCL not always allocating enough space for closures.Brecht Van Lommel
2016-07-30Fix CUDA warning, due to extra ; at the line ending.Thomas Dinges
2016-07-30Cycles OpenCL: use #line directives for better error messages.Brecht Van Lommel
2016-07-30Cycles OpenCL: detect incorrect usage of SOA members in the split kernel.Brecht Van Lommel
2016-07-30Fix Cycles OpenCL address space compile error with amdgpu-pro drivers on Linux.Brecht Van Lommel
2016-07-30Cleanup: pep8Campbell Barton
2016-07-30Fix bplayer (c)Thomas Beck
2016-07-30Cleanup: pep8Campbell Barton
2016-07-30Cleanup: minor changes from last commitCampbell Barton
2016-07-30Py-Driver: add 'self' optionCampbell Barton
2016-07-30Cloth Simulation: add time scale propertyCampbell Barton
2016-07-30Cloth: option to use dynamic base meshCampbell Barton
2016-07-30Cloth: UI cleanup & quality hard limit removalCampbell Barton
2016-07-30Cleanup: pep8Campbell Barton
2016-07-30Add copy/make_local to movieclip datablock.Bastien Montagne