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-24Weld Modifier: add "loose_edges" optionFredrik Hansson
2021-07-23Cleanup: double spaces in stringsCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-23XR: Reference Space ImprovementsPeter Kim
2021-07-22VSE: Speed Effect layout updatesGermano Cavalcante
2021-07-22Geometry Nodes: Set Bezier Handle Type NodeJohnny Matthews
2021-07-21Cleanup: Centralize/unify asset library reference from/to enum codeJulian Eisel
2021-07-21Assets: Rename workspace active asset library DNA variableJulian Eisel
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell Barton
2021-07-21Cleanup: replace NB with NOTE in commentsCampbell Barton
2021-07-20Cleanup: Getters for asset-handle dataJulian Eisel
2021-07-20Cleanup: Use const for internal file data of asset-handleJulian Eisel
2021-07-20Asset: Clearly describe RNA property description as temporaryJulian Eisel
2021-07-20Cleanup: Correct asset TODO comment, move setter next to getterJulian Eisel
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-20LineArt: UI cleanups.YimingWu
2021-07-20Cleanup: spellingCampbell Barton
2021-07-18Geometry Nodes: Curve Trim NodeAngus Stanton
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