-
- Downloads
soc-2008-mxcurioni: first part of the Freestyle Python implementation. A new...
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.
Showing
- intern/guardedalloc/intern/mmap_win.c 260 additions, 0 deletionsintern/guardedalloc/intern/mmap_win.c
- intern/guardedalloc/mmap_win.h 51 additions, 0 deletionsintern/guardedalloc/mmap_win.h
- source/blender/freestyle/SConscript 13 additions, 1 deletionsource/blender/freestyle/SConscript
- source/blender/freestyle/intern/app_blender/api.cpp 43 additions, 68 deletionssource/blender/freestyle/intern/app_blender/api.cpp
- source/blender/freestyle/intern/python/BinaryPredicate0D.cpp 141 additions, 2 deletionssource/blender/freestyle/intern/python/BinaryPredicate0D.cpp
- source/blender/freestyle/intern/python/BinaryPredicate0D.h 37 additions, 0 deletionssource/blender/freestyle/intern/python/BinaryPredicate0D.h
- source/blender/freestyle/intern/python/BinaryPredicate1D.cpp 138 additions, 4 deletionssource/blender/freestyle/intern/python/BinaryPredicate1D.cpp
- source/blender/freestyle/intern/python/BinaryPredicate1D.h 37 additions, 0 deletionssource/blender/freestyle/intern/python/BinaryPredicate1D.h
- source/blender/freestyle/intern/python/BinaryPredicate1D/FalseBP1D.cpp 4 additions, 4 deletions...r/freestyle/intern/python/BinaryPredicate1D/FalseBP1D.cpp
- source/blender/freestyle/intern/python/BinaryPredicate1D/Length2DBP1D.cpp 4 additions, 4 deletions...reestyle/intern/python/BinaryPredicate1D/Length2DBP1D.cpp
- source/blender/freestyle/intern/python/BinaryPredicate1D/SameShapeIdBP1D.cpp 4 additions, 4 deletions...style/intern/python/BinaryPredicate1D/SameShapeIdBP1D.cpp
- source/blender/freestyle/intern/python/BinaryPredicate1D/TrueBP1D.cpp 4 additions, 4 deletions...er/freestyle/intern/python/BinaryPredicate1D/TrueBP1D.cpp
- source/blender/freestyle/intern/python/BinaryPredicate1D/ViewMapGradientNormBP1D.cpp 3 additions, 3 deletions...tern/python/BinaryPredicate1D/ViewMapGradientNormBP1D.cpp
- source/blender/freestyle/intern/python/Convert.cpp 54 additions, 0 deletionssource/blender/freestyle/intern/python/Convert.cpp
- source/blender/freestyle/intern/python/Convert.h 32 additions, 0 deletionssource/blender/freestyle/intern/python/Convert.h
- source/blender/freestyle/intern/python/CurvePointIterator.cpp 71 additions, 71 deletions...ce/blender/freestyle/intern/python/CurvePointIterator.cpp
- source/blender/freestyle/intern/python/Freestyle.cpp 136 additions, 0 deletionssource/blender/freestyle/intern/python/Freestyle.cpp
- source/blender/freestyle/intern/python/Freestyle.h 32 additions, 0 deletionssource/blender/freestyle/intern/python/Freestyle.h
- source/blender/freestyle/intern/python/Id.cpp 173 additions, 8 deletionssource/blender/freestyle/intern/python/Id.cpp
- source/blender/freestyle/intern/python/Id.h 39 additions, 0 deletionssource/blender/freestyle/intern/python/Id.h
Loading
Please register or sign in to comment