This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
16d7d12123d25a353043cefe2c9e4664476224d7
test
/
source
/
blender
/
freestyle
/
intern
/
python
/
Interface0D
History
Maxime Curioni
16d7d12123
soc-2008-mxcurioni: Added IntegrationType and Nature classes, used to store constants used throughout Freestyle
2008-07-18 20:31:40 +00:00
..
CurvePoint
soc-2008-mxcurioni: first part of the Freestyle Python implementation. A new Freestyle module is added. The following modules are implemented: BinaryPredicate0D, BinaryPredicate1D, Id, Interface0D, Interface1D. I added a Convert module to help in the creation of Python objects for Freestyle's data structures. I also added a missing file for guarded_alloc needed for compilation on Windows.
2008-07-12 04:02:08 +00:00
ViewVertex
soc-2008-mxcurioni: first part of the Freestyle Python implementation. A new Freestyle module is added. The following modules are implemented: BinaryPredicate0D, BinaryPredicate1D, Id, Interface0D, Interface1D. I added a Convert module to help in the creation of Python objects for Freestyle's data structures. I also added a missing file for guarded_alloc needed for compilation on Windows.
2008-07-12 04:02:08 +00:00
CurvePoint.cpp
soc-2008-mxcurioni: FEdge class added. Modifed converting functions to passing-by-reference format. Improved the type checking for FEdge and CurvePoint. Modified FEdge C++ class to test for null vertices. Updated previous classes to support FEdge.
2008-07-18 02:55:23 +00:00
CurvePoint.h
soc-2008-mxcurioni: SWIG removal - completed SVertex and CurvePoint classes migration. Stabilized a lot of the code for C++ -> Python conversion. Added the correct rich comparison operator and tested it. Corrected 'dupplicate' typo and changde to __copy__ for Python API.
2008-07-17 06:35:30 +00:00
SVertex.cpp
soc-2008-mxcurioni: FEdge class added. Modifed converting functions to passing-by-reference format. Improved the type checking for FEdge and CurvePoint. Modified FEdge C++ class to test for null vertices. Updated previous classes to support FEdge.
2008-07-18 02:55:23 +00:00
SVertex.h
soc-2008-mxcurioni: FEdge class added. Modifed converting functions to passing-by-reference format. Improved the type checking for FEdge and CurvePoint. Modified FEdge C++ class to test for null vertices. Updated previous classes to support FEdge.
2008-07-18 02:55:23 +00:00
ViewVertex.cpp
soc-2008-mxcurioni: Added IntegrationType and Nature classes, used to store constants used throughout Freestyle
2008-07-18 20:31:40 +00:00
ViewVertex.h
soc-2008-mxcurioni: Added IntegrationType and Nature classes, used to store constants used throughout Freestyle
2008-07-18 20:31:40 +00:00