by gerdhofer » Sat Jul 20, 2019 7:11 pm
When I collect a material‘s data types I get things like TYPE_DOUBLE, TYPE_STRING, etc. These types are then used to read out the attribute values with get_double(), get_string(), ... The only types where I couldn't find corresponding get commands are TYPE_ACTION, and TYPE_REFERENCE. Could you please tell me which get methods I have to use here, because get_reference() and get_action() don't work.
Thanks again,
Gerd