soc-2008-mxcurioni: Made crucial corrections to stabilize the system. Most of the original styles are supported: stroke attributes are correctly taken into account, Python shaders are supported. Added SamplingShader.
This commit is contained in:
@@ -228,7 +228,7 @@ PyObject * SShape_getVertexList( BPy_SShape *self ) {
|
||||
vector< SVertex * >::iterator it;
|
||||
|
||||
for( it = vertices.begin(); it != vertices.end(); it++ ) {
|
||||
PyList_Append( py_vertices, BPy_SVertex_from_SVertex(*( *it )) );
|
||||
PyList_Append( py_vertices, BPy_SVertex_from_SVertex_ptr(*it) );
|
||||
}
|
||||
|
||||
return py_vertices;
|
||||
|
||||
Reference in New Issue
Block a user