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

[Blender IFC DB Client Addon] with "Login" , "Push" & "Pull" buttons #4

Open
3 of 4 tasks
Krande opened this issue Aug 12, 2022 · 2 comments
Open
3 of 4 tasks
Assignees

Comments

@Krande
Copy link
Owner

Krande commented Aug 12, 2022

Create a simple Blender addon that provides a minimal IFC DB client.

The menu should have 4 buttons.

  • Log In (store JWT token for future api calls)
  • Push (upload a few select simple geometry types to the IfcDb together with user information such as IfcPerson)
  • Pull (download from the IfcDb)
  • Go Live (listen to updates from other BlenderBIM clients)
@Krande Krande self-assigned this Aug 12, 2022
@Krande Krande changed the title [Blender IFC DB Client Addon] with "Test Connection" button [Blender IFC DB Client Addon] with "Login" button Aug 15, 2022
@Krande Krande changed the title [Blender IFC DB Client Addon] with "Login" button [Blender IFC DB Client Addon] with "Login" , "Push" & "Pull" buttons Aug 15, 2022
@Krande
Copy link
Owner Author

Krande commented Aug 15, 2022

The addon scaffolding is ready.
Image

Now all I need is to figure out how I can start a separate process in Blender and have that return messages once they are available on the messaging queue

@Krande
Copy link
Owner Author

Krande commented Aug 16, 2022

Login using Azure AD functionality is now operational.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant