Forum: Poser Python Scripting


Subject: Export object file size is zero

Tekitoumen opened this issue on Aug 23, 2022 ยท 8 posts


FVerbaas posted Tue, 23 August 2022 at 3:45 PM Forum Coordinator

I am not at my system now so I cannot check but it maybe your callback does never return TRUE.  

Best add  print statement in it that says something when it returns a TRUE.

Also equality '=='  is not the best way to compare strings. Better use 'in' :   if act.InternalName() in CB.InternalName():