Forum: Poser Python Scripting


Subject: Export object file size is zero

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


adp001 posted Wed, 31 August 2022 at 7:29 PM

Tekitoumen posted at 7:12 PM Tue, 23 August 2022 - #4443226

Also, thanks for pointing out about the "==".
 A word of warning:

Using "in" instead of "==" can quickly become a massive problem. Why?

"" in "any string" == True

That' s why.

An empty string is contained in any valid string.