-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Make Inactive Chapters also Disable their corresponding scenes. #2188
Comments
Export menu=Build Window |
I can change the menu so that it always shows the "Set Active to ..." menu and explicit options. I can then add a version of each that is also recursive. My main concern with such features is that they are quite risky if you click it by mistake and you can't remember what state the sub-elements were in to restore them, so I would like to have a dialog box confirming that you want to overwrite the setting for all items. Alternatively, I can keep the menu as it is, but if the selected item has child items, ask if it should also apply to them. The dialog would not show up on single items with no child items. As for having many scenes, that shouldn't really matter since you only have to click the first and last one to select them all. If you expand the chapters you can do the same across multiple chapters. I'm also wondering what your use case is here. Are you trying to build just one chapter at a time? There is a planned feature for that where you can just right-click any document in the project and build directly. It hasn't been added yet, but it is queued up for the 2.7 release for the moment. It's #1001. |
I'm always frustrated when I disable a chapter(set it to inactive) and it still is exported due to the corresponding scenes being active. I'd like to suggest that, when disabling a chapter, its corresponding scenes should not be exported(should be disabled), since the chapter itself is disabled.
Tried using the export menu, but it's too much of a hassle with multiple chapters.
Is there any chance of getting that one done?
The text was updated successfully, but these errors were encountered: