Forum: Poser Python Scripting


Subject: Useful Code Snippets

structure opened this issue on Jun 27, 2019 ยท 94 posts


structure posted Sat, 21 May 2022 at 1:51 AM Forum Coordinator

adp001 posted at 3:03 PM Fri, 20 May 2022 - #4438875

According to the motto: Why simple when you can make it complicated :)

test this:

d = dict(a=1, b=2, c=3)

print(d.__class__.__name__)

nice - thanks

Locked Out