Skip to content

Autoload nodes can be accessed in the editor if they're using tool scripts #10820

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tutorials/plugins/running_code_in_the_editor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,7 @@ angle add a setter ``set(new_speed)`` which is executed with the input from the
Code from other nodes doesn't run in the editor. Your access to other nodes
is limited. You can access the tree and nodes, and their default properties,
but you can't access user variables. If you want to do so, other nodes have
to run in the editor too. Autoload nodes cannot be accessed in the editor at
all.
to run in the editor too.

Getting notified when resources change
--------------------------------------
Expand Down