YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu pushed to main at blender/blender 2023-02-15 11:33:48 +01:00
ef46f735f3 Cleanup: LineArt: Remove lineart_cpp_bridge.cc
YimingWu merged pull request blender/blender#104736 2023-02-15 11:33:48 +01:00
Cleanup: LineArt: Remove lineart_cpp_bridge.cc
YimingWu commented on pull request blender/blender#104767 2023-02-15 09:50:39 +01:00
LineArt: UI hint for using intersection filtering

(extremely painful to edit)

Exactly the reason I haven't been able to touch the manual very much after all these modifications....

YimingWu commented on pull request blender/blender#104767 2023-02-15 09:47:37 +01:00
LineArt: UI hint for using intersection filtering

How about we include the filtering hint:

"Enables the intersections detected between all objects contained in the scene to be drawn in this lineart, use collection intersection mask combinations…

YimingWu commented on pull request blender/blender#104767 2023-02-15 09:39:03 +01:00
LineArt: UI hint for using intersection filtering

"Global Intersection" with a tooltip explanation seems to be a better choice indeed.

YimingWu created pull request blender/blender#104767 2023-02-15 06:24:16 +01:00
LineArt: UI hint for using intersection filtering.
YimingWu pushed to lineart_ui_optimization at ChengduLittleA/blender 2023-02-15 06:20:52 +01:00
b9f009acc8 LineArt: UI hint for using intersection filtering.
YimingWu created branch lineart_ui_optimization in ChengduLittleA/blender 2023-02-15 06:20:52 +01:00
YimingWu pushed to main at ChengduLittleA/blender 2023-02-15 05:48:37 +01:00
6661342dc5 Mesh: Set active attribute values edit mode operator
02c3889b1c Cleanup: quiet clang warnings
8d35b28f2a Cleanup: spelling in comments
00a7344f27 Cleanup: quiet warnings from shellcheck, correct indentation
8de121ffc6 Cleanup: use 'show_' prefix for RNA sculpt booleans
Compare 37 commits »
YimingWu pushed to lineart_remove_cpp_bridge at ChengduLittleA/blender 2023-02-14 13:14:10 +01:00
27c87e8dc0 LineArt: Clean up comparison logic for readablity.
YimingWu commented on pull request blender/blender#104736 2023-02-14 13:03:35 +01:00
Cleanup: LineArt: Remove lineart_cpp_bridge.cc

I think the logic should be:

if (a < 0) {
	return true;
}
if (a > 0) {
	return false;
}
return b < 0;

I could combine it with this patch, seems small enough?

YimingWu pushed to lineart_remove_cpp_bridge at ChengduLittleA/blender 2023-02-14 12:51:33 +01:00
b37691acdf LineArt: Remove lineart_cpp_bridge.cc
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 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 created branch lineart_remove_cpp_bridge in ChengduLittleA/blender 2023-02-14 12:39:29 +01:00
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