Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.94 KB

README.md

File metadata and controls

64 lines (43 loc) · 1.94 KB

NukeShareScript

GitHub stars GitHub release GitHub release (latest by date)

The NukeScriptShare tool makes it simple to share nuke nodes within a connected network. Artists can quickly paste the received nodes and use them.

share nodes01

Features

  • Easy to share nuke nodes/scripts
  • Storing in MongoDB Database.
  • Automatically deletes data after two days.
  • To remain for a long time, add to favourites.
  • Display's all sent and received data in a table view.

Requirements

  • MongoDB Database.
  • Database management tool. Preferred :MongoDB Compass, Robo 3T.
  • Database with th name of nuke_script_shareis required.
  • Need Collection with name of nuke_scripts.
  • Common server in local network.

Configuration of the database

  • Download MongoDB from this link.
https://www.mongodb.com/try/download/community
  • Install the MongoDB in common server which is connected to local network.
  • Download MongoDB Compass.
https://www.mongodb.com/try/download/compass
  • Start the Mongodb server using mongocommand.
  • Launch MongoDB Compass and connect to localhost:27017 server.
  • Create nuke_script_share database.
  • And create nuke_scripts collection in nuke_script_share database.

Installation

  • Clone the NukeScriptShare git repo.
https://github.com/rameshbabuvfx/NukeScriptShare
  • Copy the NukeScriptShare folder path.
  • Open init.py python file from .nuke or nuke plugin folder
  • add this line of code in init.py file.
nuke.pluginAddPath("C:/Users/username/.nuke/NukeScriptShare")
  • Launch/Restart Nuke.