cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
BenjiDev
Booster
since ‎2021-11-16
‎2023-03-23

User Statistics

  • 37 Posts
  • 4 Solutions
  • 10 Likes given
  • 11 Likes received

User activity

Hello,My workflow when it comes to developing the GUI part of C++ addons is so bad and cumbersome, surely I am doing something wrong and looking to improve. Basically up until now I am just using "fixed" coordinates for the GUI elements the .grc file...
How do you use and array as an argument for the different shape functions?A simple example: ! DO THIS: DIM arr[] arr[1]=1 arr[2]=1 arr[3]=15 arr[4]=2 arr[5]=0 arr[6]=15 arr[7]=1 arr[8]=3 arr[9]=15 PRISM_ 4,1, 0,0,15, arr ! INSTEAD OF THIS: PRISM_ 4,1...
Hello,I am doing some C++ work and have developed a simple C++ addon during my spare time. Now i'd like to share it with the world. How does Graphisoft facilitate the spreading of 3rd party addons? I heard there is no official "App Store", so how is ...
I know this questions has been asked a couple of time but looking at other answers and the API docs i just still can't get this to work. I have created a dummy GDL object (just a simple 2D rect) and added a custom GDL parameter "test_param" of type l...
I was reading this quesiton: https://community.Graphisoft.com/t5/Developer-forum/Exactly-what-can-you-do-with-Python/td-p/355343 about rotating elements using keystrokes and I have been looking for a way to do this from a C++ Addon. Triggering functi...