79734317

Date: 2025-08-13 13:16:55
Score: 1.5
Natty:
Report link

This snippet was sent to me from a developer at toon boom to help me get my templates importing properly.

def import_template(template_path):
   paste_options = harmony.PasteOptions()
   paste_options.color_palette_mode = "LINK_TO_ORIGINAL"
   clipboard = project.scene.clipboard
   clipboard.paste_template_into_group(str(template_path), 1, "Top", paste_options)
Reasons:
  • Blacklisted phrase (1): help me
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Niki