I’ve been following Speckle for some time now … and recently, I wanted to give a try with the Blender plugin, but without great success. Does anyone knows how to work with it ? thanks !
Sorry, I’ve been out of the loop for a bit and am on holiday currently. I’ll try to make some time to check it out soon.
In the meantime, can you describe your limited success so far? Are you using Blender 2.79 or 2.8? I have started to adapt it to Blender 2.8 but I don’t think I made any public releases yet. Apologies again, will return shortly.
Hey Tom, thanks for answering.
Here’s what I’ve got so far :
A Speckle server up and running
The Blender plugin installed (2.79)
I can see the operators with the spacebar
I’ve tried the “Speckle Add Account” but I’m stuck here…
What sould I do next ?
If you’re in holliday, there’s no need for immediate feedback !
Thanks fo helping
Take a look at that and see if it helps. I’m not sure how much time I will have to work on the 2.79 integration. Is this important? One of the caveats with the older 2.79 version is that there should already be Speckle accounts on the computer. This is fixed in 2.8 and could probably be back-ported, but I’m not sure how to gauge interest in a 2.79 branch…
Eventually I will merge the 2.8 branch into master, barring violent protesting.
Also, in 2.79, there should be a tab on the left, in the toolbar, called Speckle. This should contain more useful UI elements for loading accounts, importing streams, etc.
I’m currently working on a workflow from Revit to Blender and back to Revit. So far so good as I’ve got the Revit model and all its parameters into Blender.
I’m now at the stage where I’ve updated one of the parameter values and am going back into revit and am getting an error.
Hi @dodowd! This is lossy interop hitting it. When you get elements from Revit into Blender, because Blender does not have the concept of “Wall” or “Beam”, so the elements are baked in Blender as Meshes.
When you get them out again into Speckle from Blender, they will be Meshes - even if they will have the params in place. I don’t think the workflow is possible without some advanced hacking - unless maybe @TomSvilans has some better ideas
@dimitrie is correct here. When you upload to Speckle, it is uploading as a Mesh by default, since that is what Blender works with.
The SpeckleBlender add-on should retain all the incoming properties, however, so it might be possible to try to rebuild the object as whatever it came in as, though this might get tricky to do automagically.
However, with the last release, there is the option of also injecting a Python script between the wrangling of Blender objects and their conversion and uploading to Speckle. It would be possible to do a custom conversion here, based on the custom properties that should be able to describe the object as it came in (i.e. Wall, Beam, etc.)
I’ve just realized that the upload script doesn’t affect what is uploaded to the Speckle stream, which is where you would want to inject a custom conversion for your Revit objects. I will try to address this soon.