korfriend

Results 1 comments of korfriend

same error for blender 3.5 work around: in the "__init__.py", change the operator for property from '=' to ':' filter_glob : props.StringProperty(default="*.egg;*.egg.pz;*.egg.gz", options={'HIDDEN'}) directory : props.StringProperty(name="Directory", options={'HIDDEN'}) files : props.CollectionProperty(type=bpy.types.OperatorFileListElement,...