Hello everyone, recently I have been spending a lot of time designing UI’s for blender,
Here is the latest UI, it is an in-app tutorial viewer, this is a customizeable window that currently works in Blender, Maya and Unity.
I will post a video tonight demoing it,
I do however have a small error, I am attempting to run some commands from this window, and although all bpy.data works, bpy.context and bpy.ops does not. (for obvious reasons)
I would like to run commands like:
bpy.ops.wm.link_append(directory=“E:/Desktop/temp/fileCompare/scaffolding.blend/Group/”, filename=“myGroup”, link=False)
Does anyone know of a solution to access these commands via a Qt GUI?
Thank you
-Alex Telford