blender/source/gameengine/Expressions
Campbell Barton c785532bec Py BGE API
Python dir(ob) for game types now includes attributes names,
* Use "__dict__" rather then "__methods__" attribute to be Python 3.0 compatible
* Added _getattr_dict() for getting the method and attribute names from a PyObject, rather then building it in the macro.
* Added place holder *::Attribute array, needed for the _getattr_up macro.
2009-02-26 09:04:06 +00:00
..
BoolValue.cpp
BoolValue.h
CMakeLists.txt Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
ConstExpr.cpp
ConstExpr.h
EmptyValue.cpp
EmptyValue.h
ErrorValue.cpp
ErrorValue.h
EXP_C-Api.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
EXP_C-Api.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
Expression.cpp
Expression.h
FloatValue.cpp
FloatValue.h
IdentifierExpr.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
IdentifierExpr.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
IfExpr.cpp
IfExpr.h
InputParser.cpp remove warnings for the BGE 2009-02-25 03:26:02 +00:00
InputParser.h
IntValue.cpp
IntValue.h
KX_HashedPtr.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
KX_HashedPtr.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
KX_Python_dynamic.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
KX_Python_static.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
KX_Python.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
ListValue.cpp Py BGE API 2009-02-26 09:04:06 +00:00
ListValue.h BGE Python API 2009-02-23 06:41:10 +00:00
Makefile converted my gen_utils.h fix to PyObjectPlus.h 2008-09-06 14:13:31 +00:00
Operator1Expr.cpp
Operator1Expr.h
Operator2Expr.cpp
Operator2Expr.h
PyObjectPlus.cpp Py BGE API 2009-02-26 09:04:06 +00:00
PyObjectPlus.h Py BGE API 2009-02-26 09:04:06 +00:00
SConscript SCons: 2009-02-15 23:26:00 +00:00
StringValue.cpp
StringValue.h
Value.cpp Py BGE API 2009-02-26 09:04:06 +00:00
Value.h BGE Python API 2009-02-19 13:42:07 +00:00
VectorValue.cpp
VectorValue.h
VoidValue.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00