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-09-27Scew Modifier: Remove eager normal calculationHans Goudey
2022-09-26Fix crash in Solidify modifier with Inner CreaseSergey Sharybin
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
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-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-09-22Geometry Nodes: Add Self Object NodeHans Goudey
2022-09-17Attributes: Validate some builtin attributes for untrusted inputsHans Goudey
2022-09-17Geometry Nodes: use stringref instead of string in loggerJacques Lucke
2022-09-17Cleanup: spelling, punctuation & repeated words in commentsCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-15Fix warning-as-errors in older GCC's, take 2.Bastien Montagne
2022-09-15Fix warning-as-errors in older GCC's.Bastien Montagne
2022-09-15I18n: disambiguate and extract a few messagesDamien Picard
2022-09-15Cleanup: quiet sign-conversion warning in OFFSETOF_STRUCT_AFTERCampbell Barton
2022-09-15Correct over allocation in 0e172e9732a1cab2aba324ce10ce304df7b69338Campbell Barton
2022-09-15Cleanup: minor improvement to boundary checkCampbell Barton
2022-09-15Fix T95649: Corrective Smooth can cause vertices to jumpCampbell Barton
2022-09-14Fix: Build error after previous cleanup commitHans Goudey
2022-09-14Cleanup: Remove unused argument from modifier data mask callbackHans Goudey
2022-09-14Cleanup: remove unused fields + add overrideJacques Lucke
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-09Cleanup: spelling in commentsCampbell Barton
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-31Fix compile error from merge.Joseph Eagar
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-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-31Cleanup: break before the default case in switch statementsCampbell Barton
2022-08-31Mesh: Avoid redundant custom data layer initializationHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30Geometry Nodes: Use separate field context for each geometry typeHans Goudey
2022-08-26Cleanup: reduce variable scopeCampbell Barton
2022-08-25Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-25Fix T100255: Make RigidBodyWorld (and effector_weights) collections refcounted.Bastien Montagne
2022-08-23Merge branch 'blender-v3.3-release'Philipp Oeser
2022-08-23Fix T100578: Surface Deform modifier displays wrong in editmodePhilipp Oeser
2022-08-23Cleanup: match names between functions & declarationsCampbell Barton
2022-08-16Cleanup: some refactoring in mapped mesh extractionBrecht Van Lommel
2022-08-12Cleanup: remove use_normals arugment to MOD_deform_mesh_eval_getCampbell Barton
2022-08-12Merge branch 'blender-v3.3-release'Campbell Barton