File: transfer_mesh_data_layout.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (41 lines) | stat: -rw-r--r-- 1,079 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.. _bpy.ops.object.datalayout_transfer:

*************************
Transfer Mesh Data Layout
*************************

.. reference::

   :Mode:      Object Mode
   :Menu:      :menuselection:`Object --> Link/Transfer Data --> Transfer Mesh Data Layout`

Transfers layout of data layer(s) from active to selected meshes.

Data Type
   Which data to transfer.

   .. figure:: /images/scene-layout_object_editing_link-transfer_transfer-mesh-data_menu.png

      Data types.

Exact Match
   Also Delete some data layers from destination if necessary, so that it matches the source exactly.
Source Layers Selection
   Which layers to transfer, in case of multi-layer types.

   Active Layer
      Only transfer the active data layer.
   All Layers
      Transfer all data layers.

Destination Layers Matching
   How to match source and destination layers.

   By Name
      Match target data layers to affect by name.
   By Order
      Match target data layers to affect by order (indices).

.. seealso::

   :doc:`Data Transfer Modifier </modeling/modifiers/modify/data_transfer>`