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
command_search_window_state
dataref_search_window_state
I see two options:
load_handler
I vote 2 because it is more trouble than it is worth (with such a small amount of lines of text).
The text was updated successfully, but these errors were encountered:
If you are stuck, execute this in an interpreter window and attempt to use the feature again:
import io_xplane2blender import bpy io_xplane2blender.xplane_utils.xplane_datarefs_txt_parser._datarefs_txt_content.clear() bpy.context.scene.xplane.dataref_search_window_state.dataref_search_list.clear()
It doesn't touch important data.
Sorry, something went wrong.
Closes #629, this solution simply forces the lazy loading everytime.
f8777b8
tngreene
No branches or pull requests
command_search_window_state
ordataref_search_window_state
I see two options:
load_handler
clears both the state variable and the module's private global variable2.. We get rid of lazy loading
I vote 2 because it is more trouble than it is worth (with such a small amount of lines of text).
The text was updated successfully, but these errors were encountered: