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:
authorCampbell Barton <ideasman42@gmail.com>2018-11-30 01:10:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-30 01:10:40 +0300
commitf81aeac2bc98624d1fd7de9a615303637cea39c1 (patch)
tree6909c6b4ef461b66af0dc7cea2d29cec3423af49 /doc/python_api/rst/info_gotcha.rst
parent8c9d632128d89ef48fdb560289a3f1553b811340 (diff)
Docs: rename group -> collection
Diffstat (limited to 'doc/python_api/rst/info_gotcha.rst')
-rw-r--r--doc/python_api/rst/info_gotcha.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/rst/info_gotcha.rst b/doc/python_api/rst/info_gotcha.rst
index 6200936dd04..057fe22ae68 100644
--- a/doc/python_api/rst/info_gotcha.rst
+++ b/doc/python_api/rst/info_gotcha.rst
@@ -741,7 +741,7 @@ Removing Data
**Any** data that you remove shouldn't be modified or accessed afterwards,
this includes f-curves, drivers, render layers, timeline markers, modifiers, constraints
-along with objects, scenes, groups, bones.. etc.
+along with objects, scenes, collections, bones.. etc.
The ``remove()`` api calls will invalidate the data they free to prevent common mistakes.