Dan Bradham
Dan Bradham
Hello, Consider this a low priority feature request! I noticed that the mimic.mod file uses the relative path `../modules/mimic`. This means that the module will only work when it resides...
The python libsass library has really sweet integration with setuptools/distutils. ``` setup( ... sass_manifests={ 'package': ('/scss', '/css') }, ) ``` We should be able to subclass the distutils command and...
Rather than setting BLENDER_USER_SCRIPTS in startup.py, this PR copies Shotgun_menu.py file to a users existing BLENDER_USER_SCRIPTS/startup directory. This allows users to continue using their existing BLENDER_USER_SCRIPTS directory to install custom...
I've found that the PySide2 wheels on pypi don't work with Blender's embedded Python because they were compiled using a different version of Microsoft Visual Studio. I think the wheels...
Hi thank you for creating tk-blender. I've set it up in our pipeline and run into a bit of an issue. **Describe the bug** By setting BLENDER_USER_SCRIPTS to the tk-blender/scripts...
Right now there is no way to navigate to fsfs Entries via the cli. Ideally users would be able to do the following from the cli. ``` $ fsfs push...
**Describe the bug** Materials bound to Meshes or GeomSubsets do not render when applied to a referenced Alembic file. They do work when using referenced or sublayered USD files. **To...