eliemichel / OpenMfxForBlender

A branch of Blender featuring an OpenMfx modifier
Other
176 stars 19 forks source link

Factorize list-types #39

Closed eliemichel closed 1 year ago

eliemichel commented 3 years ago

OfxPropertySetStruct, OfxPropertySetStruct and OfxPropertySetStruct have a very common structure that should get factorized (and use teh std lib maybe now that we switched to C++).

eliemichel commented 1 year ago

Done for a long time, as Collection<T>