Does not receive input focus

I have a rather strange situation. If I write msg.post(‘.’, “acquire_input_focus”) in the main script (main.script) and then use a proxy to write acquire_input_focus in it, it still does not start accepting input, but main.script continues to accept it anyway.

I’m not sure if it makes sense to post any screenshots, since the whole sequence of actions works something like this:

→ I get input focus in main_script
→ I open new_scene
→ I write msg.post(‘acquire_input_focus’) at the top of init
→ I try to click with the mouse

All input is ultimately processed by main_script, and nothing reaches new_scene

The Object with the collection proxy component needs to have a script that acquires input focus for the proxies. You can read about in the input section of the collection proxy manual.

3 Likes