Build : V1.4.3.35021
When used with TP4 , particle partitioning gives this error
Type error : getClassInstances requeres MaxClass, got: undefined
theObjects = getClassInstances Mapping_Object
I dont have any registered class as Mapping_object
Thx
Bobo
#2
Ooops, Mapping_Object is implemented by PFlow Tools Box #1 and the Max 2009 Creative Extension.
You could try changing the line to
theObjects = try(getClassInstances Mapping_Object)catch(#())
I will fix it in about two hours and post an updated MS file or just rebuild the Beta 3 with the new file and let you reinstall…
Sorry for this and thanks for the bug report.
Cheers,
Bobo
Thx for the quick reply !
Sure it is the fun part to find bugs and debug them