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
2021-07-18Merge branch 'master' into geometry-nodes-unnamed-attributesgeometry-nodes-unnamed-attributesLukas Tönne
2021-07-16VSE: Fix multicam splitting all selected stripsRichard Antalik
2021-07-16Fix T89899: Crashes when accessing vertex groups from objectsHans Goudey
2021-07-16Surface Deform: support sparse binding mode for improving performance.Alexander Gavrilov
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-16Cleanup: compiler warningsCampbell Barton
2021-07-15UI/Assets: Initial Asset View UI templateJulian Eisel
2021-07-15UI: Support defining UI lists in CJulian Eisel
2021-07-15UI: Support UI list tooltips, defined via Python scriptsJulian Eisel
2021-07-15UI: UI list refactor & preparations for asset view templateJulian Eisel
2021-07-15Animation: apply pose to all or selected bones of armatureSybren A. Stüvel
2021-07-15File/Asset Browser: Extend file-entry and asset handle Python APIJulian Eisel
2021-07-15Assets: Initial Asset List as part of the Asset System designJulian Eisel
2021-07-15Assets: AssetHandle type as temporary design to reference assetsJulian Eisel
2021-07-15Assets: Add an active asset library per workspace, for the UI to useJulian Eisel
2021-07-15Fix T88188: Allow keyframing vertex mass in cloth simRobert Sheldon
2021-07-15Keymap: use Shift-Tab to toggle snap in the sequencerCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Python API: Add functions to ensure and clear IDPropertiesHans Goudey
2021-07-14Fix (unreported) LibOverride diffing generating operations for non-editable p...Bastien Montagne
2021-07-14Fix crash displaying invalid enum value with translations enabledBrecht Van Lommel
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-12Geometry Nodes: Curve Primitive QuadrilateralJohnny Matthews
2021-07-09Nodes: Moved group interface panel code to python.Lukas Tönne
2021-07-09Cleanup: rename BKE_animdata_{add=>ensure}_idCampbell Barton
2021-07-08Cleanup: spellingCampbell Barton
2021-07-07Fix crash accessing sequencer stripsSergey Sharybin
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-07Cleanup: clang-tidy, unused functionCampbell Barton
2021-07-07VSE: Use snapping settings for scrubbingRichard Antalik
2021-07-07VSE: Remove seq->tmp usage from RNA codeRichard Antalik
2021-07-06Nodes: Adds button to groups to change type of sockets.Lukas Tönne
2021-07-06Rename Scene's embeded collections from "Master Collection" to "Scene Collect...Bastien Montagne
2021-07-06Alembic: remove non-functional "Renderable Objects" only optionPhilipp Oeser
2021-07-05Geometry Nodes: Curve Primitive LineJohnny Matthews
2021-07-05Geometry Nodes: Add explicit Float to Int conversion nodeNikhil Shringarpurey
2021-07-05Cleanup: spelling, punctuationCampbell Barton
2021-07-05Cleanup: use 'use_' prefix for RNA booleansCampbell Barton
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Constraints: support a new Local Space (Owner Orientation) for targets.Alexander Gavrilov
2021-07-02Copy Transforms: implement Remove Target Shear and more Mix options.Alexander Gavrilov
2021-07-02GPencil: New modifier to generate weights dynamicallyAntonio Vazquez
2021-07-01VSE: Snapping feedbackRichard Antalik
2021-07-01Fix race condition when loading multiple File/Asset Browsers at onceJulian Eisel
2021-07-01Merge branch 'master' into geometry-nodes-unnamed-attributesLukas Tönne
2021-07-01Cleanup: rename playhead to current-frameCampbell Barton
2021-07-01Geometry Nodes: Curve Primitive CircleJohnny Matthews
2021-06-30Fix T89535: FCurve.mute UI text wrongPhilipp Oeser