This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """List All Inputs | |
| URL: | |
| http://gist.github.com/khanrahan/ | |
| Description: | |
| Print all file paths used in the current script. | |
| """ | |
| import nuke |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| Reload Reads | |
| URL: | |
| http://gist.github.com/khanrahan/d7679e1e0f565d109a401fa136c26fb5/edit | |
| Description: | |
| Find all Read nodes and reload the file path. Useful to find any missing frames. | |
| Usage: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| Change Colorspace on Selected | |
| URL: | |
| http://gist.github.com/khanrahan/8df19ce3dc06046a2c50cd86088495d1 | |
| Description: | |
| Change colorspace on all selected nodes. Currently, only for Read nodes. | |
| ''' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Enable Localization on Selected Nodes | |
| URL: | |
| http://gist.github.com/khanrahan/062ba5c96b6ae14cd2948b4b861ae3dd | |
| Description: | |
| Take selected nodes, and if a Read, enable localization. | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| Autocrop Selected | |
| URL: | |
| http://gist.github.com/khanrahan/d4d6c954f6c4f2bb57774861a53fe714 | |
| Description: | |
| Take selected nodes, and run an CurveTool Autocrop analysis. | |
| Usage: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Close All Properties Panels | |
| URL: | |
| http://gist.github.com/khanrahan/22fedc55805b478f4c1740f23d549a9e | |
| Description: | |
| Close all open properties panels. | |
| """ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Update Localization on Selected Nodes | |
| URL: | |
| http://gist.github.com/khanrahan/cb3591b13057f5a47e8bcc02e67d32c6 | |
| Description: | |
| Take selected nodes, and if a Read, update the localization. | |
| """ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Set selected merge nodes bbox knob to B (instead of the default union). | |
| URL: | |
| http://gist.github.com/khanrahan/29a71903a0f449e0c5a77949087a5755 | |
| Description: | |
| Take selected nodes, and if a Merge, set the bbox knob to B instead of the default | |
| union. | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/env python | |
| #****************************************************************************** | |
| # | |
| # Filename: hook.py | |
| # | |
| # Copyright (c) 2008 Autodesk Canada Co. | |
| # All rights reserved. | |
| # | |
| # Use of this software is subject to the terms of the Autodesk license | |
| # agreement provided at the time of installation or download, or which |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for ufraw on macOS 10.12.6 | |
| Build date: 2018-06-08 15:31:42 |
NewerOlder