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-13Cleanup: Move lineart_cpu.c to C++Hans Goudey
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-05LineArt: Fix "No intersection" flicker.YimingWu
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-23Cleanup: fix compiler errorsJacques Lucke
2022-09-23Depsgraph: generalize passing parameters to depsgraph object iteratorJacques Lucke
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-09-19Cleanup: prefer 'arg' over 'params' for sphinx documentationCampbell Barton
2022-09-18LineArt: Force intersection option.YimingWu
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-06LineArt: Usability improvement for "Enclosed Shapes".YimingWu
2022-07-01Fix T99268: LineArt better handling for dense overlappings.Yiming Wu
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-18LineArt: Use array instead of lists for edges pending occusion queryYimingWu