'_RNA_UI' (and rna runtime properties) should not be included, these
would have been included as string properties causing errors on reimport
Fixes T59202
Differential D4068
FBX export: skip special properties when exporting custom properties Authored by Philipp Oeser (lichtwerk) on Dec 12 2018, 11:29 AM.
Details '_RNA_UI' (and rna runtime properties) should not be included, these Fixes T59202
Diff Detail
Event TimelineComment Actions I have excluded rna properties as well [even though I am not 100% sure this is the right thing to do?] Do we want to keep stuff like {'cycles_visibility', 'cycles'}? Also sorry for not using arc (but for some reason arc is acting up [hanging/freezing] in Addons for me atm...) Comment Actions {'cycles_visibility', 'cycles'} and similar stuff can be also thrown away I think...It only create mess in the custom properties when loaded in other 3D software
Comment Actions @Bastien Montagne (mont29): commited this with the less restrictive behavior (we can always filter out more props later if neccessary) | ||||||