soc-2008-mxcurioni: corrected problems in API with UnaryFunction1DVoid subclasses and Curvature2DAngleF1D. Understood that Curve and Noise classes cannot be defined in Freestyle's API because they are already given by Blender's API. Will rename to FrsCurve and FrsNoise and change the corresponding style modules.
This commit is contained in:
		| @@ -7,7 +7,7 @@ | ||||
| #include "UnaryFunction1D/BPy_UnaryFunction1DVec2f.h" | ||||
| #include "UnaryFunction1D/BPy_UnaryFunction1DVec3f.h" | ||||
| #include "UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.h" | ||||
|  | ||||
| #include "UnaryFunction1D/BPy_UnaryFunction1DVoid.h" | ||||
|  | ||||
| #ifdef __cplusplus | ||||
| extern "C" { | ||||
| @@ -127,6 +127,7 @@ PyMODINIT_FUNC UnaryFunction1D_Init( PyObject *module ) | ||||
| 	UnaryFunction1DVec2f_Init( module ); | ||||
| 	UnaryFunction1DVec3f_Init( module ); | ||||
| 	UnaryFunction1DVectorViewShape_Init( module ); | ||||
| 	UnaryFunction1DVoid_Init( module ); | ||||
| } | ||||
|  | ||||
| //------------------------INSTANCE METHODS ---------------------------------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Maxime Curioni
					Maxime Curioni