From BlenderWiki

< Extensions:Py | Scripts | Manual | Animation
Revision as of 15:34, 4 March 2009 by Mindrones (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

[edit] Camera Matcher

[edit] About

Name Camera Matcher Version 0.0.7 30/03/08
Matches Camera and Meshes to a Background Object. License GPL
Menu Group: Animation Blender 2.48
Author Mathias Weitz
Link(s) http://blendpolis.de/f/viewtopic.php?p=224897
Executable: =Camera Matcher_248.py Modules:
Data: External Dependencies: None
Additional information: The site is in German, You can use your favorite translation tool (Babel or other to read in English

[edit] Introduction

Placing an object to a background-image

With the script, I try an object that I created in Blender, in a photo to place.

Application

The placement via Empties, the script runs in two steps:

(1) mark and save an object and at least 3 Empties (2) Move the Empties, so that they "matching" points to match the image and view the calculation

Step 2 can be repeated as often as required.

If the Empties and the object are stored, they must be used to calculate not be marked. Step 2 should really be very simple, one or more Empties move and call script, and again and again ...

There is a decent Tutorial on the original site.


[edit] Support