Convert Instancer into geometry


Type: Python Script (py)
Name: sag_instancerToGeometry
Version: 1.1
Released: 2010.06.11
Download


Almost every time I use instancer to duplicate geometry via particles, I inevitably want to convert it’s result into standard keyframed objects to modify or simply delete specific ones.

At last I’ve put myself together and have written a tool for this task.

sag_instancerToGeometry Interface

Usage:

from sag_instancerToGeometry import *
sag_instancerToGeometry()

Options:

Make Duplicates/Instancesin the first case all created objects will be independent duplicates, in the second one – they will be instances of the original object (the one plugged into instancer);

Start from Current Frameif enabled, no matter what playback range is set to and whether custom range is enabled or not, conversion will start from the current frame;

Playback/Custom Rangein the first case conversion framerange will be taken from playback range, in the second one – you can enter custom start/end frames;

Convert[...this description was so long and intricate, that it was removed by the editor...]

Helplink to this page.

Notes:

Of course, there’re some limitations and arrears… Right now I can list these:

float $vel[] = velocity;
float $ang[] = `angleBetween -euler -v1 1 0 0 -v2 $vel[0] $vel[1] $vel[2]`;
rotPP = <<$ang[0], $ang[1], $ang[2]>>;

So, try it, use it and send me bugReports/toDo’s – I’ll try to correct/implement them.

Several Instancers Converted into Geometry Simultaneously

Several Instancers Converted into Geometry Simultaneously

5 Responses to “Convert Instancer into geometry”

  1. leo369 - November 17, 2009

    hello,friend,can you send python script to me
    mail:yuyu8401936@hotmail.com

  2. Владимир - November 23, 2009

    Отличная утилита!!!

  3. Dan Shumaker - June 11, 2010

    I’m getting a “Bad Magic Number” error when trying to import.

    Can you send me the script please? dans@floathybrid.com

    Thanks.

  4. Sagroth - June 11, 2010

    I’ve put original .py instead of compiled .pyc, so there should be no issues anymore.

    Положил исходный .py вместо скомпилированного .pyc, поэтому проблем больше не должно быть.

  5. Mostafa - June 23, 2010

    this is awesome man. thanks a lot.

Leave a Reply