You’ve got… a lotta balls man Here’s the following challenge: in the same session, send those balls out, then move one and update.
Let me know how fast the update is
You’ve got… a lotta balls man Here’s the following challenge: in the same session, send those balls out, then move one and update.
Let me know how fast the update is
I just want to add to Chris point, because an app I develop had a similar feature and very we soon we realized how expensive is to “save” the model. Sync to central, etc, all that good stuff…
We had to fallback to save metadata on disk using a hash based on lots of info from that file. Sketchy but we haven’t heard. From 2024 there is actually a “Created Guid” to uniquely identify a Revit file that you can leverage.
Hi. Moved 1 ball and reloaded. Now I get a blank screen.
https://app.speckle.systems/projects/1a169c644c/models/72ddb8cee0
loads fine here:
This is unrelated to anything connector related - it’s probably down to the interaction between viewer, available resources, and browser.
We’ve heard you guys. I raised a ticket to get to this!
Thank you. Great that it works for you. I can not see the 24000. the 8000 works fine. I tried it with vivaldi browser and chrome.
Hey there!
We’ve just released a new version of the beta, maybe you have already realized? Because we enabled “Update available” notification in our UI!
Aside from all others, one of the biggest ones is support for receiving reference geometries in Revit!
You can create a new project in your workspace from now on!
Any feedback more than welcome! Looking forward to hearing from you to shape our next steps together!
Hey there,
New beta version has been released with new features, fixes, and enhancements!
Some outstanding items are as follows!
We’ve started introducing Tekla Structures and Civil3D for Next-Gen Connectors, stay tuned!
Looking forward to your feedback!
Hey hey,
features and improvements have landed with the latest release!
A searchable dropdown is added to select a view to send your data! Once the model card is clicked after sent is completed, Revit switches to the view that has been selected!
Integration of multiplexing into our deserializer, we achieved a 3x increase in speed by dynamically managing data streams. Combined with our harmonized inner caching logic, this enhancement has led to faster access times and a more streamlined data processing workflow. Hats off to @adamhathcock and @Jedd
Here you can find more details on the relevant pull request!
Best!
Happy Monday with new features!
A searchable list of items added under the Category filter that you can add/remove them. After your first send you can edit the filter whenever you want!
Tekla (2024) is now part of our send-only reference geometry workflow as a first pass! Kudos to @dogukan Click here to install, let us know what you think; it will help us shape its roadmap!
Best!
Hey, got some double precision meshes far from zero and they’re coming into Rhino with the telltale wiggle…
but only when the units are changed. The following works fine:
The above works all good. But downloading into a new document, with the units set to m, introduces the floating point issue.
Hey @chris.welch,
Thanks for the regression steps, will be helpful in tackling the issue. I’ll update you here when it is solved!
Hey @chris.welch ,
Can you please share the DWG file? I have tried reproducing but wasn’t able to reproduce.
Will send you the commit in a dm - can be reproduced (I hope!) simply by pulling down in both large-mm and large-m modes.
My hunch is that the meshes don’t have the MeshVertexList.UseDoublePrecisionVertices property enabled on import
When publishing Revit projects containing curtain wall elements the progress stays at “Starting to send” forever.
I also tried to send model groups containing stair families which managed to send but neither stairs or the model groups are visible in the viewer.
Hey Eugen,
This is using the latest version of the next-gen connectors right?
Could you send us a drive/dropbox link with a sample model to test?
I have used 3.0.0-beta.216.
On the modell groups I get the publish warning “Category Modellgruppen is not supported”. I’m using Revit in German. Maybe it ist a language problem.
When ungrouping all groups except the groups containing adaptiv curtai wall elements everything looks the publish succeed including the stairs.
But when ungrouping the adaptive curtain wall elements I couldn’t publish the project.
I have PM send two files to test.
I’m having the same problem after recently pulling the latest “dev” branch from the speckle-connectors repo. I now cant push anything to the server from Civil 3D, and it appears to stall at the serialization task.
Because I’m attached to the debugger in visual studio, if i pause the code during this period of inactivity, it tells me that no code is running. Ill rase an issue in GitHub with more details and test files…
Hi @jhdempsey86
We’re stabilizing a few things and have just fixed a few other issues. What you’re describing shouldn’t be happening but still can under a few scenarios depending on whether the thread is controlled by us or the host application. I can try to help on Github but the beta is still WIP.
Thanks,
Adam