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:
@@ -204,7 +204,8 @@ int Interface1D___init__(BPy_Interface1D *self, PyObject *args, PyObject *kwds)
|
||||
|
||||
void Interface1D___dealloc__(BPy_Interface1D* self)
|
||||
{
|
||||
delete self->if1D;
|
||||
if( self->if1D->py_if1D )
|
||||
delete self->if1D;
|
||||
self->ob_type->tp_free((PyObject*)self);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user