ConstraintParent#
(Parent)
- Default object name:
parent
- Inherits from: ProjectItem > Constraint
No corresponding User page.
Description#
Use the targeted object transformation matrix instead of the one of the object's parent.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
reference (SceneItem ) |
target |
VISUAL_HINT_DEFAULT |
Set the scene item used as parent. |
Inherited Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
double |
weight |
VISUAL_HINT_PERCENTAGE |
Set the weight of the constraint. With a value of 50% the item will be half way constraint position. |
CID#
class "ConstraintParent" "Constraint" {
#version 0.9
icon "../icons/object_icons/constraint_parent.iconrc"
doc "Use the targeted object transformation matrix instead of the one of the object\'s parent."
reference "target" {
doc "Set the scene item used as parent."
filter "SceneItem"
input "motion"
value ""
}
}