Skip to content
#

vfx

Here are 321 public repositories matching this topic...

danrbailey
danrbailey commented Jan 23, 2020

The vdb_print binary is missing support for VDB Point grids. This would be super useful. Some recommended functionality:

  • total/active/inactive point count
  • attribute name, type, uniform, index, flags, compression information
  • group name and count information
  • whether the descriptor is shared (option to print out all descriptors which differ?)

I suggest that this is only implemented f

hodoulp
hodoulp commented Nov 28, 2019

When compiling master & RB-2.4 with Visual Studio 17, there are lot of warnings. Most of them only require a small change in the source code. But one require several iterations to be correctly fixed in OCIO.

F:\OpenSource\openexr\IlmBase\Iex\IexBaseExc.cpp(393): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation,
Good first issue Awaiting Feedback
reinecke
reinecke commented Aug 24, 2021

Feature Request

New feature

Description

The ALE adapter reads CDL values into the cdl namespaces of clip metadata dictionaries from the ASC_SAT and ASC_SOP fields, however it does not write them back out. It would be helpful to have the ALE adapter round-trip this data. This would also match the EDL adapter behavior.

Context

For how the adapter reads CDL values, look

enhancement good first issue
OpenCue
DiegoTavares
DiegoTavares commented Mar 1, 2022

Is your feature request related to a problem? Please describe.
Users running rqd on both Windows and Linux have no way to define different paths for windows and linux.

Ideas for implementation

  1. Simplest:
    log.frame-log-root in opencue.properties could be replaced by 2 entries, one for Linux and other for Windows (log.frame-log-root.windows, 'log.frame-log-root.linux`)
good first issue feature request

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