• Home > Posts tagged 'Python Script'

Posts Tagged ‘Python Script’

Nicer Python Display: The Results are In

Friday, July 30th, 2010

Thanks to everyone who voted on my Nicer Python Display poll. I’ll start looking at updating all of the python script pages on my site to use the new, improved formatting.

Which way of showing Python Code do you prefer?

  • New way (Like Terrain Matcher) (88%, 7 Votes)
  • I've no preference (13%, 1 Votes)
  • Old way (Like EcoRotate) (0%, 0 Votes)

Total Voters: 8

Loading ... Loading ...

Nicer Python Display

Thursday, July 22nd, 2010

I’ve wanted to improve the display of the code for my Vue python scripts here for quite awhile but I was never entirely happy with the code highlighters I’d tried. I’ve installed and fiddled with a new one tonight and I think I like it but since its really for you (well at least if your here to look at my Vue python scripts) I thought I’d run a little poll to see what you think.

The new style can be seen on Terrain Matcher while the old style can be seen on EcoRotate.

Which way of showing Python Code do you prefer?

  • New way (Like Terrain Matcher) (88%, 7 Votes)
  • I've no preference (13%, 1 Votes)
  • Old way (Like EcoRotate) (0%, 0 Votes)

Total Voters: 8

Loading ... Loading ...

The poll will run for a week and at the end of the week if the vote is in favour of the new style I’ll update the other python script pages to match.

Updated Add Material Layer Scripts

Monday, September 28th, 2009

I’ve just uploaded version 0.4 of my python scripts for Vue that add material layers to all the materials in a scene. This release includes a new script which adds a material layer at the top of the list of layers so long as the material doesn’t include any nodes attached to the Transparency output node. Hopefully this script should be useful for anyone wanting to toon there scene. You can see the code and download the scripts from the Add Material Layer page in my vue python section.

Add Material Layers Updated

Friday, September 4th, 2009

I’ve updated the Add Material Layers python script for Vue I released last week and added a second script. The original script added the layer at the bottom of all the layers. The new script adds a layer at the top.

Updated Save and Load Camera Animation Scripts

Tuesday, September 1st, 2009

After a request for improved features from Vladimir Chopine I’ve updated my Save and Load camera animation python scripts for Vue to cover more than just position and rotation. They now handle Depth of Field, Exposure, Focal Length, Focus Distance, Lens Aberration, Horizontal Film Shift and Vertical Film Shift. They should work with both animated and still cameras.

Add Material Layer Tutorial Video

Monday, August 24th, 2009

I’ve made a short tutorial video which hopefully demonstrates how to edit the addlayertoall.py python script for Vue

More Vue Python Pages and New Scripts

Sunday, August 16th, 2009

I’ve added not one, not two but six new and one revised python scripts for use with Vue tonight. I’ve also really been on the ball and added the pages for them straight away too.

There are three entirely new scripts to switch Vue’s Bump Mapping on selected objects: one to make the mapping negative, one to make it positive and one to invert it.

There are also three new scripts and one revised script to switch between the four different mapping modes for images in materials.

Added Page for EcoRotate Python Script

Friday, August 14th, 2009

Keeping up the momentum from yesterday I’ve added a new page for my EcoRotate python script for Vue.

Added Page for EcoSystem Vertical Scatter Script

Thursday, August 13th, 2009

I’m slowly working through old blog posts creating pages for scripts and other bits and stuff that deserve to have more permanant pages so that they can easily be found. Tonight I’ve added one for the EcoSystem Vertical Scatter Script I wrote a couple of years ago.

Vue Switch Mapping Python Script

Sunday, August 9th, 2009

Here is a little python script for Vue Infinite and xStream to switch the mapping of all the images used in the selected objects materials to bicubic mapping. I’ve tested it using Vue 7 Infinite. The script is more of an experiment towards a bigger script to work with the images in Vue materials to check out how to find and then fiddle with the nodes that make up a material in Vue.

Switch Image Mapping (2k Zip Archive Released)

« Older Entries