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-02-09Support displaying collections in outlinerJulian Eisel
2017-02-07Layers: get/update CollectionEngineSettings (depsgraph placeholder)Dalai Felinto
2017-02-07Clay-Engine (merge clay-engine)Clément Foucault
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-02-02Merge branch 'master' into blender2.8Bastien Montagne
2017-02-02Revert the change of a default in a recent commitAaron Carlisle
2017-01-26Merge branch 'master' into blender2.8Sergey Sharybin
2017-01-26Compositor: Make HSV node inputs a real socketsSergey Sharybin
2017-01-24Merge branch 'master' into blender2.8Sergey Sharybin
2017-01-24GPencil: Fix unreported animation data missing when change palette nameAntonio Vazquez
2017-01-24Use new manual URLAaron Carlisle
2017-01-22Merge branch 'master' into blender2.8Julian Eisel
2017-01-20D1873: Customize style for animation motion pathsAntonio Vazquez
2017-01-18GPencil: Cleanup - move include line to correct scopeAntonio Vazquez
2017-01-18GPencil: Fix unreported error in animation after rename itemsAntonio Vazquez
2017-01-18GP Interpolate Sequence: Tool settings for controlling the shape of interpola...Joshua Leung
2017-01-18GP Interpolate: Move settings from "gp_sculpt" to a new toolsettings struct -...Joshua Leung
2017-01-16Merge branch 'master' into blender2.8Bastien Montagne
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2017-01-13Fix small spelling errorAaron Carlisle
2017-01-12Cycles: Use dedicated debug passes for traversed nodes and intersection testsSergey Sharybin
2017-01-12Merge branch 'master' into blender2.8Bastien Montagne
2017-01-12UI: Try limiting 'x' icon to search buttonsJulian Eisel
2017-01-11RNA: Expose autosmooth face splittingSergey Sharybin
2017-01-05Merge branch 'master' into blender2.8Julian Eisel
2017-01-05Show 'Manipulate Center Points' in weight paint modeJulian Eisel
2017-01-03Fix: NLA "Strip Time" setting cannot be editedJoshua Leung
2017-01-02GPencil: Per-layer option to always show onion skinningJoshua Leung
2016-12-29Merge branch 'master' into blender2.8Bastien Montagne
2016-12-29Edits to user prefs NDOF UIAaron Carlisle
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-12-28Various UI message and API doc tweaks and fixes.Bastien Montagne
2016-12-28Minor UI message fix.Bastien Montagne
2016-12-28Fix T50184: Grease Pencil Layer synchronization between Dope Sheet and Proper...Joshua Leung
2016-12-27Fix T50305: Blender truncates a long multibyte character object's name to an ...Bastien Montagne
2016-12-23Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-12-20Fix strict compiler warning in generated C++ RNASergey Sharybin
2016-12-12Merge branch 'master' into blender2.8Bastien Montagne
2016-12-12Cleanup: bad (harmless) usage of PARM_PYFUNC_OPTIONAL in new ID.make_local RN...Bastien Montagne
2016-12-12Fix (unreported) some RNA func definitions setting flags of other func parame...Bastien Montagne
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-12-07Use proper defaults for Hue/Saturation nodeSergey Sharybin
2016-12-01Merge branch 'master' into blender2.8Lukas Tönne
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-29Fix T50094: Crash when viewport rendering point density textureSergey Sharybin
2016-11-27A number of other minor RNA fixes and precautionary safeguards against furthe...Joshua Leung
2016-11-27GPencil RNA API: "set_active" option for layer.new() and palette.new() is now...Joshua Leung
2016-11-21Partly revert own rBb97c567c1df1e, clear_proxy is actually safe.Bastien Montagne
2016-11-21Fix two very bad issues in new ID.make_local RNA function.Bastien Montagne
2016-11-20Fix Xcode link error, missing definitions in RNA C++ API that other compilers...Brecht Van Lommel