8000 GitHub - ghkimvfx/rvflipbook_14: This code supports flipbook for RV starting from nuke version 14 and above.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ghkimvfx/rvflipbook_14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kor Description, 한국어설명

rv_flipbook_read_node

📔Description

This Python code is based on the existing

https://learn.foundry.com/nuke/developers/63/pythondevguide/flipbook.html

documentation.

I've modified the syntax where it intermittently didn't work in Nuke 14 and later to make it work in Nuke 14-15.

❓ How to set up

  1. Import rv_flipboo 7AEC k.py in the ./nuke folder
  2. Add the following code to menu.py
import nuke
import nukescripts
import os

try:
    import rv_flipbook
    nuke.tprint("RV Flipbook Loaded Successfully!")
except Exception as e:
    nuke.tprint(f"Error loading RV Flipbook: {e}")
  1. Set the path and environment variables in Windows
    Reference Links : https://www.computerhope.com/issues/ch000549.htm
  2. Add the following path to the Path entry in System Variables:
    C:\Program Files\Shotgun\RV-7.1.1\bin
    IMPORTANT: The path above refers to the path to the RV currently installed on your computer.

If you are using Open RV or a different version of RV, you will need to change it to the installed path for it to work.

⚠️Important Notes

If the installed RV version is different or the installed path is different, you must change the entry in line 10 of rv_flipbook.py

 self._rvPath = "C:/Program Files/Shotgun/RV-7.1.1/bin/RV.exe"

to the correct path.

  • You must distinguish between the path syntax “/” in rv_flipbook.py and the path “\” in Windows.

🖥️Tested environment

Nuke | 14 v4 ~ 15.1 v5
Windows 10 ~ 11

⚠️Not supported on Mac.
Or may not work on untested environments (e.g. nuke 13 or lower).

☀️How to use

With the Read node selected, press Alt+F, select RV in the Flipbook window, and then press OK. RV will run in flipbook mode and work.

Tip: To check the comp you worked on, it is recommended to render it in advance and use it.
You can use it on nodes other than the Read node, but it will take caching time.

Example of caching time

rv_flipbook_other
As shown in the image above, caching time is required.

🕷️Bug report

If you encounter any bugs or parts that do not work while using it, please contact us at the email address below along with the version of Nuke and Windows you are using.

gihan.kim.vfx@gmail.com

Thank you

About

This code supports flipbook for RV starting from nuke version 14 and above.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0