thepgi / bge-logic-nodes-add-on

add-on for the blender game engine (2.7) to create node-based logic
8 stars 5 forks source link

Logic groups keep changing owner. Can not reproduce yet. #2

Open vuniverse opened 8 years ago

vuniverse commented 8 years ago

Somehow "sometimes" logic groups suddenly changes the owner. Example I work on the ball.. I attach a LogicNode set to it. lets call it A. I work on an character.. I add another LogicNode set to that.. Lets call this B..

So A logic attached to Ball. And B attached to character. I work on file then i see B attached to ball and and A LogicNode got free. I can not really understand it really yet what can be causing this.. But "i will practice on it with a multiple logic block file .. " Just wanted to note here..

Sometimes nodes detached when i reopen the file too..

thepgi commented 8 years ago

Well, that's not supposed to happen :D. I'll check it.

Ps.: note that the tree panel doesn't switch from tree to tree, so if you're working on the Object A that has the Tree A, then you select the Object B that has the Tree B, the tree displayed in the panel will still be Tree A. Also the tab with the "Applied Tree" shows the trees attached to all the selected objects but the tree displayed in the panel might not be one of them. And for the love of god don't open a new window with a second tree display, that can really mess the code-updater.

vuniverse commented 8 years ago

Oh i do not open another window .. But what happens .. [Applied trees panel] shows the locigblocks applied to the object selected... So selected objects Nodetrees displayed. What happens is not only display but also logic blocks stops working.. So i check i see it was detached from the object.. The example i worked on.. Background_Sound multiple times detached from GAME Empty.. I had to apply them again and again.. I will try to reproduce it to get a clearer explanation pgi... I will specifically create a scene with many LBs. And see ... Hopefully tonight.

vuniverse commented 8 years ago

I tried ..I could not reproduce .. It can be happening in a special situation.. I will keep an eye on this when i am working on the scenes.

thepgi commented 8 years ago

Launch blender through a terminal (cmd in windows) if you're expecting issues, the add-on should log any troubles he has there.

vuniverse commented 8 years ago

I am watching it, yes pgi . I discovered it finally. Until now everything works fine . The more i learned the more it gets easier.