ConstraintScale#
(Scale)
- Default object name:
scale
- Inherits from: ProjectItem > Constraint
No corresponding User page.
Description#
Applies the scale 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 "ConstraintScale" "Constraint" {
#version 0.9
icon "../icons/object_icons/constraint_scale.iconrc"
doc "Applies the scale of the referenced scene item to the current one."
reference "target" {
doc "Set the referenced item."
filter "SceneItem"
input "motion"
value ""
}
}