YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#108583 2023-06-06 05:51:49 +02:00
My entire Pc crashes when I switch to cycle render.

@Alejandro-Herrera From what I could find out, this looks like a hardware problem likely with your motherboard. I'm gonna close this issue since it's very unlikely a blender bug, but feel free to…

YimingWu commented on issue blender/blender#108643 2023-06-06 05:41:21 +02:00
Blender window does not open to full dimensions of the desktop

@deadpin If OS UI scale is at 100%, does it still happen?

@mont29 might want to take a look

YimingWu closed issue blender/blender#108642 2023-06-06 05:35:42 +02:00
My camera and light display is weird. please fix asap
YimingWu commented on issue blender/blender#108642 2023-06-06 05:35:40 +02:00
My camera and light display is weird. please fix asap

Hi @Ahmad-Madanie , Your hardware Intel(R) HD Graphics 4000 is below the minimum system requirements for Blender 3.5+, please see https://www.blender.org/download/requirements/ for details. Thanks!

YimingWu commented on issue blender/blender#108638 2023-06-06 05:23:44 +02:00
Editing redo panel properties of torus in edit mode reverts some steps

Can confirm it does cause geometry nodes to revert after adding a torus and adjusting values.

This might again be a very weird quirk of the current undo system.

YimingWu commented on issue blender/blender#108633 2023-06-06 05:06:20 +02:00
Curve sculpting: occlusion by hidden parent makes the curves unresponsive to brushes.

Can confirm the behaviour.

I think this is caused by the spherical brush falloff using the nearest hidden parent surface as the origin of the influence.

Even you don't hide the mesh, and…

YimingWu commented on issue blender/blender#108632 2023-06-06 04:58:05 +02:00
Add-On: Material Utilities - Icon Id error

I added a fix here: blender/blender-addons#104675

YimingWu commented on pull request blender/blender-addons#104675 2023-06-06 04:57:31 +02:00
Fix #108632: Icon preview fix for material utils plugin.

Looks like the ID can't span to other repositories...

YimingWu created pull request blender/blender-addons#104675 2023-06-06 04:56:50 +02:00
Fix #108632: Icon preview fix for material utils plugin.
YimingWu pushed to main at ChengduLittleA/blender-addons 2023-06-06 04:55:47 +02:00
4b69f70602 Merge branch 'main' of projects.blender.org:blender/blender-addons into main
cf6759f29b Fix #108632: Icon preview fix for material utils plugin.
Compare 2 commits »
YimingWu created repository ChengduLittleA/blender-addons 2023-06-06 04:54:55 +02:00
YimingWu commented on issue blender/blender#108632 2023-06-06 04:43:44 +02:00
Add-On: Material Utilities - Icon Id error

Can confirm the issue even with a default cube without doing anything.

And changing the line into icon_value = layout.icon(material) does fix the problem and the icon is correct.

This is…

YimingWu commented on issue blender/blender#108631 2023-06-06 04:32:44 +02:00
node.dimensions[:] == (0.0, 0.0) when creating the nodes with python without shader editor space

I can replicate the problem. Not sure what is happening but looks like all the nodes are created with correct size and position regardless.

YimingWu deleted branch fix-108591 from ChengduLittleA/blender 2023-06-06 04:13:11 +02:00
YimingWu closed issue blender/blender#108591 2023-06-06 04:13:10 +02:00
Regression: Add paint slot crash in texture paint mode
YimingWu pushed to blender-v3.6-release at blender/blender 2023-06-06 04:13:09 +02:00
8a0a9ec0c3 Fix #108591: Handle null material adding paint slot
YimingWu merged pull request blender/blender#108592 2023-06-06 04:13:08 +02:00
Fix #108591: Handle null material adding paint slot
YimingWu pushed to fix-108591 at ChengduLittleA/blender 2023-06-06 03:50:40 +02:00
ee6de70bdc Cleanup (missing variable assignage)
YimingWu commented on issue blender/blender#108621 2023-06-05 15:28:34 +02:00
Regression: Driven values are no longer marked in purple

From my tests:

  • Purple on float property UIs
  • No purple on int/enum/boolean property UIs

Doesn't seem to be the problem with themes because all themes has the same problem now.

Is this…

YimingWu pushed to fix-108591 at ChengduLittleA/blender 2023-06-05 15:20:08 +02:00
22baaaf987 clean up
73cb38da22 Use rgba_float_args_set
7b6d4c66a1 Add mat/tree checks in default_paint_slot_color_get
3531b6c936 Fix #108591: Handle mat==null adding paint slot
Compare 4 commits »