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-01-13Cleanup: Use helper functions to check if normals are dirtytemp-vert-normals-cleanupHans Goudey
2022-01-13Cleanup: Improve commentHans Goudey
2022-01-13Cleanup: Add a few more asserts for proper normalsHans Goudey
2022-01-13Fix: Mesh validation removes normal layers but doesn't tag dirtyHans Goudey
2022-01-12Cleanup: Remove unnecessary changesHans Goudey
2022-01-12Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2022-01-12Fix T94624: Object as font instances don't workHans Goudey
2022-01-12DNA: Add space clip editor defaultsSimon Lenz
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12Compositor: Add Scene Time Node, Rename Time nodeNathan Rozendaal
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Fix T94812: render layer sockets are missing after file loadJacques Lucke
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-12BLF: Reduction of use of BLF_DRAW_STR_DUMMY_MAXHarley Acheson
2022-01-11Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2022-01-11Cleanup: quite missing-variable-declarations warningsCampbell Barton
2022-01-11Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2022-01-11Fix T94671: performance regression with subsurf modifierKévin Dietrich
2022-01-11Spreadsheet: Add mesh topology information with a debug valueHans Goudey
2022-01-11Cleanup: Remove unused "active ID" node flagHans Goudey
2022-01-11Geometry Nodes: Move normal field input to be usable elsewhereHans Goudey
2022-01-10Fix T94600: Apply single shrinkwrap constraint failsPhilipp Oeser
2022-01-10Compositing Convert color space nodeJeroen Bakker
2022-01-08Fix T94534: dangling pointer in internal link after removing socketJacques Lucke
2022-01-08Cleanup: Remove unused code from BKE_node.hHans Goudey
2022-01-07Cleanup: Use forward declaration of struct in headerHans Goudey
2022-01-07LibOverrides: small refactor of resync main public function.Bastien Montagne
2022-01-07LibOverride: Add tag to libraries that had to be recursively resynced.Bastien Montagne
2022-01-07Cleanup: use the ELEM macroCampbell Barton
2022-01-07Fix BKE_image_ensure_tile_token being called with a full pathCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Apply fixes to subdivision comments from SergeyHans Goudey
2022-01-06Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2022-01-06Cleanup: USD/ABC, remove `const` from pass-by-value paramsSybren A. Stüvel
2022-01-06Cleanup: anim, remove `const` declarations from pass-by-value paramsSybren A. Stüvel
2022-01-06Fix (unreported) crash in liboverride after yesterday's commit.Bastien Montagne
2022-01-06Cleanup: move public doc-strings into headersCampbell Barton
2022-01-06Cleanup: sort cmake file listsCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-06Correct error when moving doc-strings into headerCampbell Barton
2022-01-06Cleanup: Spelling/grammar in commentsHans Goudey
2022-01-05Use `BKE_mesh_vertex_normals_for_write` instead of casting away const in two ...Hans Goudey
2022-01-05Clarify mesh normal validationHans Goudey
2022-01-05Minor formatting change and comment cleanupHans Goudey
2022-01-05Fix issue with `BKE_mesh_nomain_to_mesh` (remesh operator causes failed assert)Hans Goudey
2022-01-05Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2022-01-05Fix crash restoring undo step mesh to edit meshHans Goudey