Hello all!
I have been trying to read the heightCm value via CLI, is there any ready-made solution?
I found in socket plugins (https://github.com/brueli/community-plu ... odifier.py) applyModifier method for setHeight applied - here it works and now I would like to read height in cm using socket CLI.
A good solution would be to use a ready-made method, but I can only use it in the build-in Mahekuman shell:
G.app.selectedHuman.getHeightCm()
>>136.58567428588867
Can this be triggered by socket CLI? I need to bring this value out.
Thank you for your help!