cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
BrunoValads
Booster
since ‎2022-10-21
‎2025-09-30

User Statistics

  • 15 Posts
  • 2 Solutions
  • 10 Likes given
  • 7 Likes received

User activity

Hi! I need to figure out a way to make 2D drawings in the 3D view, in a way that the drawings are always facing the camera, preferably while rotating the camera too. My intention is to draw pins where the user clicked in the model. Here’s a mockup of...
I'm handling with API_AddOnCommand and I'm trying to send a json to my addon but this json has an array field, that should be read in order to proceed. How can I iterate thru a GS::ObjectState when it's a list?
I have a local websocket server running in my system (uri "ws://localhost:8080/ws" currently for tests) and I would like to connect my add-on with it. The add-on should send text messages to this websocket server (with info from the current model), a...
Hi!I'm getting an Archicad breakpoint exception that closes the program when using libcpr library.In my plugin example, I have the following simple HTTP GET request: cpr::Response r = cpr::Get(cpr::Url{ "http://www.httpbin.org/get" }); This code work...
I'm trying to make an automation that allows the user to send data to a server in the web via HTTP POST, and automatically receive data form this server when its available via HTTP GET.The POST part is solved already, by simply calling it from the me...