File: make_single_user.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 (36 lines) | stat: -rw-r--r-- 1,141 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
.. _bpy.ops.object.make_single_user:

****************
Make Single User
****************

.. reference::

   :Mode:      Object Mode
   :Menu:      :menuselection:`Object --> Relations --> Make Single User`

Makes the selected or all object data-blocks single users, that is, not shared
(linked) between other objects in the blend-file.

Additionally, it can also make single-user copies of its dependencies,
like meshes, curves, materials, animations...

Type
   These actions work on the selected objects, or on all the objects of the scene.

   All, Selected Objects

Data-blocks
   Lets you, in addition to the menu predefined selection, choose the type of data-blocks individually.

   :Object: Make single user objects.
   :Object Data: Make single user object data.
   :Materials: Make materials local to each data-block.
   :Object Animation:
      Make the animation of :doc:`Object Properties </scene_layout/object/properties/index>`
      data local to each object.
   :Object Data Animation: Make object data (mesh, curve etc.) animation data local to each object.

.. seealso::

   :ref:`data-system-datablock-make-single-user`