Jimmy Gunawan

Results 245 comments of Jimmy Gunawan

BLEND [kanji_game_010.blend.zip](https://github.com/enzyme69/blendersushi/files/15256354/kanji_game_010.blend.zip)

I also got it to work by using Python Module Manager addon in Blender, and then installing python-rtmidi.

Blender 2.92 seems to be able to load AddRoutes. I hope 2.93 LTS and 3.0 can be supported.

I tested just now, not quite working with Blender 2.93 M1 Mac unfortunately.

I am using Codeformer for dependency https://github.com/sczhou/CodeFormer

The documentation specified: index_switch( index_switch_items: Collection, data_type: IndexSwitch.DataType, index: Int, 0: Geometry, 1: Geometry, : Virtual ) But that 0 and 1 does not seem to work... A bit of...

If I were to do this using normal bpy and not geometryscript, it's still weird.

I figure this out which indeed "Add Item" into Index Switch: `index_switch_node.index_switch_items.new()` But I wonder if Geometry Script provides a way to "connect" into this "Virtual slot"?

Cheers for detailed reply. Ok I need to simplify the request :) Basically I might be thinking that your automation addon can be used like for "realtime" control that trigger...