COMMENTS

  • waltz 3 years, 10 months ago  | 

    Thanks for this tutorial Luiz!

    /// This is a multi-line raw string specifying the parameter interface
    /// for this SOP.
    static const char *theDsFile = R"THEDSFILE(
    ....

    how can one generate the raw string ds file?

  • chrysl666 3 years, 10 months ago  | 

    Tnx for the tutorial Luiz !

  • George Rolfe 3 years, 8 months ago  | 

    Note that if you're using VS2019, you'll need to install VS2017 build support and in CMAKE, target the v141 toolset. If you don't do this it will use the v142 toolset and it will spaz out. This info is current as of post date, with H18.0.532.

  • teotigraphixllc 3 years, 8 months ago  | 

    Thanks for the information, this was perfect, the "hump" haha, yeah always the build system. :)

  • fpesantez 3 years, 6 months ago  | 

    Hello, I've tried everything, env variables, visual studio 2017, etc but I can't make it work, I'm always stuck when I open the HDK_project in Visual Studio, it doesn't load the SOP solution, for example in the SOP_CopyToPoints, I got ALL BUILD, Sop_CopyToPoints (unavailable), inside it says: The project file was unloaded, I have the same error on any toolkit example, I even tried on a different machine and still stuck there, know know if someone knows any solution, thank you.

    • jalys 3 years, 5 months ago  | 

      I struggled a long time on the same issue.
      Tried different version of cmake / vs / houdini / file to compile ....

      i fou,nd a clue to the solution when i tried "reload project" in VS, i got some error refering to Houdini addons.
      I solved it by removing all "Third party stuff" in the Houdini.env ( rendermann / redshift ... )

      Then generate the SLN project file using cmake ...

  • Bondar Igor 2 years, 8 months ago  | 

    I can't start Houdini with HFS env variable set.

  • Anonymous 1 year, 10 months ago  | 

    I Can't Run Houdini Now.. Found this Error.

    Error running Python dynamic menu strip script:
    Traceback (most recent call last):
    File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.596/houdini/python3.7libs\hou.py", line 96352, in <module>
    __finishImport()
    File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.596/houdini/python3.7libs\hou.py", line 96135, in __finishImport
    import houpythonportion.qt
    File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.596/houdini/python3.7libs\houpythonportion\qt\__init__.py", line 35, in <module>
    from houpythonportion.qt.XMLMenuParser import XMLMenuParser
    File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.596/houdini/python3.7libs\houpythonportion\qt\XMLMenuParser.py", line 3, in <module>
    import lxml.etree as ET
    ImportError

Please log in to leave a comment.