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-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-04Cleanup: spelling, code-blocksCampbell Barton
2022-08-03Cleanup: fix various typosBrecht Van Lommel
2022-07-01Fix T99268: LineArt better handling for dense overlappings.Yiming Wu
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-16LineArt: Variable name cleanups.Yiming Wu
2022-06-13LineArt: General code cleanups.Yiming Wu
2022-06-10LineArt: Clean up `LineartRenderBuffer`.Yiming Wu
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
2022-06-01LineArt: Temporary fix for object loading iterator.Yiming Wu
2022-05-25Fix T98355: Line art crash when switch to mesh edit mode.YimingWu
2022-05-25Fix T98359: Handle object that has no feature lines.YimingWu
2022-05-23Revert "LineArt: Use CAS for add_triangles."Ray Molenkamp
2022-05-23LineArt: Use CAS for add_triangles.YimingWu
2022-05-23LineArt: Fix adjacent edge sorting.YimingWu
2022-05-19Cleanup: spelling in comments & move doc-strings to headersCampbell Barton
2022-05-18LineArt: Use array instead of lists for edges pending occusion queryYimingWu
2022-05-18LineArt: Remove LineartEdge::obindex.YimingWu
2022-05-18LineArt: Use safe lineart_discard_duplicated_edgesYimingWu
2022-05-18LineArt: Prioritize connecting chains from the same contour loopYimingWu
2022-05-17Cleanup: spelling in commentsCampbell Barton
2022-05-13LineArt: Better behavior of smooth tolerance.YimingWu
2022-05-13Fix T96781: LineArt proper object iterator.YimingWu