diff --git a/xpat.pyp b/xpat.pyp index 8080cbb..77f5374 100644 --- a/xpat.pyp +++ b/xpat.pyp @@ -28,7 +28,7 @@ import itertools from c4d.modules import graphview as gv from c4dtools.misc import graphnode -res, importer = c4dtools.prepare(__file__) +res, importer = c4dtools.prepare(__file__, __res__) settings = c4dtools.helpers.Attributor({ 'options_filename': res.file('config.json'), })