From: Maxim Belkin (mbelkin_at_ks.uiuc.edu)
Date: Tue Apr 05 2016 - 10:24:47 CDT

If you want to make a movie, write a Tcl script that would cross-blend
the two molekules:

1. Create molekules' representations that you like.
Each "molekule" should have its own material: for example, set the
material for the first molecule to "AO Shiny". Then use "Material" menu
to duplicate "AOShiny" and call it something like "AOShiny2" (or however
you want). Assign this duplicate material to the second molekule.

2. Then, you will write a loop something like:

set n 1000
for {set i 0} {$i < $n} {incr i} {
     material change opacity AOShiny [expr {($n-($i+1))*1.0/$n}]
     material change opacity AOShiny2 [expr {($i+1)*1.0/$n}]
     render TachyonLOptiXInternal blend_[format %04d $i].ppm
}

Maxim

On 04/05/2016 08:12 AM, Christian Wohlschlager wrote:
> Hy all !
>
> I've 2 Molekuls id 0 id 1, they are very very similar but not the
> same . So i cannot make a morph between the two molekuls and a
> Animation one is befor the reaktion the other one after the reaktion.
> I dont know how to make a movie or simulation .Does Anybody have any
> idea ( NOT make the same amount of atoms ) about this.
>
> Thank you
>
> Christian