Results 116 comments of tintwotin

I also tried pointing to this file: https://github.com/alexismorin/Screenwriter/blob/master/Test%20Projects/Screenwriter-Unity/Packages/com.alexismorin.screenwriter/package.json or if I place the mentioned folder inside the plugins folder - it says it is compiling, but when finished it doesn't...

I think it would be better to add the waveform previews to the list. So, each of the 10 items in the list would be shown as previews next to...

You're more than welcome to try it out. Having waveform previews is a great help. My original thought was to add the waveform previews, like thumbnails in the UI Simple...

Makes sense. I just wanted to leave a few notes for later. The refactor is mainly for cleaning up code and pave the way for GPU support in the VSE,...

https://t.co/FSSWh3FrTD?amp=1 ![image](https://media.blenderartists.org/uploads/default/original/4X/c/c/b/ccb96c81fdd616f1bf832a775904303f3bf63bfd.gif)

Just some more notes on the changed transform options in 2.92. Now the patch has been committed. The changes are described here https://developer.blender.org/D8393 and here https://developer.blender.org/rB0277579b2850f0ba097741ca22eb8ae9ccd9bcea

https://github.com/doakey3/VSE_Transform_Tools/issues/20

Hmm, I'll have to ask for some help. Do you have any idea why I can't connect the sockets of the Mindmap addon like this: ``` # create links between...

Thank you for the code now the links are working. It was this line missing: `tree = bpy.data.node_groups['Mind Mapper']` ![image](https://user-images.githubusercontent.com/1322593/234703438-c55304ef-2af9-40c7-940e-a2199c1c8dc6.png) Phew, I'm a complete noob when it comes to coding...

ChatGPT came up with this for extracting the texts: ``` nodes = tree.nodes # Initialize the arrays to store the node order and labels node_order = [] node_labels = []...