Block a user
UI: Collection tab should hide when scene master collection is active.
Yeah I think this should be closed.
Cleanup: LineArt: Remove lineart_cpp_bridge.cc
I'm not sure if this works right but there are submodule diffs inside... Any ways to get rid of them?
LineArt: Remove lineart_cpp_bridge.cc.
YimingWu
created branch lineart_remove_cpp_bridge in ChengduLittleA/blender
2023-02-14 12:39:29 +01:00
LineArt wrong intersection detection on scene collections containing intersecting object
i beleive that at least there should be a clear flag for that. like "use scene intersections (faster)" enabled by default.
The problem with LineArt is that it's not capable of doing…
LineArt wrong intersection detection on scene collections containing intersecting object
It's currently expected for LineArt to behave this way. Initially LineArt is designed to only handle triangle and its flags so when it gets into computing, individual triangles doesn't have "which…