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-07-20Point Cloud: Remove redundant custom data pointersHans Goudey
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-06-25Cleanup: Remove unused argumentHans Goudey
2022-06-05Cleanup: Remove unused BKE_spline.hh includesHans Goudey
2022-05-19Cleanup: Decrease variable scopeHans Goudey
2022-05-19Cleanup: Remove redundant functionHans Goudey
2022-05-19Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-19Fix T98237: Double free with curve object conversion to meshHans Goudey
2022-05-15Cleanup: Remove includes from DerivedMesh headerHans Goudey
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-04-26Cleanup: Move anonymous attribute removal to geometry componentHans Goudey
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-15Curves: Port curve to mesh node to the new data-blockHans Goudey
2022-04-13Fix compilation error with MSVCSergey Sharybin
2022-04-13Cover some DNA files with C++ utility macrosSergey Sharybin
2022-04-04Cleanup: Simplify zero-initializing DNA structures in C++Sergey Sharybin
2022-03-29Cleanup: Use higher level semantic for zeroing DNA objects in C++Sergey Sharybin
2022-03-29Cleanup: Remove redundant DNA C++ helper functionSergey Sharybin
2022-03-28Fix (unreported) crash in some mesh-from-object code.Bastien Montagne
2022-03-25Fix compilation warnings after previous changeSergey Sharybin
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-25Revert "Implement C++ methods for DNA structures"Sergey Sharybin
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-22Fix T96294: Crash and error with shape key normal calculationHans Goudey
2022-02-28Cleanup: Rename geometry set "curve" functions to "curves"Hans Goudey
2022-02-28Geometry Nodes: Begin conversion to new curvesHans Goudey
2022-02-22Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-22Fix T95839: Data race when lazily creating mesh normal layersHans Goudey
2022-02-19Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-18Cleanup: Use functions for accessing mesh normal dirty stateHans Goudey
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-16Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-16Fix: removing anonymous attributes before adding mesh to bmainJacques Lucke
2022-02-15Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-02-15Fix T95806: subdivision missing in Cycles when using autosmoothKévin Dietrich
2022-02-14Merge branch 'blender-v3.1-release'Thomas Dinges
2022-02-14Fix T94479: GPU Subdivision surface modifier does not apply to Cycles rendersKévin Dietrich
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-25Fix depsgraphs sharing IDs via evaluated edit meshSergey Sharybin
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-30Fix T94454: Python API curve to mesh use after free without depsgraphHans Goudey
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-18Cleanup: compiler warnings with clangBrecht Van Lommel
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-09Cleanup: spelling, C style commentsCampbell Barton
2021-11-09Fix T91923: Save/Apply as Shape Key ignores shape keysCampbell Barton
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-23Fix D12533: Simplify curve object to mesh conversionHans Goudey
2021-09-23Cleanup: spelling in commentsCampbell Barton