Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - atomilov

Pages: [1]
1
Python and Java API / Re: need a script
« on: March 26, 2012, 12:02:32 PM »
Alexey, thanks for reply.

i will try to explain what i need:
   Lets say i thave 4cameras. each camera have 100 frames.i have 400frames all in one folder. For example  i name my images like this: "c##_f####.jpg". "с##" - camera number, "f####" - frame number.  script should be able to load only  images, that belong to one frame.
  1.add photos to the scene(after i picked the folder)
  2.allign photos
  3.generate geometry
  4.generate texture
  5.save file
  6.export texture
  7.export model to 3ds(to the same folder, with the name "m####.3ds")

So the script should be able to do this again and again with all the frames.

I hope it dooes make sense.

It will be supercool if you will help me)

Alex.





2
Python and Java API / need a script
« on: March 25, 2012, 11:49:32 AM »
Hello, Sorry in advance for stupid question)

I am trying to capture some animation from multiply cameras, just as in this video,
http://www.youtube.com/watch?v=Qq4BUrEBvhA

 but i don`t know anything about scripting, and python scripting seems to be the only way to process a lot of models at once
Does anyone know something about this script? Is it possyble to download it somewhere, or i should wright it myself.

Thanks

Alex

Pages: [1]