Hey,
thanks for your kind help all the time. Have fun and take care on your new path!
A
Best posts made by affa
-
RE: Goodbye
Latest posts made by affa
-
RE: Goodbye
Hey,
thanks for your kind help all the time. Have fun and take care on your new path! -
Custom Object Icon in R21 python
Hey,
it seems something is broken since R21 with MSG_GETCUSTOMICON.
It works fine in C++ but not in Python.
Both ways won't work for me, data['useDat'] = True and filling the dat object is not working, as well as data['useDat'] = False in the old way. They only show black or transparent images now even though the bmp seems to be filled correctly -
BaseLink from maxon::Uuid
I'm experimenting with BasicMicroNode and try to access the Object that is linked through a net.maxon.pattern.node.utility.renderobject node.
How can the Uuid that is output from this node be converted to the BaseObject it represents?