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-11Merge branch 'master' into refactor-mesh-position-genericrefactor-mesh-position-genericHans Goudey
2022-11-04Cleanup: Mesh: Remove redundant edge render flagHans Goudey
2022-11-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-18Fix T101883: Issue applying modifier to mesh with shape keysHans Goudey
2022-10-14Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-10-07Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-04Fix T101583: Issues applying modifier to mesh with shape keysHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-28Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-23Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-15Fix possible to remove mesh position attributeHans Goudey
2022-09-15Remove unused variablesHans Goudey
2022-09-13Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-12Geometry: Avoid unnecessary initialization when resizing data arraysHans Goudey
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-17Metaball: Evaluate metaball objects as mesh componentsHans Goudey
2022-08-12Cleanup: use short names for verts & polys as they're unambiguousCampbell Barton
2022-08-11Curve: Simplify legacy curve conversion to meshHans Goudey
2022-08-10Fix T99661: Use after free converting edit mode curve object to meshHans Goudey
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