yonghao lv atticuslv
  • Joined on 2020-03-28
yonghao lv opened issue blender/blender#123599 2024-06-22 12:39:27 +02:00
Error on running blender_icons_geom.py
yonghao lv opened issue blender/blender#123457 2024-06-20 02:35:46 +02:00
event.value 'DOUBLE_CLICK' not work in modal operator?
yonghao lv opened issue blender/blender#123421 2024-06-19 08:58:08 +02:00
[api] PointerProperty with bpy.types.VectorFont throw SystemError in Preference
yonghao lv opened issue blender/blender#121950 2024-05-18 18:01:12 +02:00
Crash when extension have non-English char in filename
yonghao lv commented on issue blender/blender#121435 2024-05-05 04:34:05 +02:00
OPTIX_ERROR_PIPELINE_LINK_ERROR with osl script in gpu

seems that the trace func only support cpu...

yonghao lv opened issue blender/blender#121435 2024-05-05 04:15:25 +02:00
OPTIX_ERROR_PIPELINE_LINK_ERROR with osl script in gpu
yonghao lv commented on pull request blender/blender#119894 2024-04-24 11:21:57 +02:00
Alembic: Support new Curves object type for export

I notice that the new exporter's abc file will crash when import to maya so I check its' attribute in houdini and get something like this( string attribute ):

abc_userProperties =…
yonghao lv commented on pull request blender/blender#113445 2024-03-27 14:03:48 +01:00
Geometry Nodes: Menu Switch Node

I think what menu socket looks like now is that it's design against the 'node group' design. Users use group socket input because they need to connect to more than one node inside a group and…

yonghao lv opened issue blender/blender#119960 2024-03-27 13:25:46 +01:00
Geo nodes: Menu Switch only support one socket input
yonghao lv commented on issue blender/blender#119312 2024-03-14 10:26:14 +01:00
Crash with python api 'spaces[0].deselect_all() on Windows

still not find where cause the crash. but I think this may happen when a scene init. I use some hack to turn on the handle later so it won't crash

@bpy.app.handlers.persistent
def
yonghao lv commented on issue blender/blender#119312 2024-03-12 07:13:34 +01:00
Crash with python api 'spaces[0].deselect_all() on Windows

Thanks for report, 1: i can not install add-on without errors in the terminal (see addon error.txt), 2: i can not run your script without error (see script error.txt). Please, simplify…

yonghao lv opened issue blender/blender#119312 2024-03-11 07:33:21 +01:00
Crash with python api 'spaces[0].deselect_all()
yonghao lv commented on issue blender/blender#87006 2024-03-11 07:11:26 +01:00
Geometry Node: Changing modifier input values with python no cause update

@MACHIN3 seem this new api work.

yonghao lv commented on issue blender/blender#116602 2023-12-28 14:27:56 +01:00
[Geo nodes break] The Instance rotation node give the wrong rotation!

seems the sample curve node(or other sample nodes) do not have the same behavior as the in python api. The quaternion.slerp function will handle it to give a smooth mix, instead of a jumping value

yonghao lv opened issue blender/blender#116602 2023-12-28 13:59:11 +01:00
[Geo nodes break] The Instance rotation node give the wrong rotation!
yonghao lv opened issue blender/blender#116598 2023-12-28 09:51:02 +01:00
Crash when use viewer node to preview a quaternion attirbute[Geo nodes]
yonghao lv commented on issue blender/blender#115082 2023-12-08 18:32:27 +01:00
Python API: Draw handle will not work in custom drag operator in Custom AssetToolShelf

Solved method: add bpy.context.area.tag_redraw() in the modal function, helps refresh the drawing

yonghao lv commented on issue blender/blender#114876 2023-12-04 20:04:52 +01:00
Python API: Can not change active library in Custom AssetToolShelf

@PratikPB2123 It has been a month, will there be any progress?

yonghao lv commented on issue blender/blender#114876 2023-11-22 22:55:48 +01:00
Python API: Can not change active library in Custom AssetToolShelf

Any progress? It's been a week