Review Blender Cloud addon #48025
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey Campbell,
Can you review the Blender Cloud addon for inclusion in addon_contrib? The README.md should contain everything needed to build, install and use the addon. Just like the Blender ID addon, to include the addon in master, we'd build it with
python setup.py bdist
and then unzip the resulting zip file into Blender's addon dir.In this case, the
setup.py
script is more extensive, and pulls in & builds the dependencies. This is necessary as we don't have pip running in Blender (yet). It requires thepip
andgit
commands to be available on the$PATH
. The requirement ofpip
being on the path is not described in the README.md file, as every Python 3.5 installation should have a bundled pip anyway. Besides, regular users won't need to build the addon themselves anyway.Thanks!
Changed status to: 'Open'
Added subscriber: @dr.sybren
Added subscriber: @brita
Added subscriber: @Blendify
Added subscriber: @ideasman42
Changed status from 'Open' to: 'Archived'