Pixmap Plugin After Effects -

In a traditional workflow, Sarah would be in trouble. A full re-render of the 3D scene would take another two days. However, Sarah had the foresight to render a single alongside her main beauty pass. After Effects , applies the PixMap plugin

: Easily translate, scale, and rotate texture coordinates within the plugin. Pixmap Plugin After Effects

switch (src_world->pixel_format) case PF_PixelFormat_ARGB128: // 32-bit float PF_PixelFloat *src_float = (PF_PixelFloat*)src_world->data; PF_PixelFloat *dst_float = (PF_PixelFloat*)dst_world->data; // Process with floats (0.0 to 1.0 range) break; case PF_PixelFormat_ARGB64: // 16-bit PF_Pixel16 *src_16 = (PF_Pixel16*)src_world->data; // Process with 16-bit ints break; In a traditional workflow, Sarah would be in trouble

Which of these would be most helpful for your current project? In a traditional workflow

1 COMMENT

  1. Thank you so much man! VM runs and I can go to sleep 🙂

LEAVE A REPLY

Please enter your comment!
Please enter your name here