Forum: Programming & Development

For anyone even remotely interested in the techie side of compositing, be it expressions, scripting or plugin development

Post New Thread
Page 1 of 4 1 2 3 ... LastLast
Threads 1 to 25 of 79
  Rating Title / Thread Starter Replies / Views Last Post ByReverse Sort Order

LensDistortion preset

example: nuke.setPreset("LensDistortion1_0", "Canon 50mm f1.8", {'distortion1': '-0.06780252606', 'distortion2': '0.0320835188', 'distortionCenter': '{0.01048560906 0.003233328462}', 'label': 'Canon 50mm f1.8'}) currently this isn't working, distortion center has two numbers for x and y,...

Started by cheerioboy‎, January 16th, 2013 06:14 PM
Replies: 1
Views: 7,406
January 17th, 2013, 08:43 PM Go to last post
Question

accesing maya scene file to return data to subprocss with mayapy interpreter

I am stuck with this and I really need to figure this out I used the subprocess method and got somewhat closer to what I am looking for, I implemented the readFile() method to read san_telus_pan_v009.ma which gets read by readMayaFile.py via mayapy interpreter but the getcams function in it...

Started by niceguysan‎, December 8th, 2012 11:20 PM
mayapy, pyqt4, standalone, subprocess
Replies: 0
Views: 3,030
December 8th, 2012, 11:20 PM Go to last post

how to create a variable in nuke

Hello, let's say for example that I have a transform node, and animating the Y up and down to create a noise, is there a way that I can set a variable so that instead of a value I insert the name of this variable, and then I can just change the variable? for example if in the Y I have a few...

Started by Antonio‎, November 27th, 2012 04:55 AM
Replies: 1
Views: 1,121
November 27th, 2012, 11:31 AM Go to last post
Red face

PyMEL CallBack function is same as functool has partial in python

So while I was reading the PyMEL docs today, I came accross the callback function defined in PyMEL by Luma Pictures. just when I had a look at it i realized it is doing the same thing as partial did! well when Python already had Partial why Luma Pictures would reimplement a function with same ...

Started by niceguysan‎, October 17th, 2012 01:49 AM
Replies: 0
Views: 2,509
October 17th, 2012, 01:49 AM Go to last post

cmiVFX Launches New Introduction to PYTHON Scripting Video

cmiVFX Launches New Introduction to PYTHON Scripting Video Watch High Definition Training Videos For The Visual Effects Industry Instantly From Anywhere In The World. Princeton, NJ., December 7, 2008 — cmiVFX | cmiStudios. launches a brand new video for PYTHON scripting. This scripting language...

Started by maynard‎, December 29th, 2008 12:58 PM
Replies: 3
Views: 3,939
October 13th, 2012, 04:05 AM Go to last post

Does anyone know of/can anyone make a plugin like this?

My camera quality is horrid, especially after all of the conversion to get it working in AE. I was wondering if anyone knew of a preset or plugin that had been programmed to detect clip settings and apply them to layers like Action Essentials 2?

Started by captinchikin‎, October 8th, 2012 05:15 PM
Replies: 1
Views: 300
October 9th, 2012, 07:09 AM Go to last post

Global Variables in Python2.6.1 for Maya -Help Needed!

After going through every possible resources I came to conclusion that I need someone to enlighten me on passing global variables from a function to others inside a Module in Python. Actually I am writing a small UI in Autodesk Maya2010, here is a brief about the problem. In the...

Started by semiprowolverine‎, July 6th, 2012 12:08 PM
functions, global variables, modules, python for maya, user interface
Replies: 2
Views: 1,418
August 15th, 2012, 04:04 AM Go to last post
Post

GUI creation in NUKE

hey, i want to create gridview style file browsing window in NUKE if any one could help me out , how to start up with this....what is preferable pyQt or PySide?? Thanks in Advance...........

Started by yashaswiram‎, December 15th, 2011 06:13 AM
Replies: 1
Views: 4,108
August 12th, 2012, 06:27 AM Go to last post

start frame in shilloute

Hi any one knows how to make silhouette get start frame from 'Footage' itself. Example my shot start with the frame no 1001 and when ever i start new session silhouette sets the start frame as 1. I need to tell the silhouette to get the starting frame no from input. I know it can be done by some...

Started by sathees‎, July 11th, 2012 01:43 AM
Replies: 0
Views: 1,254
July 11th, 2012, 01:43 AM Go to last post
Post

nuke custom plugin

anyone know how to make custom plugin in nuke? i made one node as a gizmo. I want to compile that anyone can help?

Started by sherin‎, May 10th, 2012 03:25 PM
compile, custom plugin, gizmo, nuke, plugin
Replies: 0
Views: 3,374
May 10th, 2012, 03:25 PM Go to last post

Directory Path Change Script in MEL

Hi, I am sharing this script which I initially created to learn about DAG nodes inside Maya. The script makes it possible to change some specific file nodes inside Maya by using a string search with few limitations which I mentioned in the description section of my post Besides this it has...

Started by semiprowolverine‎, April 23rd, 2012 10:18 PM
Replies: 0
Views: 1,699
April 23rd, 2012, 10:18 PM Go to last post

virtual vertex Muster: job dependant on another job

Hey guys, wasn't quite sure where to put this but it is kind of scripting related as it will have to be scripted. does anyone have any idea how to get muster to run a job one another job is completed. we are building a stand alone system in python to build and render simple comps. the tricky bit...

