-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Allow editable children to be on by default #27828
Comments
|
@Jummit that's a repeat of suggestion 1, unless you mean keep the existing situation and don't offer any further configuration options, which wouldn't be of any benefit unless you just happen to hate having options. As I said, it's tedious to enable this option on each instanced scene one-by-one, when you always want it to be enabled from the start; suggesting there should be no change would be like saying there should be no way to configure the import process and you should just set those flags every time you import something, even if you want certain flags to always be enabled. |
And/or have a toggle in the Project Settings for "Scene instance children are editable by default." |
I guess it depends on development style. |
This feature is especially useful when developing a plugin which can modify the scene tree. At the moment it is not possible to save the changes made to a scene node instantiated and modified through a tool script, because you cannot toggle "Editable Children" through script. |
|
Feature and improvement proposals for the Godot Engine are now being discussed and reviewed in a dedicated Godot Improvement Proposals (GIP) (godotengine/godot-proposals) issue tracker. The GIP tracker has a detailed issue template designed so that proposals include all the relevant information to start a productive discussion and help the community assess the validity of the proposal for the engine. The main (godotengine/godot) tracker is now solely dedicated to bug reports and Pull Requests, enabling contributors to have a better focus on bug fixing work. Therefore, we are now closing all older feature proposals on the main issue tracker. If you are interested in this feature proposal, please open a new proposal on the GIP tracker following the given issue template (after checking that it doesn't exist already). Be sure to reference this closed issue if it includes any relevant discussion (which you are also encouraged to summarize in the new proposal). Thanks in advance! |
Godot version:
3.1
Issue description:
There are some cases where I always want a scene to have its children editable, as they are meant to be changed once the scene is instanced; needing to enable this option one-by-one is tedious. The following suggestions can help facilitate this:
PackedScene
s when right-clicking them to set whether editable children should be on by default.Always Editable
.)The text was updated successfully, but these errors were encountered: