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-03Mesh: Parallelize remesh reprojectionsErik Abrahamsson
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-14Mesh: Fix quadratic cost for accessing normals with RNAHans Goudey
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans 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-29Add missing RNA text for the MeshUVLoop structDamien Picard
2022-08-26Cleanup: use matching function signatures for RNA callbacksCampbell Barton
2022-08-24Cleanup: Deduplicate RNA mesh element index retrievalHans Goudey
2022-08-12Fix incorrect custom-data layer access for hide layersCampbell Barton
2022-08-12Fix: Broken mesh hide status RNA accessorsHans Goudey
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-02Cleanup: Simplify functions for adding and removing color attributesHans Goudey
2022-07-05Fix T99272: Regression: location override ignored when used in a shadertree.Bastien Montagne
2022-06-29Attributes: Use attribute renaming function for generic mesh layersMartijn Versteegh
2022-06-27Fix T99171: Crash in mesh vertices positions RNA update functionHans Goudey
2022-06-23Mesh: Add an explicit "positions changed" functionHans Goudey
2022-06-01Cleanup: spelling in comments, use doxy sectionsCampbell Barton
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-05-23Merge remote-tracking branch 'origin/blender-v3.2-release'Dalai Felinto
2022-05-23Python API: add mathutils.Color functions to convert color spacesBrecht Van Lommel
2022-05-23Cleanup: remove "texture" from ED_mesh_uv_texture_* funcitonsCampbell Barton
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-04-28UI: Fix consistency issues with attribute tooltips and iconsEthan-Hall
2022-04-25Mesh: Make vertex normal property read-onlyHans Goudey
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-20Fix (unreported) huge liboverride slow-down due to non-disabled UV layer props.Bastien Montagne
2022-04-13Updated voxel remesher defaultsJoseph Eagar
2022-03-03UV: Edge selection supportSiddhartha Jejurkar
2022-02-24Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-24Fix: Crash switching between sculpt and edit modeHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-26Fix (unreported) missing 'override-exclusion' flag on new RNA mesh data acces...Bastien Montagne
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2022-01-20Mesh RNA API: Expose contiguous normal arraysHans Goudey
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-11-09Fix T92318: adding layers (UVs, ...) doesn't notify about limitPhilipp Oeser
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Depsgraph: support flushing parameters without a full COW updateCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Voxel Remesher: Make smooth shading output automaticPablo Dobarro