Uploaded image for project: 'OpenVDB'
  1. OpenVDB
  2. OVDB-69

Implement Houdini Deprecations

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • None
    • Houdini
    • None

      Remove all Houdini conditional macros prior to 16.5.

      Here's one such example:

      #if (UT_VERSION_INT >= 0x0e0000b0) // 14.0.176 or later
      

      This also involves removing support for Houdini shipping with Boost (since 16.5, Houdini has not shipped with a Boost dependency):

      #if UT_VERSION_INT < 0x10050000 // earlier than 16.5.0
      namespace hboost = boost;
      #endif
      

      We recently voted to retain GEO_PrimVDB/GU_PrimVDB in the codebase, but I suggest we move away from using H12.5 macros for these for improved clarity.

       

       

            danrbailey danrbailey
            danrbailey danrbailey
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: