We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3D Gizmos
Any project
Having to restart the editor to change the color/setting of a gizmo
allow the gizmo settings to be updated on demand
refactor constructors to have a update_materials method instead of only creating the gizmo materials once.
not to my knowledge
it affects 3DGizmoPlugin classes
The text was updated successfully, but these errors were encountered:
editors/3d_gizmos
Successfully merging a pull request may close this issue.
Describe the project you are working on
Any project
Describe the problem or limitation you are having in your project
Having to restart the editor to change the color/setting of a gizmo
Describe the feature / enhancement and how it helps to overcome the problem or limitation
allow the gizmo settings to be updated on demand
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
refactor constructors to have a update_materials method instead of only creating the gizmo materials once.
If this enhancement will not be used often, can it be worked around with a few lines of script?
not to my knowledge
Is there a reason why this should be core and not an add-on in the asset library?
it affects 3DGizmoPlugin classes
The text was updated successfully, but these errors were encountered: