Skip to content
#

vfx

Here are 328 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
KarthikRIyer
KarthikRIyer commented Jan 16, 2022

Description

The SVG adapter doesn't support ImageSequenceReference.

Point to note (by @apetrynet):

Instead of target_url it has an abstract_target_url() method which produces a full path if you provide a frame number abstraction like: "%04d", "#" and so on.

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