Name of the new playlist (defaults to an auto-generated name).
""".strip())
+def all_drivers_callback(hooke, command, argument, value):
+ return hooke.drivers
+
# Define commands
help="""
File name for the input playlist.
""".strip()),
- Argument(name='drivers', type='driver', optional=False,
- count=-1,
+ Argument(name='drivers', type='driver', optional=True,
+ count=-1, callback=all_drivers_callback,
help="""
Drivers for loading curves.
""".strip()),