
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
.. image:: https://img.shields.io/pypi/l/nukeuuid.svg :target: https://pypi.python.org/pypi/nukeuuid .. image:: https://img.shields.io/pypi/pyversions/nukeuuid.svg :target: https://pypi.python.org/pypi/nukeuuid .. image:: https://img.shields.io/pypi/v/nukeuuid.svg :target: https://pypi.python.org/pypi/nukeuuid .. image:: https://img.shields.io/pypi/wheel/nukeuuid.svg :target: https://pypi.python.org/pypi/nukeuuid .. image:: https://readthedocs.org/projects/nukeuuid/badge/?version=latest :target: https://readthedocs.org/projects/nukeuuid/?badge=latest
A unique identifier library for Nuke. UUIDs are stored on nodes and therefore persist Nuke sessions. UUIDs can be used to track nodes throughout the compositing process.
Full Documentation
_
To install nukeuuid
, type:
.. code-block:: bash
$ pip install nukeuuid
Open Nuke's init.py
file and add:
.. code-block:: python
nuke.pluginAddPath('/path/to/your/local/python/site-packages')
To get started with nukeuuid
, type in the Nuke Script Editor:
.. code-block:: python
import nukeuuid
Define a dictionary of UUIDs to be set, with the keys defining the UUID name and the values defining the UUID values.
.. code-block:: python
kw = {'': 'fca7201e-b53d-4918-9ab0-bb4ec5590f3c',
'utility': '5f2d525d-3e00-4bc5-88c4-794ad87f5699'}
To create and set the UUID attributes on a node (or a list of nodes), type:
.. code-block:: python
nukeuuid.set(node, **kw)
To retrieve all nodes matching a specific UUID pattern, type:
.. code-block:: python
kw = {'': 'fca7201e-b53d-4918-9ab0-bb4ec5590f3c',
'utility': '5f2d525d-3e00-4bc5-88c4-794ad87f5699'}
matched_nodes = nukeuuid.get_nodes(**kw)
.. _Full Documentation: http://nukeuuid.readthedocs.io/en/latest/
FAQs
A unique identifier library for Nuke
We found that nukeuuid demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.