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-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
2022-05-18LineArt: Remove LineartEdge::obindex.YimingWu
2022-05-18LineArt: Use safe lineart_discard_duplicated_edgesYimingWu
2022-05-13Fix T96781: LineArt proper object iterator.YimingWu
2022-05-10LineArt: Use thread safe bound box.YimingWu
2022-05-05Cleanup: spelling in commentsCampbell Barton
2022-05-04LineArt: Object loading optimizationYimingWu
2022-04-28Cleanup: spelling in commentsCampbell Barton
2022-04-01Cleanup: Use const for bounding boxes where possibleHans Goudey
2022-03-31Fix T94888: LineArt use the same triangulation as viewport.YimingWu
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-02-25Fix T95984: Use consistent shifting for persp and ortho cam.YimingWu
2022-02-22LineArt: Consistent backface culling behaviorYimingWu
2022-02-19LineArt: GPU subdiv fix.YimingWu
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Fix T95458: Line art ignores curve objects with no evaluated meshHans Goudey
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-22LineArt: Option to keep contour when using face mark filtering.YimingWu
2022-01-22LineArt: Back face cullingYimingWu
2022-01-22LineArt: Noise tolerant chaining.YimingWu
2022-01-17LineArt: Invert collection option.YimingWu
2022-01-14Fix T94878: LineArt crease threshold logic error.YimingWu
2021-12-31LineArt: Correct collection intersection mask logic.YimingWu
2021-12-31LineArt: Correct clamping of out of bound isect indexYimingWu
2021-12-28Revert "LineArt: Intersection function additional clamping"YimingWu
2021-12-28LineArt: Intersection function additional clampingYimingWu
2021-12-27LineArt: Protecting bounding area links.YimingWu
2021-12-27LineArt: Remove duplicated edge-boundbox linking.YimingWu
2021-12-09Cleanup: move public doc-strings into headers for 'gpencil_modifiers'Campbell Barton
2021-12-01LineArt: Use consitent view vector direction.YimingWu
2021-11-30Fix(unreported): LineArt intersection mask logic error.YimingWu
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton