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-12Cleanup: Simplify handling of loop to poly map in normal calculationHans Goudey
2022-11-05Cleanup: Move legacy mesh conversions to proper fileHans Goudey
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-09-29Cleanup: spelling in commentsCampbell Barton
2022-09-27Fix: Assert in legacy mesh conversionHans Goudey
2022-09-27Cleanup: Use signed integers for mesh vertex indicesHans Goudey
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Mesh: Move sculpt face sets to a generic attributeHans Goudey
2022-09-14Fix: Mesh SoA format conversion skips versioningHans Goudey
2022-09-13Fix: Resolve deprecation warning when copying polygon structHans Goudey
2022-09-13Fix T101013: Reordering materials broken with only one assignedHans Goudey
2022-09-12Geometry: Avoid unnecessary initialization when resizing data arraysHans Goudey
2022-09-10Mesh: Avoid saving redundant generic material index 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-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Fix T100863, T100875: Vertex group reading broken for recent filesHans Goudey
2022-09-07BLI: new C++ BitVector data structureJacques Lucke
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-30Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-30Fix T99253: Missing face center dots with deform modifier cage optionHans Goudey
2022-08-26Cleanup: spelling in comments, formatCampbell Barton
2022-08-23Fix: Write hide status attributes for undo stepsHans Goudey
2022-08-16Cleanup: some refactoring in mapped mesh extractionBrecht Van Lommel
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-07-12Fix threading crash due to conflict in mesh wrapper typeSergey Sharybin
2022-07-08Curves: support deforming curves on surfaceJacques Lucke
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-06-23Mesh: Add an explicit "positions changed" functionHans Goudey
2022-06-01Cleanup: spelling in comments, use doxy sectionsCampbell Barton
2022-05-29Cleanup: Simplify custom data file writing processHans Goudey
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-11Mesh: Add Auto Smooth option to Shade Smooth operatorPablo Vazquez
2022-04-26Cleanup: Move anonymous attribute removal to geometry componentHans Goudey
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-13Cover some DNA files with C++ utility macrosSergey Sharybin
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-03-25Cleanup: rename CustomDataExternal.filename => filepathCampbell Barton
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-08Cleanup: Correct commentHans Goudey
2022-02-22Cleanup: Remove unused mesh dirty flagsHans Goudey
2022-02-22Merge branch 'blender-v3.1-release'Hans Goudey