YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#128733 2024-10-10 07:48:13 +02:00
Blender crashes and closes when I move the model view in Cycles (Only with GPU)

Looks like it still crashes in device_update_prim_offsets. Might be that you somehow have invalid geometries. Could you clean the file up and upload a minimal example that can reproduce this…

YimingWu closed issue blender/blender#128786 2024-10-09 15:29:05 +02:00
Mirror - CTRL M
YimingWu commented on issue blender/blender#128786 2024-10-09 15:29:01 +02:00
Mirror - CTRL M

Thanks for the update. I guess we can close this now. :)

YimingWu closed issue blender/blender#128800 2024-10-09 15:20:38 +02:00
GP3 Performance Drops After Too Many Strokes on One Keyframe
YimingWu commented on issue blender/blender#128800 2024-10-09 15:20:34 +02:00
GP3 Performance Drops After Too Many Strokes on One Keyframe

I believe this is the same problem as #123317. Ways to speed up the drawing has been considered, and optimizations will come at a later point.

Will close this as a duplicate, please subscribe…

YimingWu commented on issue blender/blender#128797 2024-10-09 15:12:50 +02:00
Custom property Data-Block Type only has Object ID Type

Can confirm. The enum items for this id_type are constructed from (legacy?) Action id_root enum items (which now only includes an "OBJECT" entry.


  rna_id_type_items = tuple((item.ide…
YimingWu commented on issue blender/blender#128703 2024-10-09 14:34:40 +02:00
Mac: Corrupted header region and crash

This may possibly be faulty video memory (in this case unified memory?). Do you have graphic glitches while using other graphics-heavy programs?

YimingWu commented on issue blender/blender#128769 2024-10-09 14:29:44 +02:00
GPv3: Interpolation changing static strokes

I think at this point we simply need a sampling length argument so you can at least have some control over how sharp those corners are, and hopefully they will look nice enough, maybe also…

YimingWu closed issue blender/blender#128796 2024-10-09 14:23:23 +02:00
How can I consistently place an object in the same location in Blender using Python?
YimingWu commented on issue blender/blender#128796 2024-10-09 14:23:20 +02:00
How can I consistently place an object in the same location in Blender using Python?

Hi @huzaifa-tahir , from the screenshot, it appears that your objects are snapped at (0,0,0), but the origin of the object is not set to where you expected them to be. You can set origin to…

YimingWu commented on issue blender/blender#128783 2024-10-09 14:11:47 +02:00
Spring-Damper Calculations in Blender's Soft Body Physics

hummm looks like we never migrated that part to bullet 🤔. Somehow I did have a recollection of that...

YimingWu commented on issue blender/blender#128788 2024-10-09 13:58:28 +02:00
use_recompute_usercount_on_save_debug - Breaks bpy.ops.view3d.copybuffer() and .pastebuffer()

Looks like 4.2.x indeed have this problem, but on latest 4.4 it seems to work just fine with the same option enabled.

>>> bpy.ops.view3d.copybuffer(), bpy.ops.view3d.pastebuffer()
Info:…
YimingWu commented on issue blender/blender#128786 2024-10-09 13:51:51 +02:00
Mirror - CTRL M

I'm not quite sure what you meant by if I use CTRL M shortcut it doesn't work. Did Ctrl + M invoke "Interactive Mirror" at all? Or are you not able to select axis with middle mouse button?

S…

YimingWu commented on issue blender/blender#128785 2024-10-09 13:44:27 +02:00
Brush asset icons won't reload allways after Undo

After ctrl-z multiple times I got such exception and blender crashed, however the images all seem to load for me

terminate called after throwing an instance of 'std::bad_variant_access'
…
YimingWu closed issue blender/blender#128783 2024-10-09 13:40:33 +02:00
Spring-Damper Calculations in Blender's Soft Body Physics
YimingWu commented on issue blender/blender#128783 2024-10-09 13:40:30 +02:00
Spring-Damper Calculations in Blender's Soft Body Physics

Hi @Maximilian-Gebelein , Blender relies on Bullet Physics for soft body computations entirely :D. For details on the physics principals and algorithm…

YimingWu closed issue blender/blender#128558 2024-10-09 13:34:35 +02:00
Modal Grab Cursor Prone to Leaving Window With Fast Movements
YimingWu commented on issue blender/blender#128558 2024-10-09 13:34:25 +02:00
Modal Grab Cursor Prone to Leaving Window With Fast Movements

Ah looks like for now the most sensible thing to do is to have a wider margin for warping the cursor so it's not "that easy" to move the cursor too fast so it goes outside.

I guess we can close…

YimingWu closed issue blender/blender#128778 2024-10-09 11:13:46 +02:00
Updating 3D Viewport Pie Menus from Get Extensions broke my key Toolbox shortcut Shift+Spacebar
YimingWu commented on issue blender/blender#128778 2024-10-09 11:13:42 +02:00
Updating 3D Viewport Pie Menus from Get Extensions broke my key Toolbox shortcut Shift+Spacebar

Hi! Looks like this bug is related to this specific plug-in. You can report the bug in their repository. Thanks!

Will…