soc-2008-mxcurioni: implemented and integrated all 21 original stroke shaders.

This commit is contained in:
Maxime Curioni
2008-07-27 13:40:33 +00:00
parent 2b2df54aef
commit 362e4f763f
48 changed files with 3275 additions and 103 deletions

View File

@@ -204,6 +204,9 @@ IntegrationType IntegrationType_from_BPy_IntegrationType( PyObject* obj ) {
return static_cast<IntegrationType>( PyInt_AsLong(obj) );
}
Stroke::MediumType MediumType_from_BPy_MediumType( PyObject* obj ) {
return static_cast<Stroke::MediumType>( PyInt_AsLong(obj) );
}
///////////////////////////////////////////////////////////////////////////////////////////