This website requires JavaScript.
Explore
Help
Sign In
dillongoostudios
/
goo-engine
Watch
3
Star
0
Fork
0
You've already forked goo-engine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
67ca348be36b026f35fd093fd5b68be2f9e33d39
goo-engine
/
source
/
blender
/
freestyle
/
intern
/
python
/
Interface0D
T
History
Tamito Kajiyama
d131a8db48
Replaced PyObject_HEAD_INIT(NULL) with PyVarObject_HEAD_INIT(NULL, 0)
...
in the definitions of Python wrappers.
2010-04-08 01:13:54 +00:00
..
CurvePoint
Replaced PyObject_HEAD_INIT(NULL) with PyVarObject_HEAD_INIT(NULL, 0)
2010-04-08 01:13:54 +00:00
ViewVertex
Replaced PyObject_HEAD_INIT(NULL) with PyVarObject_HEAD_INIT(NULL, 0)
2010-04-08 01:13:54 +00:00
BPy_CurvePoint.cpp
Replaced PyObject_HEAD_INIT(NULL) with PyVarObject_HEAD_INIT(NULL, 0)
2010-04-08 01:13:54 +00:00
BPy_CurvePoint.h
soc-2008-mxcurioni: finished porting the Freestyle API. All of the original classes, except EdgeModifier and TimestampModifier (which aren't even ported via SWIG), are available under the Blender.Freestyle module. Testing of the porting will now begin to make sure the SWIG-less system works as the original.
2008-07-29 05:45:16 +00:00
BPy_SVertex.cpp
Replaced PyObject_HEAD_INIT(NULL) with PyVarObject_HEAD_INIT(NULL, 0)
2010-04-08 01:13:54 +00:00
BPy_SVertex.h
soc-2008-mxcurioni: finished porting the Freestyle API. All of the original classes, except EdgeModifier and TimestampModifier (which aren't even ported via SWIG), are available under the Blender.Freestyle module. Testing of the porting will now begin to make sure the SWIG-less system works as the original.
2008-07-29 05:45:16 +00:00
BPy_ViewVertex.cpp
Replaced PyObject_HEAD_INIT(NULL) with PyVarObject_HEAD_INIT(NULL, 0)
2010-04-08 01:13:54 +00:00
BPy_ViewVertex.h
soc-2008-mxcurioni: finished porting the Freestyle API. All of the original classes, except EdgeModifier and TimestampModifier (which aren't even ported via SWIG), are available under the Blender.Freestyle module. Testing of the porting will now begin to make sure the SWIG-less system works as the original.
2008-07-29 05:45:16 +00:00