Started by bushpig‎, February 26th, 2012 04:32 PM
Replies: 1
Views: 4,414
February 26th, 2012, 07:52 PM Go to last post

Selecting a tab through python in Nuke

Hi everyone How would I switch to a node's specific tab using python? Is it possible? Thanks :)

Started by nofxboy1234‎, December 19th, 2011 09:04 AM
Replies: 0
Views: 5,099
December 19th, 2011, 09:04 AM Go to last post

Doubts in python.

i having lots of doubts in python.i am eager to learn scripting.is that any difference between python scripting and programming and how these scripting is differ nuke and shake pls somebody clear my doubts thanks guys:):):)

Started by frazer‎, January 15th, 2010 10:29 PM
Replies: 7
Views: 6,311
December 15th, 2011, 02:08 AM Go to last post

Knob names

Hello everybody, I'm quite new in nuke scripting and i'm facing this problem: how do I know knob names? and their values? For example, I want to get the value of current zoom value inside Viewer1. I know I can access the viewer using nuke.activeViewer() I found an example on the net that...

Started by teiden_zero‎, June 29th, 2011 04:35 PM
Replies: 4
Views: 2,740
June 30th, 2011, 05:08 PM Go to last post

Maya Plugin Wizard Error MS Visual Studio

Hello, I'm trying to get Microsoft Visual Studio running to write plugins. I've followed all the installation instrutions correctly and everything seems to be in place including the environment setings and the MayapluginWizard. I've tried to complie the Hello World program from the Autodesk...

Started by joeleveson‎, May 2nd, 2011 02:04 PM
Replies: 0
Views: 1,604
May 2nd, 2011, 02:04 PM Go to last post

Convert a movie to a 16 bit image sequence

I've been tinkering with some pipeline tools for a short shot on a DSLR that outputs "MTS" AVCHD files, which have proven to be a pain to deal with. For doing the effects, I naturally wanted to convert to an image sequence. Normally, I would just use ffmpeg, or mplayer to make an 8 bit PNG ...

Started by forkazoo‎, May 29th, 2010 08:11 PM
Replies: 5
Views: 4,324
April 14th, 2011, 04:20 AM Go to last post

New Delhi , India - Require 3D Programmers , developers for A Virtual World project

Our company based in New Delhi , India . We require 3D Programmers , developers for A Virtual World project . Kindly mail your resume to torino.edu@gmail.com if interested . It is a very demanding project which requires 3D specialists and Web specialists to integrate their knowledge for the...

Started by torino.edu‎, April 13th, 2011 05:29 AM
Replies: 0
Views: 800
April 13th, 2011, 05:29 AM Go to last post

How does one get into the technical side of compositing?

Hi all, I have a background in computer vision and am trying to get into the technical side of compositing. I'm currently learning Nuke and was wondering how everyone in this forum got into the technical side. Are you Compositor TDs that started out as roto artists, or are you programmers...

Started by antoniom187‎, March 30th, 2011 09:19 AM
Replies: 3
Views: 1,481
April 6th, 2011, 09:06 AM Go to last post

I'm developing new tool for FX artist.

hi guys. I began a startup in the visual effects industry. The purpose of this project is to develope an application for sculpting and painting particle animation (e.g. fire, smoke) like doing ZBrush. Functionality:

Started by lyouta‎, February 20th, 2011 10:48 AM
Replies: 5
Views: 2,580
February 21st, 2011, 01:49 PM Go to last post

ShowMeDo

I'm probably late for most of the coding people here but I wanted to share this link with the beginners. Trying to learn the Django framework, I stubbled upon a good screencast site. http://showmedo.com/ There are lots of good things about Python. Hope it will help other newbies like me.

Started by blafla‎, January 30th, 2011 09:08 AM
Replies: 2
Views: 1,250
January 31st, 2011, 02:59 AM Go to last post

Fluid Simulation Solvers

Hello everyone, I've decided to develop some research that I could't completely realize during my Master Thesis, really hope you guy's can help me here a bit. Softwares and their solvers was one the steps I could't completely fulfill because of some doubts from my behalf and also because my...

Started by Vitor Teixeira‎, January 23rd, 2011 06:22 PM
fluid simulation, solvers
Replies: 2
Views: 2,595
January 26th, 2011, 03:53 AM Go to last post

RV Player

Is there a way to set a default LUT in RV? Every time I open my RV player it stays on "no conversion" in Color and None in the Display correction and I want to change it to DPX log and rec709 respectively.

Started by Varun‎, December 7th, 2010 11:14 AM
Replies: 4
Views: 2,358
December 9th, 2010, 04:23 AM Go to last post

Pydev, Eclipse, Maya 2011

Hello folks, I've installed Eclipse for Maya 2011 and Pydev. I can able to send the code from Eclipse to Maya. But couldn't able to load the documentation file from Eclipse and highlight features too. Please someone help me out to fix this. Thanks

Started by sureshkumar_odc‎, November 16th, 2010 04:18 AM
Replies: 0
Views: 1,680
November 16th, 2010, 04:18 AM Go to last post

How worth learning Linux ?

Hello guys ! I am once here again for professional advice for learning linux. I heard future gonna be on open source Apps and Operating Systems and Linux is one amongst them as OS. So recently i just messed with Ubuntu studio once and i guess...it needs a lot of programming...

Started by onelife.....liveit‎, October 9th, 2010 10:52 AM
Replies: 4
Views: 1,994
October 9th, 2010, 12:36 PM Go to last post

Post New Thread

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend
Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts