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
c324f0cbc72b47182ba3d7fd1bbd280fcebe3283
goo-engine
/
source
/
blender
/
freestyle
/
intern
/
python
/
Interface1D
T
History
Maxime Curioni
c324f0cbc7
soc-2008-mxcurioni: clean-up
#2
2008-08-01 02:25:21 +00:00
..
Curve
soc-2008-mxcurioni: moved Curve to FrsCurve, fixed bugs with some style modules having with strokes without a representation and iterators not being correctly routed. For example, the cartoon style module should work now.
2008-08-01 02:15:25 +00:00
FEdge
soc-2008-mxcurioni: clean-up
#2
2008-08-01 02:25:21 +00:00
BPy_FEdge.cpp
soc-2008-mxcurioni: fully implemented (but did not test) ViewEdge class. Modified functions accross API taking input boolean values.
2008-07-25 01:38:19 +00:00
BPy_FEdge.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_FrsCurve.cpp
soc-2008-mxcurioni: moved Curve to FrsCurve, fixed bugs with some style modules having with strokes without a representation and iterators not being correctly routed. For example, the cartoon style module should work now.
2008-08-01 02:15:25 +00:00
BPy_FrsCurve.h
soc-2008-mxcurioni: moved Curve to FrsCurve, fixed bugs with some style modules having with strokes without a representation and iterators not being correctly routed. For example, the cartoon style module should work now.
2008-08-01 02:15:25 +00:00
BPy_Stroke.cpp
soc-2008-mxcurioni: Added iterator capability to FEdge and Stroke. Recoded parts of ViewVertex, SVertex and Convert to support these changes.
2008-07-25 00:18:10 +00:00
BPy_Stroke.h
soc-2008-mxcurioni: renamed all Freestyle API related files with 'BPy_' prefix to avoid library name collision.
2008-07-23 07:56:08 +00:00
BPy_ViewEdge.cpp
soc-2008-mxcurioni: fully implemented (but did not test) ViewEdge class. Modified functions accross API taking input boolean values.
2008-07-25 01:38:19 +00:00
BPy_ViewEdge.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