From 2385c51360014f19e1d823b8009bd7772adac8d8 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Sun, 9 May 2010 18:05:33 +0000 Subject: Renamed FrsCurve, FrsNoise and FrsMaterial Python extension types to those names without the "Frs" prefix. These types are part of the Freestyle module, so that there is no need to make their names globally unique. --- .../intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp') diff --git a/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp b/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp index d7518b107a6..818af164a99 100644 --- a/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp +++ b/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp @@ -35,7 +35,7 @@ int UnaryFunction0DMaterial_Init( PyObject *module ) { static char UnaryFunction0DMaterial___doc__[] = "Base class for unary functions (functors) that work on\n" -":class:`Interface0DIterator` and return a :class:`FrsMaterial` object.\n" +":class:`Interface0DIterator` and return a :class:`Material` object.\n" "\n" ".. method:: __init__()\n" "\n" -- cgit v1.2.3