You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dcascaval I'd like to help you out with making Impala ready to be supported on the ShapeDiver platform.
Check out this blog post to understand the requirements for any plugin to be allowed on ShapeDiver. Impala is a functionally simple plugin and can be easily supported. It can help a lot of users reduce the computation time taken by their scripts, which can be extremely beneficial for ShapeDiver users, as explained here.
I've reviewed the code and at a glance everything seems to be in order except the Version string, which is missing. If you can add that and make an updated release on Food4Rhino, we can rollout support for that version and any future updates as well.
Please ensure that you override the Version string property with a formatted version number (eg. “1.2.0.5” or “1.14.0”) in the class that inherits GH_AssemblyInfo. We recommend overriding the AssemblyVersion string with the same value. Remember to increment these version strings every time before you release a new version of your plugin. Also, please increment the version from the current value (1.0) before releasing an update.
Congratulations on the brilliant work!
If you have any questions or concerns, feel free to reply here or reach out to me at praneet[at]shapediver.com
The text was updated successfully, but these errors were encountered:
@dcascaval I'd like to help you out with making Impala ready to be supported on the ShapeDiver platform.
Check out this blog post to understand the requirements for any plugin to be allowed on ShapeDiver. Impala is a functionally simple plugin and can be easily supported. It can help a lot of users reduce the computation time taken by their scripts, which can be extremely beneficial for ShapeDiver users, as explained here.
I've reviewed the code and at a glance everything seems to be in order except the Version string, which is missing. If you can add that and make an updated release on Food4Rhino, we can rollout support for that version and any future updates as well.
Please ensure that you override the
Version
string property with a formatted version number (eg. “1.2.0.5” or “1.14.0”) in the class that inheritsGH_AssemblyInfo
. We recommend overriding theAssemblyVersion
string with the same value. Remember to increment these version strings every time before you release a new version of your plugin. Also, please increment the version from the current value (1.0) before releasing an update.Congratulations on the brilliant work!
If you have any questions or concerns, feel free to reply here or reach out to me at praneet[at]shapediver.com
The text was updated successfully, but these errors were encountered: