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-06-16Use a Scope concept for avoiding codegen for existing nodes.Lukas Tönne
2016-06-12Removed/Disabled some deprecated code.Lukas Tönne
2016-06-10Disabled compiling and eval of broken BVM functions, to simplify debugging un...Lukas Tönne
2016-06-09Use persistent pass managers for optimization, rather than creating them ever...Lukas Tönne
2016-06-09Set a target triple and data layout for modules.Lukas Tönne
2016-06-09Generalized code generation for nodes to support more complex control flow in...Lukas Tönne
2016-06-08Merge branch 'master' into object_nodesLukas Tönne
2016-06-08Basic Gabor noise implementation for BLI_noise and blenvm.Lukas Tönne
2016-06-08Correct assertCampbell Barton
2016-06-08GPU: fix/workaround basic shader font-colorCampbell Barton
2016-06-08Cycles: Fix two numerical issues in the volume codeLukas Stockner
2016-06-08Cleanup: Add comment on behavior of tweak eventsJulian Eisel
2016-06-07Fix T48600: VSE strip 'side selection' fails in 'Both' case.Bastien Montagne
2016-06-07Cleanup - size_t is unsigned, so always >= 0!Bastien Montagne
2016-06-07GPU: Fix triple buffer w/ basic glsl shaderCampbell Barton
2016-06-07Cuda 7.5 cannot be made to work with a supported cl.exe version in the same w...Martijn Berger
2016-06-07Cuda 7.5 cannot be made to work with a supported cl.exe version in the same w...Martijn Berger
2016-06-07GPU: Fix for glDrawPixels drawing w/ glsl shaderCampbell Barton
2016-06-07GPU: make using the glsl basic-shader a flagCampbell Barton
2016-06-07Fix T48589: Compositor Backdrop crashes BlenderSergey Sharybin
2016-06-07Cycles: Limit degenerated triangle check got CUDA onlySergey Sharybin
2016-06-07Cycles: Fix regression introduced in c96a4c8Mai Lavelle
2016-06-07Fix (unreported) EditNormal modifier: broken 'flip poly' feature.Bastien Montagne
2016-06-07Cleanup: warningCampbell Barton
2016-06-07World space switch for BI nodes.Alexander Romanov
2016-06-07readfile: optimization for undoCampbell Barton
2016-06-07BLO_idcode: Move ID_ID lastCampbell Barton
2016-06-07readfile: avoid library lookups for every id on undoCampbell Barton
2016-06-07Correct exit-code checkCampbell Barton
2016-06-07Cycles: Use faster ray-quad-intersection testLukas Stockner
2016-06-06EditNormal modifier: add some 'maximum angle' limit.Bastien Montagne
2016-06-06Added P key toggle to allow mouse movement to control bevel profile (modal).Howard Trickey
2016-06-06Cleanup: remove unused Library.idblockCampbell Barton
2016-06-06Cleanup: warningCampbell Barton
2016-06-06Fix T48571: Cycles/GPU - A lot of fireflies on SSS+VolumeSergey Sharybin
2016-06-06Fix T48582: Rigidbody simulation issue with new depsgraphSergey Sharybin
2016-06-06Fix compilation error on 32 bit WindowsSergey Sharybin
2016-06-06Fix T48550: Imperfections when Bake displacement map to plane if camera is no...Sergey Sharybin
2016-06-06Cycles: Fix compilation error on OSXSergey Sharybin
2016-06-06Depsgraph: Russian electric tape bodge to have multiple proxies workSergey Sharybin
2016-06-06readfile: add assert to check libmap isn't sortedCampbell Barton
2016-06-06readfile: minor optimization, no need to count flagsCampbell Barton
2016-06-06Cleanup: use const for old member in OldNew structCampbell Barton
2016-06-06Cleanup: rename flag -> tagCampbell Barton
2016-06-06Cycles: Ignore zero size instances in BVHSergey Sharybin
2016-06-06Cycles: Add support of processor groupsSergey Sharybin
2016-06-06RNA: disable animating object dimensionsCampbell Barton
2016-06-06Fix T48579: RNA shadows new custom propertiesCampbell Barton
2016-06-05Fix T48580: path / branched path UI grayed out with OpenCL device that is not...Brecht Van Lommel
2016-06-04Fix T48587, constant fold should only be done for Mix Type.Thomas Dinges