Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚒Update Behaviour on Receive #115

Closed
bimgeek opened this issue Sep 29, 2022 · 1 comment
Closed

⚒Update Behaviour on Receive #115

bimgeek opened this issue Sep 29, 2022 · 1 comment
Assignees
Labels
community Powered by the speckel community! enhancement New feature or request

Comments

@bimgeek
Copy link

bimgeek commented Sep 29, 2022

Description

UV mapping plays a very important role on visualization workflows. Currently when a new commit is received in Blender, our connector deletes the existing geometry and creates new ones (if im not mistaken). However, the shortcoming of this method is that if users have made a change in the UV mapping of an object, than change will get lost on new receive. This can get frustrating pretty fast.

For this reason, an Update mode (like in Revit, Rhino connectors) is needed. With this, the objects whose geometry has not changed will not be touched, only the objects with changes in geometry will be recreated.

Thanks [rorototo](https://speckle.community/u/rorototo/preferences/account) for this suggestion.

Suggested Solution

A dropdown menu with options:

  • Create - will create everything from scratch
  • Update - preserves unchanged objects and recreates only modified/deleted stuff
    image

Streams

https://latest.speckle.dev/streams/dc855a2afe

@bimgeek bimgeek changed the title Update Mode on Rece ⚒Update Behaviour on Receive Sep 29, 2022
@bimgeek bimgeek added enhancement New feature or request community Powered by the speckel community! labels Sep 29, 2022
@bimgeek
Copy link
Author

bimgeek commented Dec 15, 2023

Closing this ticket as we are moving to Jira to reduce noise. You can access it there.

@bimgeek bimgeek closed this as not planned Won't fix, can't repro, duplicate, stale Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Powered by the speckel community! enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants