Krakatoa and Partio Softimage plugins open sourced

2013-12-31 Thread James Vecore
of you will find this helpful and maybe even contribute back to the projects. Thank you to everyone on this list that has ever helped me directly or indirectly. -James James Vecore | Pluto | A Creative Content Place | http://hellopluto.com/ hellopluto.com | 248.723.

Inspecting ICE node connections from Python

2013-06-18 Thread James Vecore
or is this just not possible from the Scripting API? Thanks, -James James Vecore | Pluto | A Creative Content Place | http://hellopluto.com/ hellopluto.com | 248.723. | 586.295.9473 mobile

RE: Inspecting ICE node connections from Python

2013-06-18 Thread James Vecore
in node.InputPorts: for connectedPort,connectedNode in zip(port.ConnectedPorts, port.ConnectedNodes): log(%s.%s - %s.%s % (node.Name, port.Name, connectedNode.Name, connectedPort.Name)) On Tue, Jun 18, 2013 at 11:43 AM, James Vecore jvec...@hellopluto.com wrote

KrakatoaSR Softimage Integration Test

2013-03-22 Thread James Vecore
Here is a video of a plugin I started working on for Softimage. I'm integrating KrakatoaSR as a renderer into Softimage: https://vimeo.com/62377510 Please excuse the programmer art. I don't actually know how to make anything look good with Krakatoa yet. Features So Far: -

RE: Good reference books on CUDA Programming anyone ?

2013-03-19 Thread James Vecore
There is a free class from Udacity that covers GPU programming with CUDA: https://www.udacity.com/course/cs344 You can compile and run examples and homework from the web (gets executed on amazon's EC2 GPU farm) so don't even need an nvidia card. It is worth checking out if you want

SaveCopyAs

2013-01-03 Thread James Vecore
Hello Everyone, I'm new to the mailing list. My company (Pluto Post) is getting started with Softimage and ICE. My first task was to setup a custom Qube render job for V-Ray for Softimage. The issue I have run into is that there seems to be no way to save a scene and NOT change the current

RE: SaveCopyAs

2013-01-03 Thread James Vecore
, James Vecore jvec...@hellopluto.com wrote: Hello Everyone, I'm new to the mailing list. My company (Pluto Post) is getting started with Softimage and ICE. My first task was to setup a custom Qube render job for V-Ray for Softimage. The issue I have run into is that there seems to be no way