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-11-08Geometry Nodes: Fix alignment of exposed properties in the modifierLeon Schittek
2022-11-06Fix T102153: crash when muting node group with active viewerJacques Lucke
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-22Geometry Nodes: Add Self Object NodeHans Goudey
2022-09-17Attributes: Validate some builtin attributes for untrusted inputsHans Goudey
2022-09-17Geometry Nodes: use stringref instead of string in loggerJacques Lucke
2022-09-14Cleanup: Remove unused argument from modifier data mask callbackHans Goudey
2022-09-14Cleanup: remove unused fields + add overrideJacques Lucke
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-31Cleanup: break before the default case in switch statementsCampbell Barton
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30Geometry Nodes: Use separate field context for each geometry typeHans Goudey
2022-08-04Depsgraph: More clear function name for transform dependnecySergey Sharybin
2022-07-28Cleanup: Use new IDProperty creation API for geometry ndoes modifierHans Goudey
2022-07-22Cleanup: Use r_ prefix for boolean return parametersHans Goudey
2022-07-15UI: make many modifier strings translatableDamien Picard
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-08Curves: support deforming curves on surfaceJacques Lucke
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-31Geometry Nodes: Don't allow UI attributes as modifier field inputsJacques Lucke
2022-05-30Nodes: add separately allocated run-time data for bNodeTreeJacques Lucke
2022-05-16Refactor modifiers writing code.Bastien Montagne
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-05-10UI: Geometry Nodes IconDalai Felinto
2022-04-28Fix T93899: Incorrect decorator buttons for geometry nodes vector/colorsHans Goudey
2022-04-28Geometry Nodes: Add default attribute name to field inputs/outputsHans Goudey
2022-04-26Geometry Nodes: rename used attributes panelJacques Lucke
2022-04-25Fix: use natural string sorting for attribute namesJacques Lucke
2022-04-21Fix: Memory leak writing to builtin attribute from modifierHans Goudey
2022-04-21Geometry Nodes: show used named attributes in modifierJacques Lucke
2022-04-01Cycles: enable Alembic procedural for final rendersKévin Dietrich
2022-04-01Cleanup: Move geometry set fields to a separate headerHans Goudey
2022-03-29Geometry Nodes: Don't create node tree when adding nodes modifierLeon Schittek
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-16Geometry Nodes: Remove legacy node codeHans Goudey
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-02Merge branch 'blender-v3.1-release'Hans Goudey
2022-03-02Fix T95479: geometry nodes crash with cage displayJacques Lucke
2022-02-21Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-21Fix T93873: Wrong limits for color socket exposed to modifierHans Goudey
2022-02-18Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-18Fix T93526: Missing tooltip for attribute search buttonPratik Borhade
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-09Fix T95612: only overwrite existing attributes with matching domain and typeJacques Lucke
2022-02-04Merge branch 'blender-v3.1-release'Jacques Lucke