yonghao lv 1029910278
  • Joined on 2020-03-28
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

yonghao lv opened issue blender/blender#115082 2023-11-18 05:09:10 +01:00
Python API: Draw handle will not work in custom drag operator in Custom AssetToolShelf
yonghao lv commented on issue blender/blender#114876 2023-11-16 22:15:54 +01:00
Python API: Can not change active library in Custom AssetToolShelf

Thanks. Maybe the toggle way of the cataglory is also need image

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

Yes, that's right.Also I am confuse about usage of asset_library_reference in bpy.types.AssetShelf

yonghao lv commented on issue blender/blender#114876 2023-11-15 08:42:25 +01:00
Python API: Can not change active library in Custom AssetToolShelf

Yeah a new assetshelf., If it is not possible to set it while init, can it be tweaked in the ui interface? It seems that the property is store somewhere in the screen, just like the `space_data.sha…

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

Year, I want to accessing the existing custom library in the asset shelf ( Is there a way to use python to set it in the asset tool shelf?)