Go to file
Campbell Barton 3fd388fb06 py api cleanup, replace use...
- PyLong_FromSsize_t --> PyLong_FromLong
- PyLong_AsSsize_t --> PyLong_AsLong

In all places except for those where python api expects PySsize_t (index lookups mainly).

- use PyBool_FromLong in a few areas of the BGE.
- fix incorrect assumption in the BGE that PySequence_Check() means PySequence_Fast_ functions can be used.
2012-11-21 02:28:36 +00:00
build_files Mingw x64: 2012-11-20 01:26:21 +00:00
doc remove ifdef'd bevel code, current bevel works better then the previous code. 2012-11-14 09:45:15 +00:00
extern Motion tracking: dump mask image when dump images is enabled 2012-11-20 12:54:28 +00:00
intern Cycles bugfix: AUTO wasn't working for Equisolid Fisheye lens 2012-11-21 01:07:30 +00:00
release code cleanup: make bmesh operator names more consistant since python has access to these as input arguments and return values. 2012-11-20 05:50:19 +00:00
source py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
CMakeLists.txt Seems extra hints are needed to find llvm-config on linux 2012-11-20 08:04:53 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct OSX/scons/osl: un-hardcode the osl libpath 2012-11-19 17:15:33 +00:00