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
2022-03-30Cleanup: use "num" as a suffix in: source/blender/gpencil_modifiersCampbell Barton
2022-03-30Fix: Failing curves test after recent commitHans Goudey
2022-03-30Cleanup: use utility function to initialize SelectPick_ParamsCampbell Barton
2022-03-30Fix leak transforming in the node-editor without a selectionCampbell Barton
2022-03-30Cleanup: remove redundant lattice de-selectionCampbell Barton
2022-03-30Cleanup: Move UV edit parameterize code to geometry moduleAleksi Juvani
2022-03-30Geometry Nodes: Remove soft min from extrude node scaleHans Goudey
2022-03-30Keymap: "Mouse Select & Move" now uses click to de-select othersCampbell Barton
2022-03-30Curves: Port curves total length node to the new data-blockHans Goudey
2022-03-30Curves: Port length node to the new data-blockHans Goudey
2022-03-30Curves: Port parameter node to the new data-blockHans Goudey
2022-03-30Fix: Remove special case from curve segment size functionHans Goudey
2022-03-30Curves: Add length cache, length paramerterize utilityHans Goudey
2022-03-30Cleanup: quiet warning for description ending with a full stopCampbell Barton
2022-03-30Cleanup: spelling in commentsCampbell Barton
2022-03-30Cleanup: use equality instead of contains for single-item setsCampbell Barton
2022-03-30Cleanup: unbalanced doxy sectionsCampbell Barton
2022-03-30UI: Fix cosmetic papercuts of the reroute nodeLeon Schittek
2022-03-29Geometry Nodes: Don't create node tree when adding nodes modifierLeon Schittek
2022-03-29GPencil: Remove UI prefix `Use` in Dot-Dash modifierAntonio Vazquez
2022-03-29Fix: incorrect assert in new codeHans Goudey
2022-03-29GPencil: Fix Windows compiler errorsAntonio Vazquez
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-29LibOverride: Rename 'delete hierarchy' to 'clear hierarchy', add 'clear singl...Bastien Montagne
2022-03-29LibOverride: Implement default 'user override' behavior.Bastien Montagne
2022-03-29LibOverride: Add initial handling of system overrides in creation/duplication...Bastien Montagne
2022-03-29LibOverride: make some override properties 'overridable'.Bastien Montagne
2022-03-29LibOverride: Add a new 'virtual' non-editable override icon and use it in Out...Bastien Montagne
2022-03-29LibOverride: Add initial System Override flag.Bastien Montagne
2022-03-29GPencil: Small UI tweaks to Build modifierAntonio Vazquez
2022-03-29Cover DNA_gpencil_types.h with C++ structure methodsSergey Sharybin
2022-03-29Cleanup: Remove legacy dupli system from point cloud objectHans Goudey
2022-03-29GPencil: Fading for build modifier.YimingWu
2022-03-29GPencil: Fix sculpt mask ignoring one point strokesHenrik Dick
2022-03-29Assets: Support automatic collection previewsJulian Eisel
2022-03-29Fix T63795: Display custom properties with brackets in infoYuki Hashimoto
2022-03-29Fix T96844: Crash when switching workspaces and outliner modesJulian Eisel
2022-03-29Curves: improve Snake Hook brushJacques Lucke
2022-03-29Icons: Programmatically create indirect library icon, remove from SVGJulian Eisel
2022-03-29Fix T96835: Grease pencil tweak tool selects but doesn't dragCampbell Barton
2022-03-29Fix T96356: artefacts with GPU subdivision and vertex paint maskKévin Dietrich
2022-03-29Cleanup: Remove commented lines of previous commitAntonio Vazquez
2022-03-29Fix T96799: GPencil `weight_get` API cannot retrieve weightsAntonio Vazquez
2022-03-29Fix (unreported) LibOverride: re-creation of overrides in consecutive partial...Bastien Montagne
2022-03-29Cleanup: Use higher level semantic for zeroing DNA objects in C++Sergey Sharybin
2022-03-29BLI: optimize Map/Set/VectorSet.clear methodsJacques Lucke
2022-03-29Cleanup: Remove redundant DNA C++ helper functionSergey Sharybin
2022-03-29Functions: move loops into function buildersJacques Lucke
2022-03-29BLI: add utility to convert IndexMask to best mask typeJacques Lucke
2022-03-29Cleanup: use value initialization instead of copying default valueJacques Lucke