Skip to main content

All Questions

1 vote
1 answer
38 views

Generating logic bricks with python in state 2

I'm unable to create any logic bricks in state 2 or any other state except the main one. How can I create a brick that will appear only in state 2?
Andy Andy's user avatar
  • 331
0 votes
1 answer
116 views

how to send property value as a message sent by multiple object?

i was working on a game and i need to send multiple property values from different objects through different scenes using message body set to "property" any ideas ?
semi-developer's user avatar
4 votes
1 answer
1k views

Is it possible to take control of Blender with a standalone Python instance?

I intend to make a framework for BGE using wxPython, being able to manage blend file libs, datablocks of the blends, alternative ways to make logic and ease the project management in general. I need ...
Joel Gomes's user avatar
2 votes
1 answer
132 views

Is there any python code that can join two objects without losing the logic from the other object?

In Blender Game Engine : I want to join two spheres without losing the logic from the other but I don't know how.I knew that its possible via python. As I am not an expert in blender python can any ...
Shams M.Monem's user avatar