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
path: root/source
AgeCommit message (Expand)Author
2021-08-06support lists in point translate nodeJacques Lucke
2021-08-06support outputting attribute to modifierJacques Lucke
2021-08-06improve extrude nodeJacques Lucke
2021-08-06support array in fill node for debugging purposesJacques Lucke
2021-08-06support array input/output in extrude nodeJacques Lucke
2021-08-06add initial Extrude node by FabianJacques Lucke
2021-08-06support array input in point distribute nodeJacques Lucke
2021-08-06add geometry output to geometry expanderJacques Lucke
2021-08-06get input attribute names from modifierJacques Lucke
2021-08-06add remove buttonJacques Lucke
2021-08-06workaround for attribute inputs: use string socketsJacques Lucke
2021-08-06output more attributes from point distribute nodeJacques Lucke
2021-08-06add more inputst to Point Instance nodeJacques Lucke
2021-08-06Merge branch 'master' into temp-geometry-nodes-expandable-geometry-socket-pro...Jacques Lucke
2021-08-06Cleanup: clang tidyJacques Lucke
2021-08-06Cleanup: use const result in `ED_keyframes_find_*` functions.Jeroen Bakker
2021-08-06Cleanup: use range2f in `ED_keylist_find_any_between`.Jeroen Bakker
2021-08-06Cleanup: const pass `keyframes_keylist`.Jeroen Bakker
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-06Fix memory leak from rB263fa406cd2bHans Goudey
2021-08-06Geometry Nodes: Select by Handle Type NodeHans Goudey
2021-08-06Fix: Avoid floating point error in some mesh primitive nodesMattias Fredriksson
2021-08-06Fix T90087: Assigning object data doesn't copy vertex groupsHans Goudey
2021-08-05Add custom data comparison for generic attributesHimanshi Kalra
2021-08-05Action Constraint: add Split Channels Mix choices from Copy TransformsAlexander Gavrilov
2021-08-05Fix T90235: Smooth Brush not working with interior vertices with two adjacent...Pablo Dobarro
2021-08-05Fix T90236: Sculpt automasking failing when the stroke does not start over th...Pablo Dobarro
2021-08-05PyDoc: document how parameter are used for 3D and 2D texturesAaron Carlisle
2021-08-05Geometry Nodes: Add more warnings for out of bounds parametersEitan
2021-08-05BMesh: support laplacian smooth for n-gonsCampbell Barton
2021-08-05Cleanup: replace short with boolean for zero area arrayCampbell Barton
2021-08-05Cleanup: comment blocks & spellingCampbell Barton
2021-08-05Cleanup: quiet array-parameter warningCampbell Barton
2021-08-05support execution geometry expanderJacques Lucke
2021-08-05Render: move Cycles visibility, holdout and shadow catcher properties to BlenderBrecht Van Lommel
2021-08-05Fix T83164: Spline IK `joint_bindings` parameter is broken.Bastien Montagne
2021-08-05Cleanup/Fix RNA array length accessors returning non-zero values in invalid c...Bastien Montagne
2021-08-05Fix build error when WITH_XR_OPENXR not definedPeter Kim
2021-08-05GPencil: New Caps iconsAntonio Vazquez
2021-08-05DRW: New Select Debug EngineGermano Cavalcante
2021-08-05XR Controller Support Step 2: Action MapsPeter Kim
2021-08-05show warning when expander output is not availableJacques Lucke
2021-08-05reuse GeometryExpanderOutput structJacques Lucke
2021-08-05LibOverride: Make it reasonably impossible for users to create overrides of s...Bastien Montagne
2021-08-05Fix T89963: crash when library override is applied to an object from a linked...Bastien Montagne
2021-08-05Fix fix invalid index use for edit-mesh laplacian smoothCampbell Barton
2021-08-05Merge branch 'master' into temp-geometry-nodes-expandable-geometry-socket-pro...Jacques Lucke
2021-08-05XR: Controller Data ImprovementsPeter Kim
2021-08-05Cleanup: Remove unused members in FileSelectParamsJulian Eisel
2021-08-05Fix T89214: Smooth Vertices (Laplacian) produces NaN coordinatesCampbell Barton