Kinetix

"Aki másnak felbontás...!"


  • nenad
    #29225
    klikk a perspective viewportra aztan futasd ezt a scriptet:

    cico = text()
    cico.name = "textvazze"
    max modify mode
    select $textvazze
    modPanel.addModToSelection (Extrude ()) ui:on

    fn textchange =
    (
    frnum = currenttime.frame as integer

    if frnum == 0 then
    (
    $textvazze.text = "00"
    )
    else
    (

    $textvazze.text = frnum as string
    )
    )
    registerTimeCallback textchange
    playanimation()