Solved Add user data to HUD by python

Hello for everybody!

I want to show all User Data of object in HUD. Is it real to make it by python,
i checked SDK but didn't find something about User data HUD.

Is it real or not?

P.S. I found an information about viewport in general (visibility of polygons, joints and so on) but nothing about user data hud.

Hi,

It's possible with c++ but the library (lib_viewport.h) isn't documented.
The functions and data structure are not present in python.

There's an example on this thread for those who want to try it with c++

Cheers,
Manuel

MAXON SDK Specialist

MAXON Registered Developer

Hi,

It's possible with c++ but the library (lib_viewport.h) isn't documented.
The functions and data structure are not present in python.

There's an example on this thread for those who want to try it with c++

Cheers,
Manuel

MAXON SDK Specialist

MAXON Registered Developer

It’s too bad, but thank you for your answer Manuel.