File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,22 @@ With respect to the integrated Blender method, based on triangle search in the p
15
15
16
16
## Usage
17
17
18
- All in Object mode:
19
-
20
- * Identify a Source object, with a ShapeKey to transfer, and a Destination object
21
- * Make sure they both have active UV layers able to show the same texture correctly
22
- * Actually, during transfer, a texture is not really needed. It is just for the user to check if the UVs are comparable.
23
- * Select the Source object
24
- * Select the ShapeKey to transfer
25
- * shift+Click on the Destination object
26
- * F3 (search) ` Transfer ShapeKey via UV `
27
- * or, from the Python console ` bpy.ops.object.transfer_shapekey_via_uv() `
28
-
29
- Done. The Destination object should have a new ShapeKey in the list.
18
+
19
+ Transferring a ShapeKey from a Source to a Destination object works if both have active UV layers able to show the same texture correctly.
20
+
21
+ In Object mode:
22
+
23
+ * Select (` click ` ) the Source object
24
+ * Select (` click ` ) the ShapeKey to transfer
25
+ * Add to selection (` shift+Click ` ) the Destination object
26
+ * Search (` F3 ` ) ` Transfer ShapeKey via UV `
27
+ * or, from the Python console: ` bpy.ops.object.transfer_shapekey_via_uv() `
28
+
29
+
30
+ Done. The Destination object should have a new ShapeKey with the same name of the source one.
31
+
32
+ Actually, during transfer, a texture is not really needed. It is just for the user to check if the UVs are comparable.
33
+
30
34
31
35
Parameters:
32
36
You can’t perform that action at this time.
0 commit comments