Blender-Parametrized-Rendering
A project for rendering different 3D models using different camera, lighting and angular parameters ( where to place them ).
How to Run
- Firstly install blender on your PC.
- Now copy the
import_sketchup.py
file provided in the project to the location where blender saves it's python import scripts. In windows the scripts are usually located inC:\Program Files\Blender Foundation\Blender\[VERSION]\python\lib
folder. - Now open the
example.blend
file. - Go to line
17
and update thepath
to the path of thepara_camera.txt
file.para_camera.txt
is the file where you define theyaw
,pitch
,roll
parameters. For understanding watch this. - Go to line
18
and update the path to thepath file
which contains thesource(models)
anddestination(rendered images)
folder. - Now run the script.
License
Copyright © 2018 Muazzam Ali
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.