Thomas Volkmann
Results
2
issues of
Thomas Volkmann
Hi, it's more a question than an issue.. I'm wondering if motionvector images (creates by 3d-applications as Blender, Maya, etc) could be used as as Flow maps. The basic idea...
Hi, the following sript works: ``` import bpy import os print(os.listdir('.')) ``` This one fails with 'os is not defined': ``` import bpy import os def go(): print(os.listdir('.')) go() ```...