[Bf-docboard-svn] bf-manual: [8372] trunk/blender_docs/manual/animation/constraints/interface/header.rst: Add Extras Dropdown Menu to Constraints

Aaron Carlisle noreply at blender.org
Fri Sep 10 01:54:36 CEST 2021


Revision: 8372
          https://developer.blender.org/rBM8372
Author:   Blendify
Date:     2021-09-10 01:54:36 +0200 (Fri, 10 Sep 2021)
Log Message:
-----------
Add Extras Dropdown Menu to Constraints

rBd6891d9bee2bd2073cb45e1ac9a04b2f03f05a9a

Modified Paths:
--------------
    trunk/blender_docs/manual/animation/constraints/interface/header.rst

Modified: trunk/blender_docs/manual/animation/constraints/interface/header.rst
===================================================================
--- trunk/blender_docs/manual/animation/constraints/interface/header.rst	2021-09-09 23:09:09 UTC (rev 8371)
+++ trunk/blender_docs/manual/animation/constraints/interface/header.rst	2021-09-09 23:54:36 UTC (rev 8372)
@@ -20,6 +20,8 @@
 Icon
    The constraint type icon.
 
+.. _bpy.types.Constraint.name:
+
 Name
    Give the constraint a meaningful name in this text field, which describes its purpose.
    Meaningful names help you and your team members understand what each constraint is supposed to do.
@@ -29,6 +31,8 @@
    When this Copy Location constraint has a valid target in the *target field*
    it will turn gray and begin to function.
 
+.. _bpy.types.Constraint.enabled:
+
 Mute (eye icon)
    Enable or Disable the constraint. Disabling a constraint will stop its affect on the scene.
 
@@ -36,6 +40,35 @@
    Disabling means you can enable the constraint at a later time with the settings intact.
    Disabling is similar to setting the :ref:`Influence <bpy.types.constraint.influence>` to 0.0.
 
+.. _bpy.ops.constraint.apply:
+
+Extras
+   Apply :kbd:`Ctrl-A`
+      Makes the constraint "real" by applying any transformations caused by the constraint
+      to make the original object to match the results of the constraint and deletes the constraint.
+
+      .. warning::
+
+         Applying a constraint that is not first in the stack will ignore the stack order
+         (it will be applied as if it was the first one), and may produce undesired results.
+
+   .. _bpy.ops.constraint.copy:
+
+   Duplicate :kbd:`Shift-D` 
+      Creates a duplicate of the constraint just below current one in the stack.
+   
+   .. _bpy.ops.constraint.copy_to_selected:
+
+   Copy to Selected
+      Copies the constraint from the :term:`Active` object to all selected objects.
+
+   .. _bpy.ops.constraint.move_to_index:
+
+   Move to First/Last
+      Moves the constraint to the first or last position in the constraint stack.
+
+.. _bpy.ops.constraint.delete:
+
 Delete ``X`` :kbd:`X`, :kbd:`Delete`
    Delete the constraint from the stack.
    The settings will be lost.



More information about the Bf-docboard-svn mailing list