Napis na stożku

Polish forum

Moderators: PrzemoF, kaktus

Forum rules
Regulamin forum i pomocne informacje

WAŻNE! Przeczytaj zanim poprosisz o pomoc
mario52
Veteran
Posts: 4698
Joined: Wed May 16, 2012 2:13 pm

Re: Napis na stożku

Post by mario52 »

hi
arturromarr wrote: Fri Nov 22, 2019 7:40 am Szkoda tylko, że restartują się ustawienia po wykonaniu napisu.
try this:
you must comment the lines 1626 and 1627 (section reset)

original code

Code: Select all

 
        ####Reset################################################
        ff = ui
        ff.on_PU_Reset()
modified code ( add # )

Code: Select all

 
        ####Reset################################################
        #ff = ui
        #ff.on_PU_Reset()
save and run (you must make reset manually with the "Reset" button)

mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
Post Reply