Hello all,
I'm having trouble figuring out how to format multiple rows on top of each other within the same labeled panel in my script. Here is what I have, I'm basically looking to add an additional row of buttons directly underneath this row but have it still be contained in the labeled 'Generative Comp Presets' panel. Any ideas?
Thanks!
res="group{orientation:'column', alignment:['fill', 'fill'], alignChildren:['fill', 'fill'],\ myStructure: Group{orientation:'row', alignment:['fill', 'fill'], alignChildren:['fill', 'fill'],\ aeStructure: Button{text:'AE Structure'},\ myStructureItem2: Button{text:'Directory Structure'},\ },\ \ \ myPanel: Panel{text:'Generative Comp presets', orientation:'row', alignChildren:['fill', 'fill'],\ myPanelItem1: Button{text:'One'},\ myPanelItem2: Button{text:'Two'},\ myPanelItem3: Button{text:'Three'},\ },\ }"