Scott Ayers
11-22-2010, 09:17 PM
Is it possible to create python tag plugins in one single file instead of having to use the res folder and multiple files?
I much prefer to use one file to write my plugins because multiple files is overkill to handle a couple blocks of code. Plus it's a royal pain trying to set up and tweak my tag GUI items when their information is spread acrossed multiple files.
It's all way, way, way overkill for the small plugins I make.
I know how to do this when writing dialog plugins. But not with tag plugins.
I've looked around but I can't find any examples of single file python tag plugins that have GUI items in them.
-ScottA
I much prefer to use one file to write my plugins because multiple files is overkill to handle a couple blocks of code. Plus it's a royal pain trying to set up and tweak my tag GUI items when their information is spread acrossed multiple files.
It's all way, way, way overkill for the small plugins I make.
I know how to do this when writing dialog plugins. But not with tag plugins.
I've looked around but I can't find any examples of single file python tag plugins that have GUI items in them.
-ScottA
