From 0a4e170c28cecd70e7cfb776f0c22a435ecd10e9 Mon Sep 17 00:00:00 2001 From: Germano Date: Wed, 31 Jan 2018 22:35:46 -0200 Subject: Revert "tmp" This reverts commit ea31f0ac3b877eb0df4c47d0c908d11d1bff33e4. --- .../examples/bpy.types.ManipulatorGroup.py | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 doc/python_api/examples/bpy.types.ManipulatorGroup.py (limited to 'doc') diff --git a/doc/python_api/examples/bpy.types.ManipulatorGroup.py b/doc/python_api/examples/bpy.types.ManipulatorGroup.py deleted file mode 100644 index fa431bc5a88..00000000000 --- a/doc/python_api/examples/bpy.types.ManipulatorGroup.py +++ /dev/null @@ -1,29 +0,0 @@ -""" -Manipulator Overview --------------------- - -Manipulators are created using two classes. - -- :class:`bpy.types.ManipulatorGroup` - stores a list of manipulators. - - The manipulator group is associated with a space and region type. -- :class:`bpy.types.Manipulator` - a single item which can be used. - - Each manipulator group has a collection of manipulators which it manages. - -The following example shows a manipulator group with a single, -manipulator used to control a lamp objects energy. - -.. literalinclude:: __/__/__/release/scripts/templates_py/manipulator_simple.py - - -It's also possible to use a manipulator to run an operator. - -.. literalinclude:: __/__/__/release/scripts/templates_py/manipulator_operator_target.py - -This more comprehensive example shows how an operator can create a temporary manipulator group to adjust its settings. - -.. literalinclude:: __/__/__/release/scripts/templates_py/manipulator_operator.py - -""" - -- cgit v1.2.3