mesh_tissue missing icon warning #90681
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#90681
Loading…
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?
System Information
Operating system:
Graphics card:
Blender Version
Broken:
2.93.2
Short description of error
simple add-on missing icon warning at:
developer.blender.org/diffusion/BA/browse/master/mesh_tissue/tessellate_numpy.py$2716
Added subscriber: @kopias
Added subscribers: @rjg, @deadpin
Changed status from 'Needs Triage' to: 'Confirmed'
@rjg Do we need to poke the Tissue addon author again so he will submit his latest code? Or we can checkin the referenced commit here as a quick stop-gap.
Added subscriber: @AlessandroZomparelli
@deadpin That is a good question. I think we could apply your patch to Blender 2.93.x for a future LTS. Generally the add-on maintainer should be on top of these things though. We should definitely get an updated version of the add-on by the maintainer for 3.0 otherwise the code may start to deviate or we might do duplicated work if we implement fixes in parallel with the actual add-on development. You may want to check with someone more senior (@ideasman42 ?) than me though.
@AlessandroZomparelli Could you please review the linked patch and submit a patch to include a current version of your add-on in the master branch of the Blender add-ons repository.
Added subscriber: @ideasman42
Hi @rjg you are right, I should personally maintain it on the official repository and I apologize if it is taking so long. In my spare time, I'm trying to understand the correct procedure, but my knowledge of github is really basic just regular commits on my Github repositories.
I will get there eventually, but so far I have a local version of the repository: git://git.blender.org/blender.git where I changed the add-on code. I'm now trying to make a Diff, since I understood that I must upload a Diff file instead of doing a commit. Is it correct?
Thanks for your patience.
@AlessandroZomparelli Yes that is correct. The usual workflow is the following:
git add .
can add submodules to the commit you don't want to include.Plain diff
Then upload the diff file through the web form.
Arcanist
This will already create the diff/review task on this website for you.
Then return to the master branch when you're done
For more information see our wiki page on the topic. For more help with git see this wiki article. If you have questions, people in the #blender-coders channel will be happy to help.
Thank you so much for the support @rjg , I just sent it using the file upload method. I hope that everything is fine :-)
@AlessandroZomparelli I don't see a revision associated with your profile. Do you have a link?
hi @rjg I am a bit tight with the time before the next release. Would it that possible to get some help updating Tissue on the Blender's repository?
I wanted to take care of that personally, but I don't think I will be able to do that in time. This is the latest release: https://github.com/alessandro-zomparelli/tissue/releases/tag/v0-3-52
Just a couple of notes:
Added subscriber: @Blendify
Changed status from 'Confirmed' to: 'Resolved'
Fixed with
da9a50a46e
@AlessandroZomparelli I'm sorry that I haven't replied. I'm currently writing essential parts of my thesis and didn't have time to check my mentions.
@Blendify Thank you for taking care of this.