Christopher Swasey

Results 11 comments of Christopher Swasey

For anyone who comes across this on OS X: Table cleaner wasn't working for me because it was running the script with Python 3. Rather than figure out how to...

Might consider making it not hijack the back/forward keyboard shortcuts, as well. You can interact with a calendar component, then scroll down the page and have no idea why ⌘←...

+1 I really need this before I can use Gaunt :(

This is because the plugin classes override `__init__`, which is no longer permitted. For my purposes, I moved the initialization code into the `execute` method and removed the `__init__`. (Edit:...

PR: https://github.com/Ghostkeeper/Blender3mfFormat/pull/78

(Sorry, I just noticed that the OP is probably about a different issue than the top two replies. My explanation, fix, and PR are only for the "could not create...

@ozgholam OP = original poster. PR = pull request, which is a way for the maintainer of this repository to pull in my fix to the files, automatically. The _file_...

That first one suggests that the `__init__` method is still present in the `Export3MF` class. In both cases, you should _at least_ get a file dialog. I can't see the...

(Also, I just want to be up front because I'm not sure it's obvious, but I'm not the maintainer of this add-on. I just had the same problem yesterday morning...

@ozgholam Just to sanity check, you could track down where the add-in files actually get imported to (on Mac OS, it's into `~/Library/Application\ Support/Blender/4.4/scripts/addons`, but I honestly have no idea...