5d4a6a94ef
Freestyle: Fix for VC++ warnings about 'hypot' macro redefinitions (Part 2).
...
(See commit e1771e72fbbf828dbf5bed871b814288389f3611 for more detail of
the problem).
Fixed for #include <Python.h> not properly put in the extern "C" { ... } construct.
Also removed redundant inclusion of the header file in the Freestyle Python API code.
2014-04-17 14:37:07 +09:00
829a2cc1b0
remove blender foundation copyright from freestyle files.
...
this can be added back on case-by-case basis, but better not assume ownership of another projects work by default.
2013-03-31 01:11:07 +00:00
3bd0b89716
Code style clean-up.
2013-02-23 18:50:33 +00:00
ad7c43744c
Added GNU GPL header blocks.
2013-02-23 18:32:28 +00:00
7ed7524c91
Got rid of a number of compiler warnings with regard to redefinitions
...
of _POSIX_C_SOURCE and _XOPEN_SOURCE. There are no functional changes.
Tested with GCC 4.4.1 on Ubuntu 9.10 (karmic).
2010-04-07 23:28:29 +00:00
069d21dddf
Made the Freestyle Python API compatible with Python 3.
2009-09-27 00:32:20 +00:00
78ce17fce8
Implemented Python wrappers of context functions (such as GetTimeStampCF).
2009-07-26 11:19:37 +00:00