Hi, any plans to add GoB to the Blender Extension platform? Would make it easier to update.
https://extensions.blender.org/approval-queue/gob/
Review
Welcome to the platform. Some notes before we approve:
-
Zip file contains build folder which I'm assuming is only for development environment? In that case it should be removed. Same goes for 'Blender' folder if I'm not mistaken. Only files needed for running add-on should be in zip.
-
You use Zbrush icon in UI, are you sure that's ok? It's probably gonna be your responsibility if some copyright issues arise. We trust users have permissions for image files they use.
-
non_portable_backslash:
Use of back-slash (often used for non-portable MS-Windows paths).
Common false positives include:
REGEX literals.
Some escape sequences.
output\gob\source\geometry.py:204:17: print("\\_____") output\gob\source\preferences.py:58:67: PATH_GOZ = os.path.join(os.environ['PUBLIC'] , "Pixologic\\")
Automatic review raises this flag because of Pixologic. Are those slashes at the end needed? They can cause some problems.
Probably better to avoid them and use os functions instead.
-
Btw is Pixologic still correct path? You know, after what happened.
-
Why not Linux support? I see this doesn't use any os-specific wheels. I would assume it can work on anywhere you point DIRPATH property to?
-
I'm not sure about screenshot you have from Zbrush. It might violate some rule here, I'm not sure, but I'm interested does it install something in Zbrush too? I think it does since I see Zbrush script in here. I will ask about that but my hunch is that it will be against some copyright issues to modify other software. Can you elaborate exactly what Zbrush script does?
Hi, any plans to add GoB to the Blender Extension platform? Would make it easier to update.
https://extensions.blender.org/approval-queue/gob/
Welcome to the platform. Some notes before we approve:
Zip file contains build folder which I'm assuming is only for development environment? In that case it should be removed. Same goes for 'Blender' folder if I'm not mistaken. Only files needed for running add-on should be in zip.
You use Zbrush icon in UI, are you sure that's ok? It's probably gonna be your responsibility if some copyright issues arise. We trust users have permissions for image files they use.
non_portable_backslash:
Use of back-slash (often used for non-portable MS-Windows paths).
Common false positives include:
REGEX literals.
Some escape sequences.
output\gob\source\geometry.py:204:17: print("\\_____") output\gob\source\preferences.py:58:67: PATH_GOZ = os.path.join(os.environ['PUBLIC'] , "Pixologic\\")Automatic review raises this flag because of Pixologic. Are those slashes at the end needed? They can cause some problems.
Probably better to avoid them and use os functions instead.
Btw is Pixologic still correct path? You know, after what happened.
Why not Linux support? I see this doesn't use any os-specific wheels. I would assume it can work on anywhere you point DIRPATH property to?
I'm not sure about screenshot you have from Zbrush. It might violate some rule here, I'm not sure, but I'm interested does it install something in Zbrush too? I think it does since I see Zbrush script in here. I will ask about that but my hunch is that it will be against some copyright issues to modify other software. Can you elaborate exactly what Zbrush script does?