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-08-31Merge branch 'blender-v3.3-release'Joseph Eagar
2022-08-31Core: Remove color attribute limit from CustomData APIJoseph Eagar
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-27Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-08-26CustomData: Add function to get name of default layerHans Goudey
2022-08-26Cleanup: Fix const correctness in CustomData set name functionHans Goudey
2022-08-25Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-08-23Fix: Write hide status attributes for undo stepsHans Goudey
2022-08-15ProgressHans Goudey
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-04Cleanup: Remove incorrect commentHans Goudey
2022-08-04Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-04Fix T100099: Cycles crash baking vertex colors in edit modeBrecht Van Lommel
2022-08-03Cleanup: Fix doxygen section for custom data typeHans Goudey
2022-08-03Cleanup: Use const arguments in definition, add helper variableHans Goudey
2022-07-21Fix failing cycles test from previous commitChris Blackbourn
2022-07-21Fix T90620: Ignore missing UV data caused by corrupt .blend fileChris Blackbourn
2022-07-08Cleanup: make formatDalai Felinto
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-07-02BKE: fix wrong recently added assertJacques Lucke
2022-07-01Cleanup: Add assert for customdata realloc sizeHans Goudey
2022-06-07CustomData: Add function to free a named layerHans Goudey
2022-06-04Cleanup: Remove unnecessary struct keywordsHans Goudey
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-31Merge branch 'blender-v3.2-release'Jacques Lucke
2022-05-31Fix T98454: subdivision doesn't propagate int attributesJacques Lucke
2022-05-29Cleanup: Simplify custom data file writing processHans Goudey
2022-05-22Cleanup: Fix build error after previous commitHans Goudey
2022-05-22Cleanup: Use const argumentsHans Goudey
2022-05-20Cleanup: make functions for setting clone/stencil layer more consistentMartijn Versteegh
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-16Cleanup: make functions for setting active/render layer more consistentMartijn Versteegh
2022-04-29Fix: Incorrect custom data maxlayers in rare filesHans Goudey
2022-04-26Cleanup: Move anonymous attribute removal to geometry componentHans Goudey
2022-04-25Cleanup: add missing doxy sections in customdataCampbell Barton
2022-04-21Geometry Nodes: better support for byte color attributesJacques Lucke
2022-04-20Cleanup: Remove redundant types from custom data masksHans Goudey
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-03-30Cleanup: unbalanced doxy sectionsCampbell Barton
2022-03-25Cleanup: use doxy sections for customdata.ccCampbell Barton
2022-03-25Cleanup: rename CustomDataExternal.filename => filepathCampbell Barton
2022-03-19BLI: generalize converting CPPType to static typeJacques Lucke
2022-03-09Attributes: Implement CustomData interpolation for boolean data typeAleksi Juvani
2022-02-25Fix: Only possible to create one 8 bit integer attributeHans 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-11Cleanup: Remove unused mesh mask definitionsHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton