YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu pushed to main at ChengduLittleA/.profile 2024-09-30 11:04:02 +02:00
1f18f28af8 更新 reports/2024.md
YimingWu pushed to fix-128079 at ChengduLittleA/blender 2024-09-30 10:05:38 +02:00
477fa57790 Merge branch 'main' into fix-128079
a2d9d9e987 Fix #128269: Performance regression for some brushes
ce301be39e Fix #128328: Missing PBVH draw data reupload of non-visible nodes
eb6b96e70c Cleanup: Avoid unnecessary string copy when adding attribute
4426526813 USD: Add tests for multiple materials assigned to single mesh
Compare 172 commits »
YimingWu closed issue blender/blender#127529 2024-09-30 10:04:30 +02:00
GPv3: CRASH Transforming Multiple Objects in Edit Mode
YimingWu commented on issue blender/blender#127529 2024-09-30 10:04:26 +02:00
GPv3: CRASH Transforming Multiple Objects in Edit Mode

This is confirmed fixed by #127796. Closing.

YimingWu closed issue blender/blender#126692 2024-09-30 09:58:40 +02:00
Hard Crash while baking Line Art Modifier for Geometry Nodes object
YimingWu commented on issue blender/blender#126692 2024-09-30 09:58:32 +02:00
Hard Crash while baking Line Art Modifier for Geometry Nodes object

@Df is this crash still reproducible? Can you check if the problem can be consistently mitigated by the steps above?

Unable to reproduce this in 4.3 now, even with steps that will crash…

YimingWu commented on issue blender/blender#128280 2024-09-30 07:58:37 +02:00
GPv.3: Wrong drawing order of realized instances of GP object

Currently the stroke order is only affecting the order with in one GP object for creating GPU batches and then those objects are then drawn in arbitrary depth order. This is a known limitation and…

YimingWu commented on issue blender/blender#128330 2024-09-30 05:31:30 +02:00
Blender crashing problem

Hi @Stickyoff , R3 graphics should have good enough support to run Blender. But we do not have enough information in this report. Please try giving us these things:

  • Upgrade the graphics…
YimingWu closed issue blender/blender#128329 2024-09-30 05:26:24 +02:00
Pose Brush with unchecked *Connected Only* in Sculpt mode causes continual stutter on every zoom/pan/rotation of camera in viewport.
YimingWu commented on issue blender/blender#128329 2024-09-30 05:26:20 +02:00
Pose Brush with unchecked *Connected Only* in Sculpt mode causes continual stutter on every zoom/pan/rotation of camera in viewport.

Actually this is expected performance (I was on debug so the hang is more prominent). Please refer to [the option in the manual](https://docs.blender.org/manual/en/latest/sculpt_paint/sculpting/too

YimingWu commented on issue blender/blender#128329 2024-09-30 05:10:56 +02:00
Pose Brush with unchecked *Connected Only* in Sculpt mode causes continual stutter on every zoom/pan/rotation of camera in viewport.

If I uncheck "Connected Only" in sculpt brush, Blender would just hang on me for the first time cursor has hovered on top of a modified mesh. Will update description.

YimingWu commented on issue blender/blender#128322 2024-09-30 05:03:04 +02:00
Pack Islands - missing properties warning in console

Broken by this commit

@glukoz it seems that we missed registering some properties?

YimingWu created pull request blender/blender#128347 2024-09-30 04:52:09 +02:00
Fix #128317: Missing space_object selector in Shrinkwrap constraint
YimingWu pushed to fix-128317 at ChengduLittleA/blender 2024-09-30 04:48:33 +02:00
a3605e8e93 Fix #128317: Missing space_object selector in Shrinkwrap constraint
a2d9d9e987 Fix #128269: Performance regression for some brushes
ce301be39e Fix #128328: Missing PBVH draw data reupload of non-visible nodes
eb6b96e70c Cleanup: Avoid unnecessary string copy when adding attribute
4426526813 USD: Add tests for multiple materials assigned to single mesh
Compare 10 commits »
YimingWu created branch fix-128317 in ChengduLittleA/blender 2024-09-30 04:48:33 +02:00
YimingWu commented on issue blender/blender#128317 2024-09-30 04:43:19 +02:00
Shrinkwrap Constraint Custom Space does not show UI controls to enter space object

Seems like it. Thanks for reporting!

Looks like shrinkwrap do have CUSTOM space object mode. Will make a fix.

YimingWu commented on issue blender/blender#128284 2024-09-28 04:39:30 +02:00
Pivot point is offfset on objects with some types of constraints

This applies to all transform constraints, the floor and shrinkwrap constraints but not follow path.

I think we can improve the inconsistency situation on transforming objects with constraints…

YimingWu closed issue blender/blender#127390 2024-09-27 17:55:44 +02:00
FBX bone colors are not respected on import
YimingWu commented on issue blender/blender#127390 2024-09-27 17:55:35 +02:00
FBX bone colors are not respected on import

Hi @Shadowth117 , after a discussion with devs, and mainly since this problem is more of a feature request instead of a bug that's preventing the model from working, by policy we will close this…

YimingWu commented on issue blender/blender#128238 2024-09-27 17:47:51 +02:00
UI displaying just incorrect values for small float property values

The most confusing part for me was that there is no way to see the actual float value from the UI, even if you click to edit it.

Yeah because Blender will omit those bits since they are not…