SAM-tak/BlenderGameRig

Proxy & Custom Properties

Opened this issue · 4 comments

I'm having some issues working with proxies,
when linking my rigged character I'm not getting any custom properties like IK/FK Weights, IK/FK matching, etc...

Is there a workaround for this?

image

Regards.

I've never used proxy armatures before, so maybe I can't help you.
As far as I can tell, the properties appear properly in the proxy as well. The version I'm using is 2.92 Windows.
image

Oh, I reproduced it. It shows up when I create a proxy, but disappears when I save and reopen the file.
image

You will need to link the gamerig ui script manually.
Check the gamerig id in the custom properties section of the object,
image
and link Text/gamerig_ui_[gamerig id].py to display the properties.
image
Immediately after linking, you need to run the linked script. You can also save and reopen it.

Nice!, I'm happy it does have a workaround, thanks a lot for your help!, the addon it's definitely worth it for game animators.

Thanks a lot.