From 1860441ee7cd4ec75c99cc372fccec839c525f46 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 28 Nov 2018 17:51:13 +0100 Subject: Use collection and instance terminology in Python API This follows naming convention agreed on in T56648. --- modules/rna_manual_reference.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py index 0f72ad87..1ba5501a 100644 --- a/modules/rna_manual_reference.py +++ b/modules/rna_manual_reference.py @@ -352,7 +352,7 @@ url_manual_mapping = ( ("bpy.types.movietrackingtrack*", "editors/movie_clip_editor/tracking/clip/properties/introduction.html#bpy-types-movietrackingtrack"), ("bpy.types.nodeoutputfileslot*", "compositing/types/output/file.html#bpy-types-nodeoutputfileslot"), ("bpy.types.normaleditmodifier*", "modeling/modifiers/modify/normal_edit.html#bpy-types-normaleditmodifier"), - ("bpy.types.object.dupli_group*", "editors/3dview/object/properties/duplication/dupligroup.html#bpy-types-object-dupli-group"), + ("bpy.types.object.instance_collection*", "editors/3dview/object/properties/duplication/dupligroup.html#bpy-types-object-dupli-group"), ("bpy.types.scene.audio_volume*", "data_system/scenes/properties.html#bpy-types-scene-audio-volume"), ("bpy.types.shadernodebsdfhair*", "render/cycles/nodes/types/shaders/hair.html#bpy-types-shadernodebsdfhair"), ("bpy.types.shadernodebsdftoon*", "render/cycles/nodes/types/shaders/toon.html#bpy-types-shadernodebsdftoon"), @@ -394,7 +394,7 @@ url_manual_mapping = ( ("bpy.types.meshcachemodifier*", "modeling/modifiers/modify/mesh_cache.html#bpy-types-meshcachemodifier"), ("bpy.types.movieclipsequence*", "editors/vse/sequencer/strips/clip_mask.html#bpy-types-movieclipsequence"), ("bpy.types.object.dimensions*", "editors/3dview/object/properties/transforms.html#bpy-types-object-dimensions"), - ("bpy.types.object.dupli_type*", "editors/3dview/object/properties/duplication/index.html#bpy-types-object-dupli-type"), + ("bpy.types.object.instance_type*", "editors/3dview/object/properties/duplication/index.html#bpy-types-object-dupli-type"), ("bpy.types.object.track_axis*", "editors/3dview/object/properties/relations/extras.html#bpy-types-object-track-axis"), ("bpy.types.scene.active_clip*", "data_system/scenes/properties.html#bpy-types-scene-active-clip"), ("bpy.types.shadernodecombine*", "render/cycles/nodes/types/converter/combine_separate.html#bpy-types-shadernodecombine"), @@ -727,7 +727,7 @@ url_manual_mapping = ( ("bpy.types.addon*", "preferences/addons.html#bpy-types-addon"), ("bpy.types.brush*", "sculpt_paint/brush.html#bpy-types-brush"), ("bpy.types.curve*", "modeling/curves/index.html#bpy-types-curve"), - ("bpy.types.group*", "editors/3dview/object/properties/relations/groups.html#bpy-types-group"), + ("bpy.types.collection*", "editors/3dview/object/properties/relations/groups.html#bpy-types-group"), ("bpy.types.image*", "data_system/files/media/image_formats.html#bpy-types-image"), ("bpy.types.nodes*", "editors/node_editor/nodes/index.html#bpy-types-nodes"), ("bpy.types.panel*", "interface/window_system/tabs_panels.html#bpy-types-panel"), @@ -765,7 +765,7 @@ url_manual_mapping = ( ("bpy.ops.curve*", "modeling/curves/index.html#bpy-ops-curve"), ("bpy.ops.fluid*", "physics/fluid/index.html#bpy-ops-fluid"), ("bpy.ops.graph*", "editors/graph_editor/index.html#bpy-ops-graph"), - ("bpy.ops.group*", "editors/3dview/object/properties/relations/groups.html#bpy-ops-group"), + ("bpy.ops.collection*", "editors/3dview/object/properties/relations/groups.html#bpy-ops-group"), ("bpy.ops.image*", "data_system/files/media/image_formats.html#bpy-ops-image"), ("bpy.ops.mball*", "modeling/metas/index.html#bpy-ops-mball"), ("bpy.ops.paint*", "sculpt_paint/index.html#bpy-ops-paint"), -- cgit v1.2.3