A project for rendering different 3D models using different camera, lighting and angular parameters ( where to place them ).
- Firstly install blender on your PC.
- Now copy the
import_sketchup.pyfile 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\libfolder. - Now open the
example.blendfile. - Go to line
17and update thepathto the path of thepara_camera.txtfile.para_camera.txtis the file where you define theyaw,pitch,rollparameters. For understanding watch this. - Go to line
18and update the path to thepath filewhich contains thesource(models)anddestination(rendered images)folder. - Now run the script.
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.