Setting Up VSCode And Python For Houdini

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • Support me via Paypal:
    paypal.me/Brundlethwaite
    goo.gl/Albu7Y
    Support me on Patreon
    / brundlethwaite

КОМЕНТАРІ • 9

  • @nicolaastanghe475
    @nicolaastanghe475 3 місяці тому

    This doesn`t seem to work on linux. i wonder why.

  • @whdinasor
    @whdinasor 3 місяці тому

    Thank you!!!

  • @prashantcgi
    @prashantcgi Місяць тому

    Hi thanks for the video it really helped, i have a question for me the autocomplete wont work when i create object of class, it work when i do hou. but it wont work in this situation
    import hou
    obj = hou.node("/obj"). # Works here
    geo = obj.createNode("geo", "mygeo") # dont work here
    is it same for you?
    thanks for the video :)

    • @brundlethwaite
      @brundlethwaite  Місяць тому +1

      Unfortunately that is a limitation of the python code completion. I have not tried other LSPs but the default python setup in VSCode will only give completion when referencing libraries directly.

    • @prashantcgi
      @prashantcgi Місяць тому

      @@brundlethwaite Thanks for the reply, in case you find something on this please do let me know

  • @taohong2332
    @taohong2332 4 місяці тому