Fix missing import in cli command registration example
This commit is contained in:
@@ -8,6 +8,8 @@ functionality via commands passed to (``-c`` / ``--command``).
|
||||
import sys
|
||||
import os
|
||||
|
||||
import bpy
|
||||
|
||||
|
||||
def sysinfo_command(argv):
|
||||
import tempfile
|
||||
|
||||
Reference in New Issue
Block a user