Skip to content
#

vfx

Here are 192 public repositories matching this topic...

danrbailey
danrbailey commented Jan 23, 2020

SOP_OpenVDB_Scatter overrides the syncNodeVersion() with a check for the version of VDB the SOP was placed in:

https://github.com/AcademySoftwareFoundation/openvdb/blob/master/openvdb_houdini/SOP_OpenVDB_Scatter.cc#L256

We'd like to move the portion that does the version comparison up into SOP_NodeVDB, something like:

`int SOP_NodeVDB::compareVersionString(const char* oldVersion, const ch

OpenCue
samkenw
samkenw commented Mar 13, 2020

I am getting the following error on windows:

Exception in thread Thread-120:
Traceback (most recent call last):
  File "[...]\deploy\py37\lib\threading.py", line 926, in _bootstrap_inner
    self.run()
  File "[...]\deploy\py37\lib\site-packages\rqd-unknown-py3.7.egg\rqd\rqcore.py", line 540, in run
    self.__sendFrameCompleteReport()
  File "[...]\deploy\py37\lib\site-packages\rqd-
darbyjohnston
darbyjohnston commented Apr 15, 2020

As part of the build process IlmImfTest generates a number of test EXR files, one of which is causing DJV to crash. To reproduce the crash run this command after the build is complete:

> ./build/bin/djv OpenEXR/src/OpenEXRThirdParty/IlmImfTest/comp_bad_bounds_piz.exr

Improve this page

Add a description, image, and links to the vfx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vfx topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.