YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#89422 2023-02-14 12:46:01 +01:00
UI: Collection tab should hide when scene master collection is active.

Yeah I think this should be closed.

YimingWu commented on pull request blender/blender#104736 2023-02-14 12:44:38 +01:00
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?

YimingWu created pull request blender/blender#104736 2023-02-14 12:43:33 +01:00
LineArt: Remove lineart_cpp_bridge.cc.
YimingWu created branch lineart_remove_cpp_bridge in ChengduLittleA/blender 2023-02-14 12:39:29 +01:00
YimingWu pushed to lineart_remove_cpp_bridge at ChengduLittleA/blender 2023-02-14 12:39:29 +01:00
2bca2af3a0 LineArt: Remove lineart_cpp_bridge.cc.
YimingWu commented on issue blender/blender#101920 2023-02-14 11:58:44 +01:00
Translate error

Yes, I can confirm the better way is "烘焙" not "烘培".

YimingWu created repository ChengduLittleA/blender 2023-02-14 10:20:25 +01:00
YimingWu commented on issue blender/blender#104562 2023-02-14 09:25:52 +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…

YimingWu commented on issue blender/blender#104562 2023-02-14 04:14:03 +01:00
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…