8 Jun
2002
8 Jun
'02
5:59 p.m.
Hi! I have the following directory structure layout | `-- retro `-- classic `-- somethingelse I want to get the objects inside one of the style-directory from a python program, chosen by a variable that is set. So i have a variable style="retro" and I want to access the objects in the retro-Folder. What do I do? Normally I would access the contents via context.layout.retro.objectValues() - now i need something like context.layout.(style).objectValues(). Is this possible? How? Bye Peter