Python Parameter Expressions in Houdini - An Introduction

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 มิ.ย. 2020
  • In this video we explore the process of writing parameter expressions using Python. We start with simple, one-line expressions using the "ch" Python function, and then work up to multi-line expressions using the expression editor.
    #houdini #houdinifx #sidefx #sidefxhoudini
  • ภาพยนตร์และแอนิเมชัน

ความคิดเห็น • 6

  • @KonstantinMagnus
    @KonstantinMagnus 4 ปีที่แล้ว +2

    Thank you again for shedding more light on Python in Houdini!
    I feel there is a real lack esp. in comparison to VEX tutorials.

  • @hved
    @hved 4 ปีที่แล้ว +2

    luck is a really usefull skill : ]

  • @carlosrivadulla8903
    @carlosrivadulla8903 3 ปีที่แล้ว

    I think we need more of this

  • @desocrate
    @desocrate 4 ปีที่แล้ว

    can you use frame() in HScript ?
    I found the if frame() part to be interesting, just wondering if it'll work without python :)

    • @socraticafx
      @socraticafx  4 ปีที่แล้ว

      In HScript the current frame is given by $F. If you use HScript in a parameter expression, here's a list of the variables available to you: www.sidefx.com/docs/houdini/network/expressions.html#globals

    • @desocrate
      @desocrate 4 ปีที่แล้ว +1

      @@socraticafx right of course, my apologies for the stupid question, as soon as i read your reply, I facepalmed, lol.
      Thanks for the great content though