BlenderTools icon indicating copy to clipboard operation
BlenderTools copied to clipboard

UE To Rigify - Make template folder path configurable in addon settings

Open alexander94dmitriev opened this issue 1 year ago • 5 comments

Addon: UE to Rigify 1.6.0

OS: Windows

Blender Version: Blender 3.3.1

I've been encountering the same issue for some time now. It seems that the cached template is being removed after some time and it does not persist in the list of Blender. It is annoying because when bringing back the template for existing projects I also need to make sure that metarig is stored separately because otherwise it is reset to default from template. Am I missing a specific setting or it is a known issue?

alexander94dmitriev avatar Mar 19 '23 18:03 alexander94dmitriev

The templates are persisted in a temp folder in local app data. So it is possible that something else could delete that folder. There should probably be a more configurable "template repo" that is just a path in the addon settings that lets you persist these in a location of your choice

james-baber avatar Mar 20 '23 15:03 james-baber

Any priority on fixing this? It is quite annoying as since it removes the template from the cache when you add it back it doesn't reuse existing metarig setup, but generates a new one from scratch. So in this case you need to save separate file with your metarig unless you want to recreate it from scratch.

Wonder if I can contribute to push the fix forward.

alexander94dmitriev avatar Apr 26 '23 23:04 alexander94dmitriev

Yes, PRs are welcome. Here is some info on contributing https://epicgames.github.io/BlenderTools/contributing/development.html

james-baber avatar Apr 27 '23 14:04 james-baber

I'm trying to make a File Watcher in Pycharm to work but it keeps throwing invalid executable. What does 'python' supposed to refer to in this case? I tried to point it directly to my python interpreter executable and it still throws this error.

alexander94dmitriev avatar Apr 29 '23 07:04 alexander94dmitriev

The file watcher is set to use the python on your system path. You can add python to your path or you can modify the entry point in the file watcher, just make sure your are re-installing it if your updating the xml file directly

james-baber avatar May 01 '23 18:05 james-baber