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
2021-09-15LineArt: Automatic crease with flat/smooth faces.YimingWu
2021-08-25LineArt: Fix (Unreported) Crash when loading objects.YimingWu
2021-08-20Cleanup: remove BKE_mesh_free_data use for lineart mesh copiesCampbell Barton
2021-08-20Cleanup: accidentally included printfCampbell Barton
2021-08-20Fix memory leak with building springs in the cloth simulatorCampbell Barton
2021-08-20Cleanup: rename BKE_mesh_free -> BKE_mesh_free_dataCampbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-07-31LineArt: Fix(unreported): Child object respect collection visibility.YimingWu
2021-07-30Cleanup: missing leading '*' from comment blocksCampbell Barton
2021-07-28LineArt: Camera OverscanYimingWu
2021-07-27LineArt: Occlusion accuracy fix.YimingWu
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-20LineArt: UI cleanups.YimingWu
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-14Cleanup: Avoid duplication in line art stroke generationHans Goudey
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Cleanup: minor changes to edit-mesh API callsCampbell Barton
2021-07-05LineArt: Fix occlusion effectiveness for culled triangles.YimingWu
2021-06-29Cleanup: Remove unused function in lineart_cpu.cYimingWu
2021-06-29LineArt: Filtering intersection lines using mask numbersYimingWu
2021-06-29LineArt Cleanup: Rename floating->looseYimingWu
2021-06-28LineArt: Occlusion effectiveness supportYimingWu
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-25LineArt: Filtering feature lines with face maskYimingWu
2021-06-25LineArt: More type & related chaining improvementsYimingWu
2021-06-24Cleanup: clang-format, spellingCampbell Barton
2021-06-24LineArt: Bound box visibility check when loadingYimingWu
2021-06-24Line Art: Discard out of frame edges.YimingWu
2021-06-17Cleanup: unused argument, function & shadow variable warningCampbell Barton
2021-06-16LineArt: Cached calculation for modifiers in the same stack.YimingWu
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-09LineArt: Camera marker update fix.YimingWu
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-06-08LineArt: Threaded Object Loading.YimingWu
2021-06-07Cleanup: remove unused valueCampbell Barton
2021-06-07Fix build error, remove duplicate include.Ankit Meel
2021-06-07LineArt: Shifting fix for different camera fitting.YimingWu
2021-06-06LineArt: Fix edge clipping index error.YimingWu
2021-06-03Cleanup: spelling in comments, correct outdated commentsCampbell Barton
2021-06-02LineArt: Tolerance for faces perpendicular to viewYimingWu
2021-05-27LineArt: List Optimization for tile linked data.YimingWu
2021-05-27Cleanup: Line art variable naming.YimingWu
2021-05-25Cleanup: Use ListBase in various places in line art.YimingWu
2021-05-25Cleanup: Line art naming changes.YimingWu
2021-05-25Fix T88464: Incorrect baking with camera markers.YimingWu
2021-05-21Cleanup: spellingLeon Zandman
2021-05-17Fix T86278: vertex color baking not working with modifiersBrecht Van Lommel
2021-04-28Fix T87832: Incorrect FOV in line art when sensor fit is not Auto.YimingWu
2021-04-11Cleanup: use ELEM, STREQ macrosCampbell Barton