ConstraintPoint#
(Point)
- Default object name:
point
- Inherits from: ProjectItem > Constraint
No corresponding User page.
Description#
Applies the position of the referenced scene item to the current one.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
reference (SceneItem ) |
target |
VISUAL_HINT_DEFAULT |
Set the referenced item. |
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 "ConstraintPoint" "Constraint" {
#version 0.9
icon "../icons/object_icons/constraint_point.iconrc"
doc "Applies the position of the referenced scene item to the current one."
reference "target" {
doc "Set the referenced item."
filter "SceneItem"
input "motion"
value ""
}
}