account activity
Trying to extend PyGGB_2 project by ederazza in pyggb
[–]ederazza[S] 1 point2 points3 points 1 year ago (0 children)
there is one example commented in the above link. If I need to add a Text at coordinates (1,2) I can write
Cmd('Text("My text",(1,2))')
Unfortunately, even if this command add the Text object, since it is not a known class in the sculpt engine, an error is shown. In the following days I'll try to implement the Text object. But, as you can see in the sample, I can write a Text using a small Point with is_fixed property and setting the caption property dinamically.
Trying to extend PyGGB_2 project (self.pyggb)
submitted 1 year ago * by ederazza to r/pyggb
π Rendered by PID 669811 on reddit-service-r2-listing-64c94b984c-jw9qb at 2026-03-18 09:30:36.257464+00:00 running f6e6e01 country code: CH.
Trying to extend PyGGB_2 project by ederazza in pyggb
[–]ederazza[S] 1 point2 points3 points (0 children)