Archived post by mestela

god i want that

i know @toadstorm did a deep dive into the font sop for mops, i think the high level summary was ‘its really fucky’

well, did some digging

“`python fonts = hou.hscript(“opmenu -l -a /obj/geo1/font1 file”) fonts = [x.strip().strip(‘”‘) for x in fonts[0].split(‘\n’)] p = hou.parm(‘/obj/geo1/font1/file’) p.set(fonts[23]) “`

that’ll get a thing you can at least futz with in the python command line

i was gonna get the [23] to be [@Frame] in a python sop or something, but i gotta go make dinner. 🙂