Skip to content

Reference

Troubleshooting

No generated panel appears

  • Check that the generated UI is running in Generated UIs.
  • Check Visibility settings and any selected object/bone filters.
  • Check the generated sidebar / Properties location.
  • Check Diagnostics for missing-script or registration errors.

Generate reports missing storage

  • Set Output Setup → Property Storage.
  • Use Set Active / Set Selected to fill the target from the current Blender context.
  • Confirm the Resolved label shows a valid owner.

See Property Storage.

Entry does not appear in generated output

Row box does not draw as expected

  • Confirm the Row Boxes Container dropdown is on the same container as the rows.
  • Avoid partial overlaps.
  • Use Extend To Active Row instead of typing a cross-container range.

See Row boxes.

Shortcuts affect the wrong list

  • Click Shortcuts Affect This List above the intended list.
  • Use the Shortcuts Affect menu.
  • Check Add-on Preferences → Disable Keyboard Shortcuts.

See Keyboard shortcuts.

Custom path shows errors

  • Paste a full Blender RNA path.
  • Check for renamed/deleted datablocks.
  • Use a supported property kind.

See Custom entries.

Generated operator button fails

  • Verify the operator id.
  • Try Interactive / Popup for operators that require invoke behavior.
  • Check the operator JSON is valid JSON.
  • Check whether the operator can poll in the panel's area/context.

See Operator Button.

Generated UI script is missing

  • Use the Generated UIs status to identify missing Text scripts.
  • Run will not recreate a missing script.
  • Regenerate the UI, import an existing generated script, or remove the row if it is no longer wanted.