Page MenuHomeFeedback Tracker

[Feature Request] New command: getObjectBones
New, NormalPublic

Description

A command that gives the bones and their hierarchy would be useful for understanding which selections are animated and which ones are not.

getObjectBones _obj

returns an array of ["bone", "parent"] pairs:

[
   ["bone1", "parent1"], 
   ["bone2", "parent2"], 
   ...
]

or alternatively, similar to model.cfg:

[
   "bone1", "parent1", 
   "bone2", "parent2", 
   ...
]

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting

Event Timeline

Leopard20 set Ref Ticket to AIII-56122.Nov 24 2023, 2:01 PM