ConstraintMotPlayer#
(Mot Player)
- Default object name:
mot_player
- Inherits from: ProjectItem > Constraint
No corresponding User page.
Description#
This constraint loads LightWave 3D MOT motion files. It's a really convenient constraint if you wish to import motions from LightWave 3D or Point Oven.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
string |
filename |
VISUAL_HINT_FILENAME_OPEN |
MOT file path. |
double |
frame_offset |
VISUAL_HINT_SUBFRAME |
Offset the MOT time. If you set the value to 50 while the animation in the MOT starts at frame 10, it then starts at frame 60. |
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 "ConstraintMotPlayer" "Constraint" {
#version 0.9
icon "../icons/object_icons/constraint_mot.iconrc"
doc "This constraint loads LightWave 3D MOT motion files. It\'s a really convenient constraint if you wish to import motions from LightWave 3D or Point Oven."
filename_open "filename" {
doc "MOT file path."
extension "mot"
value ""
}
subframe "frame_offset" {
doc "Offset the MOT time. If you set the value to 50 while the animation in the MOT starts at frame 10, it then starts at frame 60."
animatable yes
slider yes
numeric_range yes -10000 10000
ui_range yes -100 100
value 0.0
}
double[9] "mots" {
private yes
saveable no
value 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
}
}