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-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-02Cleanup: Fix clang-tidy warnings: [readability-else-after-return]Clément Foucault
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-31Merge branch 'blender-v3.3-release'YimingWu
2022-08-31LineArt: Fix (unreported) wrong index in weight transferYimingWu
2022-08-17Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-17Cleanup: spelling in commentsCampbell Barton
2022-08-17Cleanup: strip blank lines around comment blocksCampbell Barton
2022-08-16Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-16Cleanup: compiler warningBrecht Van Lommel
2022-08-16Merge branch 'blender-v3.3-release'YimingWu
2022-08-16Fix T100435: Use evaluated material for line art loading.YimingWu
2022-08-15Cleanup OpenGL linking and related code after libepoxy mergeSebastian Parborg
2022-08-12Merge branch 'blender-v3.3-release'Sebastian Parborg
2022-08-12Fix out of bounds read in LineArt if there are only interestion edgesSebastian Parborg
2022-08-12Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-12Fix T100138: Use `double` for LineArt intersection record.YimingWu
2022-08-10Cleanup: spellingCampbell Barton
2022-08-06Merge branch 'blender-v3.3-release'Howard Trickey
2022-08-06LineArt: Usability improvement for "Enclosed Shapes".YimingWu
2022-08-05Cleanup: Remove outdated code for mesh normalsHans Goudey
2022-08-04Depsgraph: More clear function name for transform dependnecySergey Sharybin
2022-08-04Cleanup: spelling, code-blocksCampbell Barton
2022-08-03Cleanup: fix various typosBrecht Van Lommel
2022-08-01Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-01I18n: make Grease Pencil modifiers and shader FX translatable.Damien Picard
2022-07-29Cleanup: Use const context argument for UIList callbacksHans Goudey
2022-07-20Cleanup: remove unused get_cage_mesh parameterJacques Lucke
2022-07-13Fix T99654: Applying Mirror modifier breaks the erase toolAntonio Vazquez
2022-07-11Fix/Cleanup UI messages.Bastien Montagne
2022-07-01Fix T99268: LineArt better handling for dense overlappings.Yiming Wu
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-30Cleanup: use "use_" prefix for boolean propertyCampbell Barton
2022-06-30Cleanup: formatCampbell Barton
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-29LineArt: Shadow and related functionalities.Yiming Wu
2022-06-27Cleanup: spelling in commentsCampbell Barton
2022-06-23LineArt: Cleanup minor warnings from variable type changes.Yiming Wu
2022-06-21LineArt: Move style options to top of the modifier.Yiming Wu
2022-06-16LineArt: Variable name cleanups.Yiming Wu
2022-06-13LineArt: General code cleanups.Yiming Wu
2022-06-13Cleanup: Use more specific includes for grease pencil modifiersHans Goudey
2022-06-10LineArt: Clean up `LineartRenderBuffer`.Yiming Wu
2022-06-10Cleanup: Clang tidyHans Goudey
2022-06-03LineArt: Include minor fixes in branch that's missing in master.Yiming Wu
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-06-02LineArt: Speedup construction of quad trees.Yiming Wu
2022-06-01LineArt: Adding a intersection timer.Yiming Wu