Jump to: Board index » General » Fusion

Python script, checkbox NumAcross not working

Learn about 3D compositing, animation, broadcast design and VFX workflows.
  • Author
  • Message
Offline

Marcus Kulik

  • Posts: 11
  • Joined: Fri Jun 08, 2018 6:19 pm
  • Real Name: Marcus Kulik

Python script, checkbox NumAcross not working

PostTue Jul 16, 2019 1:48 am

I can't seem to get the checkbox NumAcross option to work in my python script. Here is the popup, even with NumAcross set to 2 they show up in a single column. Anyone have any ideas? The scripting reference doesn't show the syntax for this in python but my other popups with dropdowns work fine with this syntax.

Code: Select all
uirotate = {
    1: {1: 'rotdir', 'Name': 'Rotation Direction: ', 2: 'Dropdown', 'Options': ['CW', 'CCW'], 'Default': 0},
    2: {1: 'c1', 'Name': 'test1', 2: 'Checkbox', 'NumAcross': 2, 'Default': 0},
    3: {1: 'c2', 'Name': 'test2', 2: 'Checkbox', 'NumAcross': 2, 'Default': 0}
}

Return to Fusion

Who is online

Users browsing this forum: No registered users and 70 guests