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:
@@ -174,6 +174,8 @@ PyObject * UnaryPredicate0D___call__( BPy_UnaryPredicate0D *self, PyObject *args
|
||||
|
||||
if( if0D_it )
|
||||
return PyBool_from_bool( self->up0D->operator()(*if0D_it) );
|
||||
else
|
||||
cerr << "ERROR: UnaryPredicate0D___call__ (no Interface0DIterator)" << endl;
|
||||
|
||||
Py_RETURN_NONE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user