Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip/run custom scripts #15

Merged
merged 8 commits into from
Jan 29, 2024
Merged

wip/run custom scripts #15

merged 8 commits into from
Jan 29, 2024

Conversation

SapwoodStudio
Copy link
Owner

Allow Users to write their own scripts to further extend/customize Transmogrifier.
Closes #7

Adapted Daniel Bystedt's approach of adding bake passes for adding custom scripts to be executed during Transmogrification.
Added operator to remove custom scripts.  Improved UI of custom scripts and normalized to current Transmogrifier UI conventions.
Renamed classes to follow standards.  Split Custom_Scripts.py into existing, respective modules.
Custom scripts are now written to Settings.json as a list of lists of values of custom scripts.  Also renamed custom script class properties with a "script_" prefix.
Tested and approved that custom scripts run properly during conversion.
Instead of "Script 1", "Script 2", etc.; use the script file name as the title of each custom script box in the UI.
Read & add custom scripts from a Transmogrifier preset.  Add warning icons and titles to custom scripts that can't be found or are not Python files.
 Stop converter if paths don't exist.
@SapwoodStudio SapwoodStudio added the enhancement New feature or request label Jan 29, 2024
@SapwoodStudio SapwoodStudio self-assigned this Jan 29, 2024
@SapwoodStudio SapwoodStudio merged commit b75c3ab into main Jan 29, 2024
@SapwoodStudio SapwoodStudio deleted the wip/run-custom-scripts branch January 29, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to show FBX file with point cloud ?
1 participant