Where can I find the "bge" module file ? It imports well from a python script but I want to know where from.
\$\begingroup\$
\$\endgroup\$
3
-
\$\begingroup\$ What is the actual problem you're trying to solve? \$\endgroup\$user1430– user14302016-03-25 20:45:13 +00:00Commented Mar 25, 2016 at 20:45
-
\$\begingroup\$ I want to get a peek in the BL_shader code \$\endgroup\$Yvain– Yvain2016-03-25 20:47:47 +00:00Commented 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\$user1430– user14302016-03-25 20:48:50 +00:00Commented Mar 25, 2016 at 20:48
Add a comment
|
1 Answer
\$\begingroup\$
\$\endgroup\$
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.