-
-
Notifications
You must be signed in to change notification settings - Fork 232
Implement dev mode options #836
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
base: main
Are you sure you want to change the base?
Conversation
|
Does hiding the MMI parent change the VRAM allocation, or only skip the draw calls? What if we instead destroy the MMIs and skip rebuild to 'hide' them? That should save RAM, VRAM, avoid processing the MMIs and avoid the draw calls. In the Node to RS version there will be no MMI parent to hide, so would need to take the above approach anyway. |
show_instances turns off visibility of the MMI nodes The latter saves ram and vram. The former will go away with your RS version. Transforms still update in either case. |
bfdaf5d to
f873629
Compare
Begining of some options in #835
Pending: