This is Software Download, freeware, shareware, demo trail versions's cache of http://back-2-future.blogspot.com/ as retrieved on Wed, 30 Jan 2008 06:09:37 -0600.
The page may have changed since that time. Click here for the current page.

<< Back to Software Download, freeware, shareware, demo trail versions

Software Download, freeware, shareware, demo trail versions is not affiliated with the authors of this page nor responsible for its content.

In The World

January 28, 2008

replace.mel

posted under by VIKRAM SHARMA at 3:30 PM
// Usage:all secelted objects are replaced with the 1st selected object.
//e.g. suppose we have 1 box and several spheres scattered all over the scene.
// now i want to replace all spheres with box so i select box first and then all spheres.
//now execute the script.

{
string $f_obj; //first obj
string $obj; //temp obj
string $sel_objs[]=`ls -sl`; //get all sellected objects
int $tot_objs= size($sel_objs); //get number of objs
float $trans_xyz[3]; // store co-ordinates x,y & z .
string $dup_obj[];
if($tot_objs>=2){
int $i;
$f_obj = $sel_objs[0];// 1st obj in selected list
for($i=1;$i<$tot_objs;$i++)
{
$obj = $sel_objs[$i];
$trans_xyz[0]= `getAttr ($obj +".translateX")`;
$trans_xyz[1]= `getAttr ($obj +".translateY")`;
$trans_xyz[2]= `getAttr ($obj +".translateZ")`;


$dup_obj=`duplicate $f_obj`;
move -xyz $trans_xyz[0] $trans_xyz[1] $trans_xyz[2] $dup_obj;
delete $obj;
}
headsUpMessage(($i-1) + " objects replaced.");
}
else{ headsUpMessage("Select 2 or more objects.");}

}



X-Ray 1.0 MEL

posted under by VIKRAM SHARMA at 3:16 PM
// X-Ray 1.0
// Copyright © Vikram Sharma
// e-mail: vickydelhi@gmail.com, near2world@gmail.com
string $sobj;
int $flg[];
string $objs[] = `ls -sl`;
for ($sobj in $objs){
$flg = `displaySurface -q -xRay $sobj`;
if ($flg[0] == 1)
{displaySurface -x 0 $sobj;
}else
{displaySurface -x 1 $sobj;
}
}
//eof

December 18, 2007

safdargunj-tomb Photo Copied by Hindustan Times

posted under by VIKRAM SHARMA at 10:29 PM


Tomb of Safdarjung, who was the prime minister of Delhi under Muhammad Shah. Built in 1753-1754, the tomb lies at the head of Lodi road. The memorial was built by Nawab Shuja-ud-Daulah who was the son of Mirza Muqim Abul Mansur Khan popularly known as Safdarjung (1739-54) who was the governor of the province of Awadh under Muhammad Shah (1719-48) and later became his prime minister. The tomb is roughly on the plans of Humayun's tomb, though much scaled down. It is set in the middle of an extensive garden.The mausoleum built with red sandstone and buff stone is faced with marble and stands squarely in the middle of a garden. There are two graves here, one of Safdarjung and the other presumably his wife's
The gardens are very popular with young lovers of Delhi as they can enjoy privacy till 6.30PM for entry ticket of Rs 5 (10 cents)
This photo has been copied by Hindustan Times prominent news paper of Delhi.



Central Secretariat

posted under by VIKRAM SHARMA at 10:28 PM


Central Secretariat Buildings, New Delhi, India

November 24, 2007

Another Sunset Study: better color control

posted under by VIKRAM SHARMA at 12:55 AM

Marvelous Color mood
this is the place i wanna live 4ever. :)



conference for pedestrian rights

posted under by VIKRAM SHARMA at 12:50 AM

Cool man!
this is really nice pic. See how a group of ducks gathered to make a conference :P



Tioga

posted under by VIKRAM SHARMA at 12:26 AM

This pic is the one i like the most. See the details. Just awesome.
I can see the angry eyes.

top