Blender  V2.59
Enumerations | Functions | Variables
KX_PythonInit.h File Reference
#include "KX_Python.h"
#include "STR_String.h"
#include "MT_Vector3.h"

Go to the source code of this file.

Enumerations

enum  TPythonSecurityLevel { psl_Lowest = 0, psl_Highest }

Functions

void KX_SetActiveScene (class KX_Scene *scene)
class KX_SceneKX_GetActiveScene ()
class KX_KetsjiEngineKX_GetActiveEngine ()
void KX_RasterizerDrawDebugLine (const MT_Vector3 &from, const MT_Vector3 &to, const MT_Vector3 &color)

Variables

bool gUseVisibilityTemp

Detailed Description

Definition in file KX_PythonInit.h.


Enumeration Type Documentation

Enumerator:
psl_Lowest 
psl_Highest 

Definition at line 40 of file KX_PythonInit.h.


Function Documentation

class KX_KetsjiEngine* KX_GetActiveEngine ( )

Definition at line 171 of file KX_PythonInit.cpp.

References gp_KetsjiEngine.

Referenced by ImageRender::ImageRender(), and Texture_refresh().

class KX_Scene* KX_GetActiveScene ( )
void KX_RasterizerDrawDebugLine ( const MT_Vector3 from,
const MT_Vector3 to,
const MT_Vector3 color 
)

Definition at line 177 of file KX_PythonInit.cpp.

References RAS_IRasterizer::DrawDebugLine().

void KX_SetActiveScene ( class KX_Scene scene)

Definition at line 161 of file KX_PythonInit.cpp.

Referenced by KX_KetsjiEngine::NextFrame().


Variable Documentation