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-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-11-03Mesh: Parallelize remesh reprojectionsErik Abrahamsson
2022-10-14Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-09-28Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-23Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23RenamingsHans Goudey
2022-09-23Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-15Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-15Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-14Mesh: Fix quadratic cost for accessing normals with RNAHans Goudey
2022-09-14Compiles, runs in basic situationsHans Goudey
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-11Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-07Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-31Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-29Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-08-29Add missing RNA text for the MeshUVLoop structDamien Picard
2022-08-27Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-08-26Cleanup: use matching function signatures for RNA callbacksCampbell Barton
2022-08-25Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-08-24Cleanup: Deduplicate RNA mesh element index retrievalHans Goudey
2022-08-15ProgressHans 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