mirror of
https://github.com/molstar/molstar.git
synced 2026-06-04 13:30:24 +08:00
Adding off entry for groups and subgroups that defaults to false
This commit is contained in:
@@ -681,7 +681,8 @@ class KinParser {
|
||||
kinemage.groupDict[groupName as string] = {
|
||||
dominant: false,
|
||||
animate: false,
|
||||
"2animate": false
|
||||
"2animate": false,
|
||||
off: false
|
||||
}
|
||||
currentGroupMasters = groupMasters
|
||||
}
|
||||
@@ -707,7 +708,8 @@ class KinParser {
|
||||
kinemage.subgroupDict[groupName as string] = {
|
||||
dominant: false,
|
||||
animate: false,
|
||||
"2animate": false
|
||||
"2animate": false,
|
||||
off: false
|
||||
}
|
||||
currentSubgroupMasters = groupMasters
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user