Hi Brecht,<br><br>Perhaps I might be overlooking something simple here, but is there any &quot;simpler&quot; way of getting an RNA-pointer given an ID-block? Currently, the API method - RNA_id_pointer_create() - expects (for its first argument) the appropriate StructRNA type. This means that I&#39;d need to duplicate the code in the rna_id.c file to get this to work, if the ID-pointer could be of any type. <br>
<br>It&#39;d be nice if this figuring-out-struct-rna stuff for this pointer type could be a bit more automated/hidden within RNA :)<br><br>Joshua<br>