Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-09 22:05:33 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-09 22:05:33 +0400
commit2385c51360014f19e1d823b8009bd7772adac8d8 (patch)
treeba9f09800da578544678d2e24425060167bd166a /source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp
parent906a7e69ca9cbce4866420b14f8ad23dea533881 (diff)
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.
Diffstat (limited to 'source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp')
-rw-r--r--source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp2
1 files changed, 1 insertions, 1 deletions
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"