Hey,
thanks for your kind help all the time. Have fun and take care on your new path!
A
Offline
Posts
- 
RE: Goodbye
- 
Custom Object Icon in R21 pythonHey, 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::UuidI'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?