0
\$\begingroup\$

Where can I find the "bge" module file ? It imports well from a python script but I want to know where from.

\$\endgroup\$
3
  • \$\begingroup\$ What is the actual problem you're trying to solve? \$\endgroup\$ Commented Mar 25, 2016 at 20:45
  • \$\begingroup\$ I want to get a peek in the BL_shader code \$\endgroup\$ Commented Mar 25, 2016 at 20:47
  • 1
    \$\begingroup\$ It's in the source code to Blender in "source\gameengine\Ketsji\BL_Shader.h" (and .cpp). \$\endgroup\$ Commented Mar 25, 2016 at 20:48

1 Answer 1

1
\$\begingroup\$

As far as I am aware, there isn't an actual module file defining the bge module. Rather, the module is defined within Blender's actual engine code through Python's interop facilities.

\$\endgroup\$

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.