Package nukescripts :: Module toolbars
[hide private]
[frames] | no frames]

Source Code for Module nukescripts.toolbars

  1  # Copyright (c) 2009 The Foundry Visionmongers Ltd.  All Rights Reserved. 
  2   
  3  import nuke 
  4  import nukescripts 
  5  import os, os.path 
  6  import nuke.rotopaint 
  7   
  8  # Define the tool menus. This file is loaded by menu.py. 
9 -def setup_toolbars():
10 # This is not currently used but when we support a text-only mode we'll need it. 11 #size = nuke.numvalue("preferences.toolbarTextSize") 12 13 # Get the top-level toolbar 14 toolbar = nuke.menu("Nodes") 15 assist = nuke.env['assist'] 16 17 # The "Image" menu 18 m = toolbar.addMenu("Image", "ToolbarImage.png") 19 m.addCommand("Read", "nukescripts.create_read()", "r", icon="Read.png") 20 m.addCommand("Write", "nuke.createNode(\"Write\")", "w", icon="Write.png") 21 if not assist: 22 m.addCommand("UDIM import", "nukescripts.udim_import()", "u", icon="Read.png") 23 m.addCommand("Constant", "nuke.createNode(\"Constant\")", icon="Constant.png") 24 m.addCommand("CheckerBoard", "nuke.createNode(\"CheckerBoard2\")", icon="CheckerBoard.png") 25 m.addCommand("ColorBars", "nuke.createNode(\"ColorBars\")", icon="ColorBars.png") 26 m.addCommand("ColorWheel", "nuke.createNode(\"ColorWheel\")", icon="ColorWheel.png") 27 if not assist: 28 m.addCommand("CurveTool", "nukescripts.createCurveTool()", icon="CurveTool.png") 29 m.addCommand("Viewer", "nuke.createNode(\"Viewer\")", icon="Viewer.png") 30 # m.addCommand("Proxy", "nuke.knob(\"root.proxy\", \"!root.proxy\")", icon="proxyfullres.png") 31 32 # The "Draw" menu 33 m = toolbar.addMenu("Draw", "ToolbarDraw.png") 34 m.addCommand("Roto", '''nuke.createNode("Roto")''', "o", icon="Roto.png") 35 m.addCommand("RotoPaint", "nuke.createNode(\"RotoPaint\")", "p", icon="RotoPaint.png") 36 37 m.addCommand("@;&RotoBranch", "nuke.createNode(\"Roto\")", "+o") 38 m.addCommand("@;&RotoPaintBranch", "nuke.createNode(\"RotoPaint\")", "+p") 39 40 m.addCommand("Dither", "nuke.createNode(\"Dither\")", icon="Dither.png") 41 m.addCommand("DustBust", "nuke.createNode(\"DustBust\")", icon="DustBust.png") 42 m.addCommand("Grain", "nuke.createNode(\"Grain2\")", icon="Grain.png") 43 m.addCommand("ScannedGrain", "nuke.createNode(\"ScannedGrain\")", icon="ScannedGrain.png") 44 m.addCommand("Glint", "nuke.createNode(\"Glint\")", icon="Glint.png") 45 m.addCommand("Grid", "nuke.createNode(\"Grid\")", icon="Grid.png") 46 m.addCommand("Flare", "nuke.createNode(\"Flare\")", icon="Flare.png") 47 m.addCommand("LightWrap", "nuke.createNode(\"LightWrap\")", icon="LightWrap.png") 48 m.addCommand("MarkerRemoval", "nuke.createNode(\"MarkerRemoval\")", icon="MarkerRemoval.png") 49 m.addCommand("Noise", "nuke.createNode(\"Noise\")", icon="Noise.png") 50 m.addCommand("Radial", "nuke.createNode(\"Radial\")", icon="Radial.png") 51 m.addCommand("Ramp", "nuke.createNode(\"Ramp\")", icon="Ramp.png") 52 m.addCommand("Rectangle", "nuke.createNode(\"Rectangle\")", icon="Rectangle.png") 53 m.addCommand("Sparkles", "nuke.createNode(\"Sparkles\")", icon="Sparkles.png") 54 m.addCommand("Text", "nuke.createNode(\"Text2\")", icon="Text.png") 55 56 m = toolbar.addMenu("Time", "ToolbarTime.png") 57 m.addCommand("Add 3:2 pulldown", "nuke.createNode(\"add32p\")", icon="Add32.png") 58 m.addCommand("Remove 3:2 pulldown", "nuke.createNode(\"remove32p\")", icon="Remove32.png") 59 m.addCommand("AppendClip", "nuke.createNode(\"AppendClip\")", icon="AppendClip.png") 60 m.addCommand("FrameBlend", "nuke.createNode(\"FrameBlend\")", icon="FrameBlend.png") 61 m.addCommand("FrameHold", "nuke.createNode(\"FrameHold\")", icon="FrameHold.png") 62 m.addCommand("FrameRange", "nuke.createNode(\"FrameRange\")", icon="FrameRange.png") 63 if not assist: 64 m.addCommand("Kronos", "nukescripts.createKronos()", icon="Oflow.png") 65 m.addCommand("OFlow", "nuke.createNode(\"OFXuk.co.thefoundry.time.oflow_v100\")", icon="Oflow.png") 66 m.addCommand("Retime", "nuke.createNode(\"Retime\")", icon="Retime.png") 67 m.addCommand("TemporalMedian", "nuke.createNode(\"TemporalMedian\")", icon="TemporalMedian.png") 68 m.addCommand("TimeBlur", "nuke.createNode(\"TimeBlur\")", icon="TimeBlur.png") 69 m.addCommand("NoTimeBlur", "nuke.createNode(\"NoTimeBlur\")", icon="NoTimeBlur.png") 70 m.addCommand("TimeEcho", "nuke.createNode(\"TimeEcho\")", icon="TimeEcho.png") 71 m.addCommand("TimeOffset", "nuke.createNode(\"TimeOffset\")", icon="TimeOffset.png") 72 73 if not assist: 74 m.addCommand("TimeWarp", "nukescripts.create_time_warp()", icon="TimeWarp.png") 75 m.addCommand("TimeClip") 76 77 m.addCommand("VectorGenerator", "nuke.createNode(\"VectorGenerator\")") 78 79 80 # The "Channel" menu 81 m = toolbar.addMenu("Channel", "ToolbarChannel.png") 82 m.addCommand("Shuffle", "nuke.createNode(\"Shuffle\")", icon="Shuffle.png") 83 m.addCommand("ShuffleCopy", "nuke.createNode(\"ShuffleCopy\")", icon="ShuffleCopy.png") 84 m.addCommand("Copy", "nuke.createNode(\"Copy\")", "k", icon="Copy.png") 85 m.addCommand("@;&CopyBranch", "nuke.createNode(\"Copy\")", "+k") 86 m.addCommand("ChannelMerge", "nuke.createNode(\"ChannelMerge\")", icon="ChannelMerge.png") 87 m.addCommand("Add", "nuke.createNode(\"AddChannels\")", icon="Add.png") 88 m.addCommand("Remove","nuke.createNode(\"Remove\")", icon="Remove.png") 89 90 91 # The "Color" menu 92 m = toolbar.addMenu("Color", "ToolbarColor.png") 93 94 n = m.addMenu("Math", "ColorMath.png") 95 n.addCommand("Add", "nuke.createNode(\"Add\")", icon="ColorAdd.png") 96 n.addCommand("Multiply", "nuke.createNode(\"Multiply\")", icon="ColorMult.png") 97 n.addCommand("Gamma", "nuke.createNode(\"Gamma\")", icon="ColorGamma.png") 98 n.addCommand("ClipTest", "nuke.createNode(\"ClipTest\")", icon="ClipTest.png") 99 n.addCommand("ColorMatrix", "nuke.createNode(\"ColorMatrix\")", icon="ColorMatrix.png") 100 n.addCommand("Expression", "nuke.createNode(\"Expression\")", icon="Expression.png") 101 102 n = m.addMenu("OCIO", "OCIO.png") 103 n.addCommand("OCIO CDLTransform", "nuke.createNode(\"OCIOCDLTransform\")", icon="OCIO.png") 104 n.addCommand("OCIO ColorSpace", "nuke.createNode(\"OCIOColorSpace\")", icon="OCIO.png") 105 n.addCommand("OCIO Display", "nuke.createNode(\"OCIODisplay\")", icon="OCIO.png") 106 n.addCommand("OCIO FileTransform", "nuke.createNode(\"OCIOFileTransform\")", icon="OCIO.png") 107 n.addCommand("OCIO LogConvert", "nuke.createNode(\"OCIOLogConvert\")", icon="OCIO.png") 108 109 n = m.addMenu("3D LUT", "Toolbar3DLUT.png") 110 n.addCommand("CMSTestPattern", "nuke.createNode(\"CMSTestPattern\")", icon="CMSTestPattern.png") 111 n.addCommand("GenerateLUT", "nuke.createNode(\"GenerateLUT\")", icon="GenerateLUT.png") 112 n.addCommand("Vectorfield (Apply 3D LUT)", "nuke.createNode(\"Vectorfield\")", icon="Vectorfield.png") 113 114 m.addCommand("Clamp", "nuke.createNode(\"Clamp\")", icon="Clamp.png") 115 m.addCommand("ColorLookup", "nuke.createNode(\"ColorLookup\")", icon="ColorLookup.png") 116 m.addCommand("Colorspace", "nuke.createNode(\"Colorspace\")", icon="ColorSpace.png") 117 m.addCommand("ColorTransfer", "nuke.createNode(\"ColorTransfer\")", icon="ColorTransfer.png") 118 m.addCommand("ColorCorrect", "nuke.createNode(\"ColorCorrect\")", "c", icon="ColorCorrect.png") 119 m.addCommand("@;&ColorCorrectBranch", "nuke.createNode(\"ColorCorrect\")", "+c") 120 m.addCommand("Crosstalk", "nuke.createNode(\"CCrosstalk\")", icon="Crosstalk.png") 121 m.addCommand("Exposure", "nuke.createNode(\"EXPTool\")", icon="Exposure.png") 122 m.addCommand("Grade", "nuke.createNode(\"Grade\")", "g", icon="Grade.png") 123 m.addCommand("@;&GradeBranch", "nuke.createNode(\"Grade\")", "+g") 124 m.addCommand("Histogram", "nuke.createNode(\"Histogram\")", icon="Histogram.png") 125 m.addCommand("HistEQ", "nuke.createNode(\"HistEQ\")", icon="HistEQ.png") 126 m.addCommand("HueCorrect", "nuke.createNode(\"HueCorrect\")", icon="HueCorrect.png") 127 m.addCommand("HueShift", "nuke.createNode(\"HueShift\")", icon="HueShift.png") 128 m.addCommand("HSVTool", "nuke.createNode(\"HSVTool\")", icon="HSVTool.png") 129 m.addCommand("Invert", "nuke.createNode(\"Invert\")", icon="Invert.png") 130 m.addCommand("Log2Lin", "nuke.createNode(\"Log2Lin\")", icon="Log2Lin.png") 131 m.addCommand("PLogLin", "nuke.createNode(\"PLogLin\")", icon="Log2Lin.png") 132 m.addCommand("MatchGrade", "nuke.createNode(\"MatchGrade\")", icon="MatchGrade.png") 133 m.addCommand("MinColor", "nuke.createNode(\"MinColor\")", icon="MinColor.png") 134 m.addCommand("Posterize", "nuke.createNode(\"Posterize\")", icon="Posterize.png") 135 m.addCommand("RolloffContrast", "nuke.createNode(\"RolloffContrast\")", icon="RolloffContrast.png") 136 m.addCommand("Saturation", "nuke.createNode(\"Saturation\")", icon="Saturation.png") 137 m.addCommand("Sampler", "nuke.createNode(\"Sampler\")", icon="Sampler.png") 138 m.addCommand("SoftClip", "nuke.createNode(\"SoftClip\")", icon="SoftClip.png") 139 m.addCommand("Toe", "nuke.createNode(\"Toe2\")", icon="Toe.png" ) 140 m.addCommand("Truelight", "nuke.createNode(\"Truelight3\")", icon="Truelight.png") 141 142 143 # The "Filter" menu 144 m = toolbar.addMenu("Filter", "ToolbarFilter.png") 145 m.addCommand("Blur", "nuke.createNode(\"Blur\")", "b", icon="Blur.png") 146 m.addCommand("@;&BlurBranch", "nuke.createNode(\"Blur\")", "+b") 147 m.addCommand("Bilateral", "nuke.createNode(\"Bilateral\")", icon="Bilateral.png") 148 m.addCommand("BumpBoss", "nuke.createNode(\"BumpBoss\")", icon="BumpBoss.png") 149 m.addCommand("Convolve", "nuke.createNode(\"Convolve2\")", icon="Convolve.png") 150 m.addCommand("Defocus", "nuke.createNode(\"Defocus\")", icon="Defocus.png") 151 m.addCommand("DegrainBlue", "nuke.createNode(\"DegrainBlue\")", icon="DegrainBlue.png") 152 m.addCommand("DegrainSimple", "nuke.createNode(\"DegrainSimple\")", icon="DegrainSimple.png") 153 m.addCommand("Denoise", "nuke.createNode(\"Denoise2\")", icon="denoise.png") 154 m.addCommand("DirBlur", "nuke.createNode(\"DirBlurWrapper\")", icon="DirBlur.png") 155 m.addCommand("DropShadow", "nuke.createNode(\"DropShadow\")", icon="DropShadow.png") 156 m.addCommand("EdgeBlur", "nuke.createNode(\"EdgeBlur\")", icon="EdgeBlur.png") 157 m.addCommand("EdgeDetect", "nuke.createNode(\"EdgeDetectWrapper\")", icon="EdgeDetect.png") 158 m.addCommand("Emboss", "nuke.createNode(\"Emboss\")", icon="Emboss.png") 159 m.addCommand("Erode (fast)", "nuke.createNode(\"Dilate\")", icon="ErodeFast.png") 160 m.addCommand("Erode (filter)", "nuke.createNode(\"FilterErode\")", icon="FilterErode.png") 161 m.addCommand("Erode (blur)", "nuke.createNode(\"Erode\")", icon="ErodeBlur.png") 162 m.addCommand("Glow", "nuke.createNode(\"Glow2\")", icon="Glow.png") 163 m.addCommand("GodRays", "nuke.createNode(\"GodRays\")", icon="GodRays.png") 164 m.addCommand("Laplacian", "nuke.createNode(\"Laplacian\")", icon="Laplacian.png") 165 m.addCommand("LevelSet", "nuke.createNode(\"LevelSet\")", icon="LevelSet.png") 166 167 if not assist: 168 m.addCommand("Matrix...", "nukescripts.create_matrix()", icon="Matrix.png") 169 m.addCommand("Median", "nuke.createNode(\"Median\")", icon="Median.png") 170 m.addCommand("MotionBlur", "nuke.createNode(\"MotionBlur\")", icon="MotionBlur2D.png") 171 m.addCommand("MotionBlur2D", "nuke.createNode(\"MotionBlur2D\")", icon="MotionBlur2D.png") 172 m.addCommand("MotionBlur3D", "nuke.createNode(\"MotionBlur3D\")", icon="MotionBlur3D.png") 173 m.addCommand("Sharpen", "nuke.createNode(\"Sharpen\")", icon="Sharpen.png") 174 m.addCommand("Soften", "nuke.createNode(\"Soften\")", icon="Soften.png") 175 m.addCommand("VectorBlur", "nuke.createNode(\"VectorBlur\")", icon="VectorBlur.png") 176 m.addCommand("VolumeRays", "nuke.createNode(\"VolumeRays\")", icon="VolumeRays.png") 177 m.addCommand("ZDefocus", "nuke.createNode(\"ZDefocus2\")", icon="ZBlur.png") 178 m.addCommand("ZSlice", "nuke.createNode(\"ZSlice\")", icon="ZSlice.png") 179 180 181 # The "Keyer" menu 182 m = toolbar.addMenu("Keyer", "ToolbarKeyer.png") 183 m.addCommand("Difference", "nuke.createNode(\"Difference\")", icon="DifferenceKeyer.png") 184 m.addCommand("HueKeyer", "nuke.createNode(\"HueKeyer\")", icon="HueKeyer.png") 185 if not assist: 186 m.addCommand("IBKGizmo", "nuke.tcl(\"IBKGizmoV3\")", icon="IBKGizmo.png") 187 m.addCommand("IBKColour", "nuke.tcl(\"IBKColourV3\")", icon="IBKColour.png") 188 m.addCommand("Keyer", "nuke.createNode(\"Keyer\")", icon="Keyer.png") 189 m.addCommand("Primatte", "nuke.createNode(\"Primatte3\")", icon="Primatte.png") 190 m.addCommand("Keylight", 'nuke.createNode("OFXuk.co.thefoundry.keylight.keylight_v201")', icon="Keylight.png") 191 m.addCommand("Ultimatte", "nuke.createNode(\"Ultimatte\")", icon="Ultimatte.png") 192 193 194 # The "Merge" menu 195 m = toolbar.addMenu("Merge", "ToolbarMerge.png") 196 m.addCommand("AddMix", "nuke.createNode(\"AddMix\")", "+a", icon="AddMix.png") 197 m.addCommand("KeyMix", "nuke.createNode(\"Keymix\")", icon="Keymix.png") 198 m.addCommand("ContactSheet", "nuke.createNode(\"ContactSheet\")", icon="ContactSheet.png") 199 m.addCommand("CopyBBox", "nuke.createNode(\"CopyBBox\")", icon="CopyBBox.png") 200 m.addCommand("CopyRectangle", "nuke.createNode(\"CopyRectangle\")", icon="CopyRectangle.png") 201 m.addCommand("Dissolve", "nuke.createNode(\"Dissolve\")", icon="Dissolve.png") 202 m.addCommand("LayerContactSheet", "nuke.createNode(\"LayerContactSheet\")", icon="LayerContactSheet.png") 203 m.addCommand("Merge", "nuke.createNode(\"Merge2\")", "m", icon="Merge.png") 204 m.addCommand("@;&MergeBranch", "nuke.createNode(\"Merge2\")", "+m") 205 206 n = m.addMenu("Merges", "Merge.png") 207 if not assist: 208 n.addCommand("Plus", "nuke.createNode(\"Merge2\", \"operation plus name Plus\", False)", icon="MergePlus.png") 209 n.addCommand("Matte", "nuke.createNode(\"Merge2\", \"operation matte name Matte\", False)", icon="MergeMatte.png") 210 n.addCommand("Multiply", "nuke.createNode(\"Merge2\", \"operation multiply name Multiply\", False)", icon="MergeMultiply.png") 211 n.addCommand("In", "nuke.createNode(\"Merge2\", \"operation in name In\", False)", icon="MergeIn.png") 212 n.addCommand("Out", "nuke.createNode(\"Merge2\", \"operation out name Out\", False)", icon="MergeOut.png") 213 n.addCommand("Screen", "nuke.createNode(\"Merge2\", \"operation screen name Scrn\", False)", icon="MergeScreen.png") 214 n.addCommand("Max", "nuke.createNode(\"Merge2\", \"operation max name Max\", False)", icon="MergeMax.png") 215 n.addCommand("Min", "nuke.createNode(\"Merge2\", \"operation min name Min\", False)", icon="MergeMin.png") 216 n.addCommand("Absminus", "nuke.createNode(\"Merge2\", \"operation difference name Difference\", False)", icon="MergeDifference.png") 217 m.addCommand("MergeExpression", "nuke.createNode(\"MergeExpression\")", icon="MergeExpression.png") 218 m.addCommand("Switch", "nuke.createNode(\"Switch\")", icon="Switch.png") 219 if not assist: 220 m.addCommand("TimeDissolve", "nuke.createNode(\"TimeDissolve\")", icon="TimeDissolve.png") 221 m.addCommand("Premult", "nuke.createNode(\"Premult\")", icon="Premult.png") 222 m.addCommand("Unpremult", "nuke.createNode(\"Unpremult\")", icon="Unpremult.png") 223 if not assist: 224 m.addCommand("Blend", "nuke.createNode(\"Blend\")", icon="Blend.png") 225 m.addCommand("ZMerge", "nuke.createNode(\"ZMerge\")", icon="ZMerge.png") 226 227 228 # The "Transform" menu 229 m = toolbar.addMenu("Transform", "ToolbarTransform.png") 230 m.addCommand("Transform", "nuke.createNode(\"Transform\")", "t", icon="2D.png") 231 m.addCommand("@;&Transform Branch", "nuke.createNode(\"Transform\")", "+t") 232 m.addCommand("TransformMasked", "nuke.createNode(\"TransformMasked\")", icon="2DMasked.png") 233 m.addCommand("Card3D", "nuke.createNode(\"Card3D\")", icon="3D.png") 234 m.addCommand("AdjustBBox", "nuke.createNode(\"AdjBBox\")", icon="AdjBBox.png") 235 m.addCommand("BlackOutside", "nuke.createNode(\"BlackOutside\")", icon="BlackOutside.png") 236 m.addCommand("CameraShake", "nuke.createNode(\"CameraShake2\")", icon="CameraShake.png") 237 m.addCommand("Crop", "nuke.createNode(\"Crop\")", icon="Crop.png") 238 m.addCommand("CornerPin", "nuke.createNode(\"CornerPin2D\")", icon="CornerPin.png") 239 m.addCommand("SphericalTransform", "nuke.createNode(\"SphericalTransform\")", icon="EnvironMaps.png") 240 m.addCommand("IDistort", "nuke.createNode(\"IDistort\")", icon="IDistort.png") 241 m.addCommand("LensDistortion", "nuke.createNode(\"LensDistortion\")", icon="LensDistort.png") 242 m.addCommand("Mirror", "nuke.createNode(\"Mirror\")", icon="Mirror.png") 243 m.addCommand("Position", "nuke.createNode(\"Position\")", icon="Position.png") 244 m.addCommand("Reformat", "nuke.createNode(\"Reformat\")", icon="Reformat.png") 245 m.addCommand("Reconcile3D", "nuke.createNode(\"Reconcile3D\")", icon="Reconcile3D.png") 246 m.addCommand("PointsTo3D", "nuke.createNode(\"PointsTo3D\")", icon="PointsTo3D.png") 247 m.addCommand("PlanarTracker", "nukescripts.create_planartracker()", icon="planar_tracker.png") 248 m.addCommand("Tracker", "nuke.createNode(\"Tracker4\")", icon="Tracker.png") 249 m.addCommand("TVIScale", "nuke.createNode(\"TVIscale\")", icon="TVIScale.png") 250 m.addCommand("GridWarp", "nuke.createNode(\"GridWarp3\")", icon="GridWarp.png") 251 m.addCommand("SplineWarp", "nuke.createNode(\"SplineWarp3\")", icon="SplineWarp.png") 252 m.addCommand("Stabilize", "nuke.createNode(\"Stabilize2D\")", icon="Stabilize.png") 253 m.addCommand("STMap", "nuke.createNode(\"STMap\")", icon="STMap.png") 254 m.addCommand("Tile", "nuke.createNode(\"Tile\")", icon="Tile.png") 255 256 #m.addCommand("AutoCrop", "nukescripts.autocrop()", icon="AutoCrop.png") 257 258 259 # The "3D" menu 260 m = toolbar.addMenu("3D", "Cube.png") 261 262 m.addCommand("Axis", "nuke.createNode(\"Axis2\")", icon="Axis.png") 263 264 n = m.addMenu("Geometry", "Geometry.png") 265 n.addCommand("Card", "nuke.createNode(\"Card2\")", icon="Card.png") 266 n.addCommand("Cube", "nuke.createNode(\"Cube\")", icon="Cube.png") 267 n.addCommand("Cylinder", "nuke.createNode(\"Cylinder\")", icon="Cylinder.png") 268 n.addCommand("DepthToPoints", "nuke.createNode(\"DepthToPoints\")", icon="DepthToPoints.png") 269 #n.addCommand("Modeler", "nuke.createNode(\"Modeler\")", icon="Modeler.png") 270 n.addCommand("ModelBuilder", "nuke.createNode(\"ModelBuilder\")", icon="Modeler.png") 271 n.addCommand("PointCloudGenerator", "nuke.createNode(\"PointCloudGenerator\")", icon="PointCloudGenerator.png") 272 n.addCommand("PositionToPoints", "nuke.createNode(\"PositionToPoints2\")", icon="PositionToPoints.png") 273 n.addCommand("PoissonMesh", "nuke.createNode(\"PoissonMesh\")", icon="PoissonMesh.png") 274 n.addCommand("Sphere", "nuke.createNode(\"Sphere\")", icon="Sphere.png") 275 n.addCommand("ReadGeo", "nuke.createNode(\"ReadGeo2\")", icon="ReadGeo.png") 276 n.addCommand("WriteGeo", "nuke.createNode(\"WriteGeo\")", icon="WriteGeo.png") 277 278 n = m.addMenu("Lights", "Toolbar3DLights.png") 279 n.addCommand("Light", "nuke.createNode(\"Light2\")", icon="PointLight.png") 280 n.addCommand("Point", "nuke.createNode(\"Light\")", icon="PointLight.png") 281 n.addCommand("Direct", "nuke.createNode(\"DirectLight\")", icon="DirectLight.png") 282 n.addCommand("Spot", "nuke.createNode(\"Spotlight\")", icon="SpotLight.png") 283 n.addCommand("Environment", "nuke.createNode(\"Environment\")", icon="Environment.png") 284 n.addCommand("Relight", "nuke.createNode(\"ReLight\")", icon="ReLight.png") 285 286 n = m.addMenu("Modify", "Modify.png") 287 n.addCommand("TransformGeo", "nuke.createNode(\"TransformGeo\")", icon="Modify.png") 288 n.addCommand("MergeGeo", "nuke.createNode(\"MergeGeo\")", icon="Modify.png") 289 n.addCommand("CrosstalkGeo", "nuke.createNode(\"CrosstalkGeo\")", icon="Modify.png") 290 #n.addCommand("Connect Points", "nuke.createNode(\"ConnectPointsGeo\")", icon="Modify.png") 291 n.addCommand("DisplaceGeo", "nuke.createNode(\"DisplaceGeo\")", icon="Modify.png") 292 n.addCommand("EditGeo", "nuke.createNode(\"EditGeo\")", icon="Modify.png") 293 n.addCommand("GeoSelect", """nuke.createNode("GeoSelect")""", icon="Modify.png") 294 n.addCommand("LookupGeo", "nuke.createNode(\"LookupGeo\")", icon="Modify.png") 295 n.addCommand("LogGeo", "nuke.createNode(\"LogGeo\")", icon="Modify.png") 296 n.addCommand("Normals", "nuke.createNode(\"Normals\")", icon="Modify.png") 297 n.addCommand("ProceduralNoise", "nuke.createNode(\"ProcGeo\")", icon="Modify.png") 298 n.addCommand("RadialDistort", "nuke.createNode(\"RadialDistort\")", icon="Modify.png") 299 n.addCommand("Trilinear", "nuke.createNode(\"Trilinear\")", icon="Modify.png") 300 n.addCommand("UVProject", "nuke.createNode(\"UVProject\")", icon="Modify.png") 301 #n.addCommand("VectorfieldGeo", "nuke.createNode(\"VectorfieldGeo\")", icon="Modify.png") 302 #n.addCommand("Vectorfield Create", "nuke.createNode(\"VectorfieldCreateGeo\")", icon="Modify.png") 303 n = n.addMenu("RenderMan", "Modify.png") 304 n.addCommand("ModifyRIB", "nuke.createNode(\"ModifyRIB\")", icon="Modify.png") 305 306 n = m.addMenu("Shader", "Shaders.png") 307 n.addCommand("ApplyMaterial", "nuke.createNode(\"ApplyMaterial\")", icon="Shader.png") 308 n.addCommand("BasicMaterial", "nuke.createNode(\"BasicMaterial\")", icon="Shader.png") 309 n.addCommand("FillMat", "nuke.createNode(\"FillMat\")", icon="Shader.png") 310 n.addCommand("MergeMat", "nuke.createNode(\"MergeMat\")", icon="Shader.png") 311 n.addCommand("BlendMat", "nuke.createNode(\"BlendMat\")", icon="Shader.png") 312 n.addCommand("Project3D", "nuke.createNode(\"Project3D2\")", icon="Shader.png") 313 n.addCommand("Diffuse", "nuke.createNode(\"Diffuse\")", icon="Shader.png") 314 n.addCommand("Emission", "nuke.createNode(\"Emission\")", icon="Shader.png") 315 n.addCommand("Phong", "nuke.createNode(\"Phong\")", icon="Shader.png") 316 n.addCommand("Specular", "nuke.createNode(\"Specular\")", icon="Shader.png") 317 n.addCommand("Displacement", "nuke.createNode(\"Displacement\")", icon="Shader.png") 318 if not assist: 319 n.addCommand("UVTile", "nukescripts.createUVTile()", icon="Shader.png") 320 n.addCommand("Wireframe", "nuke.createNode(\"Wireframe\")", icon="Shader.png") 321 n = n.addMenu("RenderMan", "Shaders.png") 322 n.addCommand("Reflection", "nuke.createNode(\"Reflection\")", icon="Shader.png") 323 n.addCommand("Refraction", "nuke.createNode(\"Refraction\")", icon="Shader.png") 324 325 m.addCommand("Camera", "nuke.createNode(\"Camera2\")", icon="Camera.png") 326 m.addCommand("CameraTracker", "nuke.createNode(\"CameraTracker\")", icon="CameraTracker.png") 327 m.addCommand("DepthGenerator", "nuke.createNode(\"DepthGenerator\")", icon="DepthGenerator.png") 328 m.addCommand("DepthToPosition", "nuke.createNode(\"DepthToPosition\")", icon="DepthToPosition.png") 329 m.addCommand("Scene", "nuke.createNode(\"Scene\")", icon="Scene.png") 330 m.addCommand("ScanlineRender", "nuke.createNode(\"ScanlineRender\")", icon="Render.png") 331 332 if not assist: 333 m = m.addMenu("RenderMan", "Toolbar3D.png") 334 m.addCommand("PrmanRender","nukescripts.createPrmanRender()", icon="Render.png") 335 336 # particles menu 337 m = toolbar.addMenu("Particles", "ToolbarParticles.png") 338 m.addCommand("ParticleEmitter") 339 340 m.addCommand("ParticleBounce") 341 m.addCommand("ParticleCache", icon="ParticleCache.png") 342 m.addCommand("ParticleCurve") 343 m.addCommand("ParticleDirectionalForce") 344 m.addCommand("ParticleDrag") 345 m.addCommand("ParticleExpression") 346 m.addCommand("ParticleMerge") 347 m.addCommand("ParticleMotionAlign") 348 m.addCommand("ParticleGravity") 349 350 #Disable ParticleLineForce for now as it is not ready for being included in the bundle - Bug 30000 351 # m.addCommand("ParticleLineForce") 352 353 m.addCommand("ParticleLookAt") 354 m.addCommand("ParticlePointForce") 355 m.addCommand("ParticleSpeedLimit") 356 m.addCommand("ParticleSpawn") 357 m.addCommand("ParticleTurbulence") 358 m.addCommand("ParticleVortex") 359 m.addCommand("ParticleWind") 360 361 m.addCommand("ParticleSettings", icon="particle_settings.png") 362 363 m.addCommand("ParticleToGeo") 364 365 # deep menu 366 m = toolbar.addMenu("Deep", "ToolbarDeep.png") 367 m.addCommand("DeepColorCorrect", "nuke.createNode('DeepColorCorrect2')" ) 368 m.addCommand("DeepCrop") 369 m.addCommand("DeepExpression") 370 m.addCommand("DeepFromFrames") 371 m.addCommand("DeepFromImage") 372 m.addCommand("DeepHoldout", "nuke.createNode('DeepHoldout2')" ) 373 m.addCommand("DeepMerge") 374 if not assist: 375 m.addCommand("DeepRead", '''nukescripts.create_read("DeepRead")''') 376 m.addCommand("DeepRecolor") 377 m.addCommand("DeepReformat") 378 m.addCommand("DeepSample") 379 m.addCommand("DeepToImage") 380 m.addCommand("DeepToPoints") 381 m.addCommand("DeepTransform") 382 m.addCommand("DeepWrite") 383 384 # Views menu 385 m = toolbar.addMenu("Views", "ToolbarViews.png") 386 n = m.addMenu("Stereo", "ToolbarStereo.png") 387 n.addCommand("Anaglyph", "nuke.createNode(\"Anaglyph\")", icon="Anaglyph.png") 388 n.addCommand("MixViews", "nuke.createNode(\"MixViews\")", icon="MixViews.png") 389 n.addCommand("SideBySide", "nuke.createNode(\"SideBySide\")", icon="SideBySide.png") 390 n.addCommand("ReConverge", "nuke.createNode(\"ReConverge\")", icon="ReConverge.png") 391 392 m.addCommand("JoinViews", "nuke.createNode(\"JoinViews\")", icon="JoinViews.png") 393 m.addCommand("OneView", "nuke.createNode(\"OneView\")", icon="OneView.png") 394 m.addCommand("ShuffleViews", "nuke.createNode(\"ShuffleViews\")", icon="ShuffleViews.png") 395 m.addCommand("Split and Join", "nukescripts.create_viewsplitjoin()", icon="SplitAndJoin.png") 396 397 m = toolbar.addMenu("MetaData", "MetaData.png") 398 m.addCommand("ViewMetaData", "nuke.createNode(\"ViewMetaData\")", icon="ViewMetaData.png") 399 m.addCommand("CompareMetaData", "nuke.createNode(\"CompareMetaData\")", icon="CompareMetaData.png") 400 m.addCommand("ModifyMetaData", "nuke.createNode(\"ModifyMetaData\")", icon="ModifyMetaData.png") 401 m.addCommand("CopyMetaData", "nuke.createNode(\"CopyMetaData\")", icon="CopyMetaData.png") 402 m.addCommand("AddTimeCode", "nuke.createNode(\"AddTimeCode\")", icon="AddTimeCode.png") 403 404 import nukescripts.toolsets 405 nukescripts.toolsets.createToolsetsMenu(toolbar) 406 nukescripts.createNodePresetsMenu() 407 408 409 # The "Other" menu 410 m = toolbar.addMenu("Other", "ToolbarOther.png") 411 m.addCommand("AudioRead", "nuke.createNode(\"AudioRead\")", icon="Read.png") 412 m.addCommand("Assert", "nuke.createNode(\"Assert\")", icon="Assert.png") 413 m.addCommand("Backdrop", "nukescripts.autoBackdrop()", icon="Backdrop.png") 414 m.addCommand("BlinkScript", "nuke.createNode(\"BlinkScript\")", icon="BlinkScript.png") 415 m.addCommand("DiskCache", "nuke.createNode(\"DiskCache\")", ".", icon="DiskCache.png") 416 m.addCommand("Dot", "nuke.createNode(\"Dot\", inpanel=False)", ".", icon="Dot.png") 417 m.addCommand("Input", "nuke.createNode(\"Input\")", icon="Input.png") 418 m.addCommand("Output", "nuke.createNode(\"Output\")", icon="Output.png") 419 m.addCommand("NoOp", "nuke.createNode(\"NoOp\")", icon="NoOp.png") 420 m.addCommand("PostageStamp", "nuke.createNode(\"PostageStamp\")", icon="PostageStamp.png") 421 m.addCommand("Group", "nuke.collapseToGroup()", icon="Group.png") 422 if not assist: 423 m.addCommand("Precomp", "nukescripts.precomp_selected()","^+p", icon="Precomp.png") 424 425 m.addCommand("StickyNote", "nukescripts.toolbar_sticky_note()", "#n", icon="StickyNote.png") 426 n = m.addMenu("All plugins", "AllPlugins.png") 427 n.addCommand("Update", "nukescripts.update_plugin_menu(\"All plugins\")") 428 429 # The OFX plugins menus 430 nuke.ofxMenu("") 431 432 # Have to remove some of the furnace core nodes that get added automatically in nuke.ofxMenu() 433 m = toolbar.menu("FurnaceCore") 434 if (m != None): 435 m.removeItem("F_DeGrain") 436 m.removeItem("F_DeNoise") 437 m.removeItem("F_Kronos") 438 m.removeItem("F_MotionBlur") 439 m.removeItem("F_VectorGenerator") 440 m.removeItem("F_MatchGrade") 441 442 # Denoise2 needs to be added after the OFX plugins menus 443 m = toolbar.menu( 'Filter' ) 444 if m == None or not hasattr(m, 'addCommand'): 445 # If the Filter menu is empty, eg no whitelisted filter plugins in Nuke Assist, 446 # we must create the menu afresh, as it will not exist 447 m = toolbar.addMenu("Filter", "ToolbarFilter.png") 448 if m != None and hasattr(m, 'addCommand'): 449 m.addCommand("Denoise", "nuke.createNode(\"Denoise2\")", icon="denoise.png") 450 451 m = None 452 n = None
453 454
455 -def createCurveTool():
456 n = nuke.createNode( 'CurveTool' ) 457 if n.input(0): 458 n['resetROI'].execute()
459
460 -def createKronos():
461 n = nuke.createNode( 'Kronos' ) 462 if n.input(0): 463 n['resetInputRange'].execute()
464 465 466 # Some helper functions that we can call from the toolbar items. 467
468 -def create_time_warp():
469 t = nuke.createNode("TimeWarp") 470 a = nuke.value(t.name()+".first_frame") 471 e = nuke.value(t.name()+".last_frame") 472 if float(e)<=float(a): 473 a = nuke.value("root.first_frame") 474 e = nuke.value("root.last_frame") 475 cmd = "{curve C x"+a+" "+a+" x"+e+" "+e+"}" 476 t.knob("lookup").fromScript(cmd)
477 478
479 -def create_matrix():
480 p = nuke.Panel("Enter desired matrix size:") 481 p.addSingleLineInput("width", 3) 482 p.addSingleLineInput("height", 3) 483 ret = p.show() 484 if ret == 1: 485 wdt = p.value("width") 486 hgt = p.value("height") 487 a = " { "+" 0 "*int(wdt)+" } " 488 a = "{ " + a*int(hgt) + " }" 489 nuke.createNode("Matrix", "matrix "+a)
490 491
492 -def toolbar_sticky_note():
493 sticky = nuke.createNode("StickyNote") 494 sticky.knob("label").setValue("type note here") 495 sticky.knob("selected").setValue(False)
496
497 -def createPrmanRender():
498 try: 499 nuke.createNode( "PrmanRender" ) 500 except: 501 msg = "Could not create PrmanRender node.\n\nThis is usually because the library search path environment variable is not set correctly so Nuke can't link with the prman libraries.\n" 502 if not os.environ.has_key('RMANTREE'): 503 msg = msg + "\nAlso, the RMANTREE environment variable is not set.\n" 504 505 if nuke.env['MACOS']: 506 msg = msg + "\nIf you are launching Nuke from an icon on Mac OSX you may need to add environment variable settings to your environment plist file (~/.MacOSX/environment.plist).\n" 507 msg = msg + "\nCheck your Pixar Photorealistic Renderman documentation section \"RenderMan Pro Server > Administration > Installation\" for platform-specific installation instructions." 508 509 nuke.message( msg )
510
511 -def createUVTile():
512 uvtile_node = nuke.createNode("UVTile2") 513 n = uvtile_node.input(0) 514 515 if n != None and n.Class() == 'Read': 516 filename = n['file'].getValue() 517 udim = nukescripts.parseUdimFile(filename) 518 if udim != None: 519 uvtile_node['udim_enable'].setValue(True) 520 uvtile_node['udim'].setValue(udim)
521
522 -def create_planartracker():
523 524 rotoNode = nuke.createNode("Roto", "output {rgba.alpha none none mask_planartrack.a}", False) 525 rotoLayerId = 1 526 rotoLayerName = "PlanarTrackLayer"+str(rotoLayerId) 527 528 highestId = 0 529 planarTrackerNodes = nuke.allNodes("PlanarTracker") + nuke.allNodes("PlanarTracker1_0") 530 for p in planarTrackerNodes: 531 rotoTrackLayer = p["rotoTrackLayer"].getText() 532 rotoTrackLayerSplit = rotoTrackLayer.split('.') 533 if len(rotoTrackLayerSplit) == 3: 534 try: 535 highestId = max(int(rotoTrackLayerSplit[1]), highestId) 536 except: 537 pass 538 rotoLayerId = highestId + 1 539 540 rotoTrackLayer = rotoNode.name() + "." + str(rotoLayerId) + "." + rotoLayerName 541 542 rotoCurves = rotoNode["curves"] 543 rotoCurveRoot = rotoCurves.rootLayer 544 planarLayer = nuke.rotopaint.Layer(rotoCurves) 545 rotoCurveRoot.append(planarLayer) 546 atr = planarLayer.getAttributes() 547 planarLayer.name = rotoLayerName 548 planarLayer.getAttributes().set(nuke.rotopaint.AnimAttributes.kPlanarTrackLayerAttribute,rotoLayerId) 549 550 rotoNode.showControlPanel() 551 planarLayer.setFlag(nuke.rotopaint.FlagType.eSelectedFlag, 1) 552 rotoCurves.changed() 553 554 planarTrackerNode = nuke.createNode("PlanarTracker", "rotoTrackLayer "+rotoTrackLayer + " ignoreMaskId " + str(rotoLayerId) + " label " + rotoLayerName, False) 555 planarTrackerNode.setXYpos( rotoNode.xpos() + 120, rotoNode.ypos() ) 556 557 if rotoNode.inputs() > 0: 558 aViewer = nuke.activeViewer() 559 vIndex = None 560 if aViewer != None: 561 vIndex = aViewer.activeInput() 562 if vIndex == None: 563 vIndex = 0 564 nuke.connectViewer(vIndex, rotoNode)
565