SlideShare a Scribd company logo
Blender & Python. Creating 3D
primitives with writing codes
Assoc. Prof. Dr. Eng. Tihomir Dovramadjiev
Technical University of Varna
MTF, Department Industrial Design
tihomir.dovramadjiev@tu-varna.bg
DOI: 10.13140/RG.2.2.36224.48647
https://www.researchgate.net/publication/331163653_Blender_Python_Creating_3D_primitives_with_writing_codes
2019 DrTAD 2
About Blender software
● Blender is the free and open source 3D creation suite. It supports the entirety of the 3D
pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion
tracking, even video editing and game creation.https://www.blender.org/
● Blender software. 2.79b Version. About, License & Development.
https://www.researchgate.net/publication/328677236_Blender_software_279b_Version_
About_License_Development
● Modern accessible application of the system Blender in 3D design practice.
https://www.researchgate.net/publication/312033613_Modern_accessible_application_of
_the_system_Blender_in_3D_design_practice
2019 DrTAD 3
Scripting & Extending Blender »
Introduction
●
Introduction
● Python is an interpreted, interactive, object-oriented programming language.
It incorporates modules, exceptions, dynamic typing, very high-level dy-
namic data types, and classes. Python combines remarkable power with
very clear syntax.
● Python scripts are a powerful and versatile way to extend Blender functional-
ity. Most areas of Blender can be scripted, including animation, render-
ing, import and export, object creation and the scripting of repetitive
tasks.
● To interact with Blender, scripts can make use of the tightly integrated API.
● https://docs.blender.org/manual/en/latest/advanced/scripting/introduction.html
CC-BY-SA 4.0 Int. License
2019 DrTAD 4
Scripting & Extending Blender »
Introduction
● General Information
● Links that are useful while writing scripts:
● Python.org – General information about Python.
● Blender Python API – Official API documentation. Use this for referencing while writ-
ing scripts.
● API Introduction – A short introduction to get you started with the API. Contains ex-
amples.
● Links that deal with distributing your scripts:
● Sharing scripts – Information on how to share your scripts and get them included in
the official Blender distribution.
● Creating Add-ons – Add-ons are used to encapsulate and distribute scripts.
● Add-ons project – Project to maintain a central repository of extensions to Blender.
● https://docs.blender.org/manual/en/latest/advanced/scripting/introduction.html
CC-BY-SA 4.0 Int. License
2019 DrTAD 5
Switch to Scripting Screen
2019 DrTAD 6
Scripting / Python Console
Blender 2.79. Python Interactive Console 3.5.3 (default May 20 2017)
2019 DrTAD 7
Adding a Cube primitive
bpy.ops.mesh.primitive_cube_add(radius=1, view_align=False,
enter_editmode=False, location=(0, 0, 0), layers=(True, False, False,
False, False, False, False, False, False, False, False, False, False,
False, False, False, False, False, False, False))
●Source: Martin  Christen (2016). 3D  Computer  Graphics  with Python. „3D  Graphics  the Pythonic Way“. Institut  Vermessung  und  Geoinformation. Swiss  Python
 Summit. Switzerland https://www.python-summit.ch/files/4-slides-martin-christen-sps16.pdf
2019 DrTAD 8
Appearing of the Cube primitive
2019 DrTAD 9
Adding a New 3D model
Deleting the Cube primitive
2019 DrTAD 10
Adding a Cylinder primitive / R=1;
Location X:0, Y:0, Z:0
bpy.ops.mesh.primitive_cylinder_add(radius=1, view_align=False,
enter_editmode=False, location=(0, 0, 0), layers=(True, False, False,
False, False, False, False, False, False, False, False, False, False,
False, False, False, False, False, False, False))
2019 DrTAD 11
Appearing of the Cylinder primitive
2019 DrTAD 12
Adding a new Cylinder primitive /
R=4; Location X:8, Y:0, Z:0
bpy.ops.mesh.primitive_cylinder_add(radius=4, view_align=False,
enter_editmode=False, location=(8, 0, 0), layers=(True, False, False,
False, False, False, False, False, False, False, False, False, False,
False, False, False, False, False, False, False))
2019 DrTAD 13
Appearing of the Cylinder.001
primitive
2019 DrTAD 14
Adding a new Cylinder primitive /
R=8; Location X:24, Y:0, Z:0
bpy.ops.mesh.primitive_cylinder_add(radius=8, view_align=False,
enter_editmode=False, location=(24, 0, 0), layers=(True, False, False,
]False, False, False, False, False, False, False, False, False, False,
False, False, False, False, False, False, False))
2019 DrTAD 15
Appearing of the Cylinder.002
primitive
2019 DrTAD 16
Result
2019 DrTAD 17
References
● Blender Software
https://www.blender.org/
● Tihomir Dovramadjiev PhD. Modern accessible application of the system Blender in 3D design practice.
https://www.researchgate.net/publication/312033613_Modern_accessible_application_of_the_system_Blender_in_3D_design_practice
Blender software. 2.79b Version. About, License & Development. DOI: 10.13140/RG.2.2.36167.75687
https://www.researchgate.net/publication/328677236_Blender_software_279b_Version_About_License_Development
● Blender User Manual.Release 2.78. Blender Community. Mar 08, 2017
Scripting & Extending Blender
https://docs.blender.org/manual/en/latest/advanced/scripting/index.html
● Introduction
https://docs.blender.org/manual/en/latest/advanced/scripting/introduction.html
● Scripting & Security
https://docs.blender.org/manual/en/latest/advanced/scripting/security.html
● Add-ons
● https://docs.blender.org/manual/en/latest/addons/index.html
● Add-on Tutorial
https://docs.blender.org/manual/en/latest/advanced/scripting/addon_tutorial.html
CC-BY-SA 4.0 Int. License
● https://www.slideshare.net/TihomirDovramadjievP/rosen-vasilev-hristo-skulev-and-tihomir-dovramadjiev-optimization-of-design-opportunities-and-transfer-of-information-between-
data-3d-graphics-program-blender-and-solidworks-cad-system
● https://www.youtube.com/watch?v=K0yb4sZ7B4g
● https://www.youtube.com/watch?v=F-cgCXg7Z3o
● https://www.youtube.com/watch?v=ssHiWpVuxTk
● Martin  Christen (2016). 3D  Computer  Graphics  with Python. „3D  Graphics  the Pythonic Way“. Institut  Vermessung  und  Geoinformation. Swiss  Python  Summit.
Switzerland https://www.python-summit.ch/files/4-slides-martin-christen-sps16.pdf
● Patrik Malm. Scientific Visualization. Lecture 7: Other Visualization software. Centre for Image Analysis. Swedish University of Agricultural Sciences. Uppsala University
● Witold Jaworski. Programming Add-Ons for Blender 2.5 - version 1.01. ISBN: 978-83-931754-2-0.
● Apace OpenOffice
http://www.openoffice.org/download/

More Related Content

Similar to DrTAD Blender & Python. Creating 3D primitives with writing codes

DrTAD Blender software. The Mystical Portal. FX VIDEO Tutorial
DrTAD Blender software. The Mystical Portal. FX VIDEO TutorialDrTAD Blender software. The Mystical Portal. FX VIDEO Tutorial
DrTAD Blender software. The Mystical Portal. FX VIDEO Tutorial
FIDE Master Tihomir Dovramadjiev PhD
 
Blender software. example 8b. 3 d model of anchor from text doi.
Blender software. example 8b. 3 d model of anchor from text doi.Blender software. example 8b. 3 d model of anchor from text doi.
Blender software. example 8b. 3 d model of anchor from text doi.
FIDE Master Tihomir Dovramadjiev PhD
 
DrTAD Blender software. Example 6а. 3D Modeling of Human DNA. Array & Simple ...
DrTAD Blender software. Example 6а. 3D Modeling of Human DNA. Array & Simple ...DrTAD Blender software. Example 6а. 3D Modeling of Human DNA. Array & Simple ...
DrTAD Blender software. Example 6а. 3D Modeling of Human DNA. Array & Simple ...
FIDE Master Tihomir Dovramadjiev PhD
 
Blender Tutorial - Creating 3D Model Of Millennium Falcon And Cosmos Scene
Blender Tutorial - Creating 3D Model Of Millennium Falcon And Cosmos SceneBlender Tutorial - Creating 3D Model Of Millennium Falcon And Cosmos Scene
Blender Tutorial - Creating 3D Model Of Millennium Falcon And Cosmos Scene
FIDE Master Tihomir Dovramadjiev PhD
 
DrTAD Blender software. Layers & Render. Groups & Parents
DrTAD Blender software. Layers & Render. Groups & ParentsDrTAD Blender software. Layers & Render. Groups & Parents
DrTAD Blender software. Layers & Render. Groups & Parents
FIDE Master Tihomir Dovramadjiev PhD
 
DrTAD 3 Blender software. Editor Type
DrTAD 3 Blender software. Editor TypeDrTAD 3 Blender software. Editor Type
DrTAD 3 Blender software. Editor Type
FIDE Master Tihomir Dovramadjiev PhD
 
DrTAD Blender software. Example 10. Technical Documentation with MeasureIt. D...
DrTAD Blender software. Example 10. Technical Documentation with MeasureIt. D...DrTAD Blender software. Example 10. Technical Documentation with MeasureIt. D...
DrTAD Blender software. Example 10. Technical Documentation with MeasureIt. D...
FIDE Master Tihomir Dovramadjiev PhD
 
DrTAD Blender software. Example 8а. 3D Text. Change Font. Extrude, Bevel, Res...
DrTAD Blender software. Example 8а. 3D Text. Change Font. Extrude, Bevel, Res...DrTAD Blender software. Example 8а. 3D Text. Change Font. Extrude, Bevel, Res...
DrTAD Blender software. Example 8а. 3D Text. Change Font. Extrude, Bevel, Res...
FIDE Master Tihomir Dovramadjiev PhD
 
GROCON'19: Test Automation Strategy for Legacy System
GROCON'19: Test Automation Strategy for Legacy SystemGROCON'19: Test Automation Strategy for Legacy System
GROCON'19: Test Automation Strategy for Legacy System
Artur Basak
 
DrTAD 1 Introduction to Blender software. Interface
DrTAD 1 Introduction to Blender software. Interface DrTAD 1 Introduction to Blender software. Interface
DrTAD 1 Introduction to Blender software. Interface
FIDE Master Tihomir Dovramadjiev PhD
 
DrTAD Blender software. Example 9b. 3D Model of Flashlight. Spot Light, Shade...
DrTAD Blender software. Example 9b. 3D Model of Flashlight. Spot Light, Shade...DrTAD Blender software. Example 9b. 3D Model of Flashlight. Spot Light, Shade...
DrTAD Blender software. Example 9b. 3D Model of Flashlight. Spot Light, Shade...
FIDE Master Tihomir Dovramadjiev PhD
 
DrTAD 6 Blender software. Loop Ssubdivide. Loop Cut and Slide
DrTAD 6 Blender software. Loop Ssubdivide. Loop Cut and SlideDrTAD 6 Blender software. Loop Ssubdivide. Loop Cut and Slide
DrTAD 6 Blender software. Loop Ssubdivide. Loop Cut and Slide
FIDE Master Tihomir Dovramadjiev PhD
 
DrTAD Blender Tips. How to change language on Russian, German, Spanish, Frenc...
DrTAD Blender Tips. How to change language on Russian, German, Spanish, Frenc...DrTAD Blender Tips. How to change language on Russian, German, Spanish, Frenc...
DrTAD Blender Tips. How to change language on Russian, German, Spanish, Frenc...
FIDE Master Tihomir Dovramadjiev PhD
 
IRJET- Online Compiler for Computer Languages with Security Editor
IRJET-  	  Online Compiler for Computer Languages with Security EditorIRJET-  	  Online Compiler for Computer Languages with Security Editor
IRJET- Online Compiler for Computer Languages with Security Editor
IRJET Journal
 
DrTAD 2 introduction to Blender software. 3D View & Editors
DrTAD 2 introduction to Blender software. 3D View & EditorsDrTAD 2 introduction to Blender software. 3D View & Editors
DrTAD 2 introduction to Blender software. 3D View & Editors
FIDE Master Tihomir Dovramadjiev PhD
 
The interactive 3D logo of Technical University - Varna adapted for Facebook
The interactive 3D logo of Technical University - Varna adapted for FacebookThe interactive 3D logo of Technical University - Varna adapted for Facebook
The interactive 3D logo of Technical University - Varna adapted for Facebook
FIDE Master Tihomir Dovramadjiev PhD
 
DrTAD Blender software. Quick creating an interior scene. Curves, Subdivide. ...
DrTAD Blender software. Quick creating an interior scene. Curves, Subdivide. ...DrTAD Blender software. Quick creating an interior scene. Curves, Subdivide. ...
DrTAD Blender software. Quick creating an interior scene. Curves, Subdivide. ...
FIDE Master Tihomir Dovramadjiev PhD
 
DrTAD Blender software. Rigging & Animation of 3D Human Model
DrTAD Blender software. Rigging & Animation of 3D Human ModelDrTAD Blender software. Rigging & Animation of 3D Human Model
DrTAD Blender software. Rigging & Animation of 3D Human Model
FIDE Master Tihomir Dovramadjiev PhD
 
Introduction to Gradio library in python.pptx
Introduction to Gradio library in python.pptxIntroduction to Gradio library in python.pptx
Introduction to Gradio library in python.pptx
vahid67ebrahimian
 
STUDY OF BUILDING INFORMATION MODELING PROCESS
STUDY OF BUILDING INFORMATION MODELING PROCESSSTUDY OF BUILDING INFORMATION MODELING PROCESS
STUDY OF BUILDING INFORMATION MODELING PROCESS
IRJET Journal
 

Similar to DrTAD Blender & Python. Creating 3D primitives with writing codes (20)

DrTAD Blender software. The Mystical Portal. FX VIDEO Tutorial
DrTAD Blender software. The Mystical Portal. FX VIDEO TutorialDrTAD Blender software. The Mystical Portal. FX VIDEO Tutorial
DrTAD Blender software. The Mystical Portal. FX VIDEO Tutorial
 
Blender software. example 8b. 3 d model of anchor from text doi.
Blender software. example 8b. 3 d model of anchor from text doi.Blender software. example 8b. 3 d model of anchor from text doi.
Blender software. example 8b. 3 d model of anchor from text doi.
 
DrTAD Blender software. Example 6а. 3D Modeling of Human DNA. Array & Simple ...
DrTAD Blender software. Example 6а. 3D Modeling of Human DNA. Array & Simple ...DrTAD Blender software. Example 6а. 3D Modeling of Human DNA. Array & Simple ...
DrTAD Blender software. Example 6а. 3D Modeling of Human DNA. Array & Simple ...
 
Blender Tutorial - Creating 3D Model Of Millennium Falcon And Cosmos Scene
Blender Tutorial - Creating 3D Model Of Millennium Falcon And Cosmos SceneBlender Tutorial - Creating 3D Model Of Millennium Falcon And Cosmos Scene
Blender Tutorial - Creating 3D Model Of Millennium Falcon And Cosmos Scene
 
DrTAD Blender software. Layers & Render. Groups & Parents
DrTAD Blender software. Layers & Render. Groups & ParentsDrTAD Blender software. Layers & Render. Groups & Parents
DrTAD Blender software. Layers & Render. Groups & Parents
 
DrTAD 3 Blender software. Editor Type
DrTAD 3 Blender software. Editor TypeDrTAD 3 Blender software. Editor Type
DrTAD 3 Blender software. Editor Type
 
DrTAD Blender software. Example 10. Technical Documentation with MeasureIt. D...
DrTAD Blender software. Example 10. Technical Documentation with MeasureIt. D...DrTAD Blender software. Example 10. Technical Documentation with MeasureIt. D...
DrTAD Blender software. Example 10. Technical Documentation with MeasureIt. D...
 
DrTAD Blender software. Example 8а. 3D Text. Change Font. Extrude, Bevel, Res...
DrTAD Blender software. Example 8а. 3D Text. Change Font. Extrude, Bevel, Res...DrTAD Blender software. Example 8а. 3D Text. Change Font. Extrude, Bevel, Res...
DrTAD Blender software. Example 8а. 3D Text. Change Font. Extrude, Bevel, Res...
 
GROCON'19: Test Automation Strategy for Legacy System
GROCON'19: Test Automation Strategy for Legacy SystemGROCON'19: Test Automation Strategy for Legacy System
GROCON'19: Test Automation Strategy for Legacy System
 
DrTAD 1 Introduction to Blender software. Interface
DrTAD 1 Introduction to Blender software. Interface DrTAD 1 Introduction to Blender software. Interface
DrTAD 1 Introduction to Blender software. Interface
 
DrTAD Blender software. Example 9b. 3D Model of Flashlight. Spot Light, Shade...
DrTAD Blender software. Example 9b. 3D Model of Flashlight. Spot Light, Shade...DrTAD Blender software. Example 9b. 3D Model of Flashlight. Spot Light, Shade...
DrTAD Blender software. Example 9b. 3D Model of Flashlight. Spot Light, Shade...
 
DrTAD 6 Blender software. Loop Ssubdivide. Loop Cut and Slide
DrTAD 6 Blender software. Loop Ssubdivide. Loop Cut and SlideDrTAD 6 Blender software. Loop Ssubdivide. Loop Cut and Slide
DrTAD 6 Blender software. Loop Ssubdivide. Loop Cut and Slide
 
DrTAD Blender Tips. How to change language on Russian, German, Spanish, Frenc...
DrTAD Blender Tips. How to change language on Russian, German, Spanish, Frenc...DrTAD Blender Tips. How to change language on Russian, German, Spanish, Frenc...
DrTAD Blender Tips. How to change language on Russian, German, Spanish, Frenc...
 
IRJET- Online Compiler for Computer Languages with Security Editor
IRJET-  	  Online Compiler for Computer Languages with Security EditorIRJET-  	  Online Compiler for Computer Languages with Security Editor
IRJET- Online Compiler for Computer Languages with Security Editor
 
DrTAD 2 introduction to Blender software. 3D View & Editors
DrTAD 2 introduction to Blender software. 3D View & EditorsDrTAD 2 introduction to Blender software. 3D View & Editors
DrTAD 2 introduction to Blender software. 3D View & Editors
 
The interactive 3D logo of Technical University - Varna adapted for Facebook
The interactive 3D logo of Technical University - Varna adapted for FacebookThe interactive 3D logo of Technical University - Varna adapted for Facebook
The interactive 3D logo of Technical University - Varna adapted for Facebook
 
DrTAD Blender software. Quick creating an interior scene. Curves, Subdivide. ...
DrTAD Blender software. Quick creating an interior scene. Curves, Subdivide. ...DrTAD Blender software. Quick creating an interior scene. Curves, Subdivide. ...
DrTAD Blender software. Quick creating an interior scene. Curves, Subdivide. ...
 
DrTAD Blender software. Rigging & Animation of 3D Human Model
DrTAD Blender software. Rigging & Animation of 3D Human ModelDrTAD Blender software. Rigging & Animation of 3D Human Model
DrTAD Blender software. Rigging & Animation of 3D Human Model
 
Introduction to Gradio library in python.pptx
Introduction to Gradio library in python.pptxIntroduction to Gradio library in python.pptx
Introduction to Gradio library in python.pptx
 
STUDY OF BUILDING INFORMATION MODELING PROCESS
STUDY OF BUILDING INFORMATION MODELING PROCESSSTUDY OF BUILDING INFORMATION MODELING PROCESS
STUDY OF BUILDING INFORMATION MODELING PROCESS
 

More from FIDE Master Tihomir Dovramadjiev PhD

Journal of Pharmaceutical Research International Certificate of Excellence in...
Journal of Pharmaceutical Research International Certificate of Excellence in...Journal of Pharmaceutical Research International Certificate of Excellence in...
Journal of Pharmaceutical Research International Certificate of Excellence in...
FIDE Master Tihomir Dovramadjiev PhD
 
MDPI Basel Switzerland CERTIFICATE OF SERVICE 2021 as Guest Editor of Special...
MDPI Basel Switzerland CERTIFICATE OF SERVICE 2021 as Guest Editor of Special...MDPI Basel Switzerland CERTIFICATE OF SERVICE 2021 as Guest Editor of Special...
MDPI Basel Switzerland CERTIFICATE OF SERVICE 2021 as Guest Editor of Special...
FIDE Master Tihomir Dovramadjiev PhD
 
MDPI Basel Switzerland CERTIFICATE OF SERVICE as 2021 as Topical Advisory Pan...
MDPI Basel Switzerland CERTIFICATE OF SERVICE as 2021 as Topical Advisory Pan...MDPI Basel Switzerland CERTIFICATE OF SERVICE as 2021 as Topical Advisory Pan...
MDPI Basel Switzerland CERTIFICATE OF SERVICE as 2021 as Topical Advisory Pan...
FIDE Master Tihomir Dovramadjiev PhD
 
MDPI Q1 Flyer Special Issue Editor Assoc Prof Tihomir Dovramadjiev PhD Eng Ma...
MDPI Q1 Flyer Special Issue Editor Assoc Prof Tihomir Dovramadjiev PhD Eng Ma...MDPI Q1 Flyer Special Issue Editor Assoc Prof Tihomir Dovramadjiev PhD Eng Ma...
MDPI Q1 Flyer Special Issue Editor Assoc Prof Tihomir Dovramadjiev PhD Eng Ma...
FIDE Master Tihomir Dovramadjiev PhD
 
MDPI REVIEW CONFIRMATION CERTIFICATE 30 December 2021 Assoc. Prof. Tihomir Do...
MDPI REVIEW CONFIRMATION CERTIFICATE 30 December 2021 Assoc. Prof. Tihomir Do...MDPI REVIEW CONFIRMATION CERTIFICATE 30 December 2021 Assoc. Prof. Tihomir Do...
MDPI REVIEW CONFIRMATION CERTIFICATE 30 December 2021 Assoc. Prof. Tihomir Do...
FIDE Master Tihomir Dovramadjiev PhD
 
Journal of Pharmaceutical Research International Certificate of Excellence in...
Journal of Pharmaceutical Research International Certificate of Excellence in...Journal of Pharmaceutical Research International Certificate of Excellence in...
Journal of Pharmaceutical Research International Certificate of Excellence in...
FIDE Master Tihomir Dovramadjiev PhD
 
FIDE Master Tihomir Dovramadjiev / Тихомир Доврамаджиев -1 place ChessBase/Pl...
FIDE Master Tihomir Dovramadjiev / Тихомир Доврамаджиев -1 place ChessBase/Pl...FIDE Master Tihomir Dovramadjiev / Тихомир Доврамаджиев -1 place ChessBase/Pl...
FIDE Master Tihomir Dovramadjiev / Тихомир Доврамаджиев -1 place ChessBase/Pl...
FIDE Master Tihomir Dovramadjiev PhD
 
CHESSBOXING SPORTS ILLUSTRATED USA - The First European Chessboxing Champion...
CHESSBOXING SPORTS ILLUSTRATED USA  - The First European Chessboxing Champion...CHESSBOXING SPORTS ILLUSTRATED USA  - The First European Chessboxing Champion...
CHESSBOXING SPORTS ILLUSTRATED USA - The First European Chessboxing Champion...
FIDE Master Tihomir Dovramadjiev PhD
 
Official Certificate DATA 2021 - Session Chair Assoc. Prof. Dr. Eng. TIHOMIR ...
Official Certificate DATA 2021 - Session Chair Assoc. Prof. Dr. Eng. TIHOMIR ...Official Certificate DATA 2021 - Session Chair Assoc. Prof. Dr. Eng. TIHOMIR ...
Official Certificate DATA 2021 - Session Chair Assoc. Prof. Dr. Eng. TIHOMIR ...
FIDE Master Tihomir Dovramadjiev PhD
 
DEPORVIDA SPAIN CHESSBOXING
DEPORVIDA SPAIN CHESSBOXINGDEPORVIDA SPAIN CHESSBOXING
DEPORVIDA SPAIN CHESSBOXING
FIDE Master Tihomir Dovramadjiev PhD
 
NEW YORK POST CHESSBOXING
NEW YORK POST CHESSBOXINGNEW YORK POST CHESSBOXING
NEW YORK POST CHESSBOXING
FIDE Master Tihomir Dovramadjiev PhD
 
CHESSBOXING MENSHEALTH Gambito de dama pone de moda el Chess Boxing una disci...
CHESSBOXING MENSHEALTH Gambito de dama pone de moda el Chess Boxing una disci...CHESSBOXING MENSHEALTH Gambito de dama pone de moda el Chess Boxing una disci...
CHESSBOXING MENSHEALTH Gambito de dama pone de moda el Chess Boxing una disci...
FIDE Master Tihomir Dovramadjiev PhD
 
CHESSBOXING SPORTOPOLIS ITALY
CHESSBOXING SPORTOPOLIS ITALYCHESSBOXING SPORTOPOLIS ITALY
CHESSBOXING SPORTOPOLIS ITALY
FIDE Master Tihomir Dovramadjiev PhD
 
Deporte del día Chess Boxing Ajedrez Boxeo
Deporte del día Chess Boxing Ajedrez BoxeoDeporte del día Chess Boxing Ajedrez Boxeo
Deporte del día Chess Boxing Ajedrez Boxeo
FIDE Master Tihomir Dovramadjiev PhD
 
CHESSBOXING Najlepsi bokerzy w Indiach, Najlepsi bokserzy Bliskiego Wschodu i...
CHESSBOXING Najlepsi bokerzy w Indiach, Najlepsi bokserzy Bliskiego Wschodu i...CHESSBOXING Najlepsi bokerzy w Indiach, Najlepsi bokserzy Bliskiego Wschodu i...
CHESSBOXING Najlepsi bokerzy w Indiach, Najlepsi bokserzy Bliskiego Wschodu i...
FIDE Master Tihomir Dovramadjiev PhD
 
Chess Boxing Marta Grygierek
Chess Boxing Marta Grygierek Chess Boxing Marta Grygierek
Chess Boxing Marta Grygierek
FIDE Master Tihomir Dovramadjiev PhD
 
MDPI REVIEW CONFIRMATION CERTIFICATE 24 September 2021 Assoc. Prof. Tihomir D...
MDPI REVIEW CONFIRMATION CERTIFICATE 24 September 2021 Assoc. Prof. Tihomir D...MDPI REVIEW CONFIRMATION CERTIFICATE 24 September 2021 Assoc. Prof. Tihomir D...
MDPI REVIEW CONFIRMATION CERTIFICATE 24 September 2021 Assoc. Prof. Tihomir D...
FIDE Master Tihomir Dovramadjiev PhD
 
MDPI REVIEW CONFIRMATION CERTIFICATE 29 July 2021 Assoc. Prof. Tihomir Dovram...
MDPI REVIEW CONFIRMATION CERTIFICATE 29 July 2021 Assoc. Prof. Tihomir Dovram...MDPI REVIEW CONFIRMATION CERTIFICATE 29 July 2021 Assoc. Prof. Tihomir Dovram...
MDPI REVIEW CONFIRMATION CERTIFICATE 29 July 2021 Assoc. Prof. Tihomir Dovram...
FIDE Master Tihomir Dovramadjiev PhD
 
MDPI REVIEW CONFIRMATION CERTIFICATE 8454763 Assoc. Prof. Tihomir Dovramadjie...
MDPI REVIEW CONFIRMATION CERTIFICATE 8454763 Assoc. Prof. Tihomir Dovramadjie...MDPI REVIEW CONFIRMATION CERTIFICATE 8454763 Assoc. Prof. Tihomir Dovramadjie...
MDPI REVIEW CONFIRMATION CERTIFICATE 8454763 Assoc. Prof. Tihomir Dovramadjie...
FIDE Master Tihomir Dovramadjiev PhD
 
WORLD CHESS BOXING ORGANIZATION supporting and promoting every sport worldwid...
WORLD CHESS BOXING ORGANIZATION supporting and promoting every sport worldwid...WORLD CHESS BOXING ORGANIZATION supporting and promoting every sport worldwid...
WORLD CHESS BOXING ORGANIZATION supporting and promoting every sport worldwid...
FIDE Master Tihomir Dovramadjiev PhD
 

More from FIDE Master Tihomir Dovramadjiev PhD (20)

Journal of Pharmaceutical Research International Certificate of Excellence in...
Journal of Pharmaceutical Research International Certificate of Excellence in...Journal of Pharmaceutical Research International Certificate of Excellence in...
Journal of Pharmaceutical Research International Certificate of Excellence in...
 
MDPI Basel Switzerland CERTIFICATE OF SERVICE 2021 as Guest Editor of Special...
MDPI Basel Switzerland CERTIFICATE OF SERVICE 2021 as Guest Editor of Special...MDPI Basel Switzerland CERTIFICATE OF SERVICE 2021 as Guest Editor of Special...
MDPI Basel Switzerland CERTIFICATE OF SERVICE 2021 as Guest Editor of Special...
 
MDPI Basel Switzerland CERTIFICATE OF SERVICE as 2021 as Topical Advisory Pan...
MDPI Basel Switzerland CERTIFICATE OF SERVICE as 2021 as Topical Advisory Pan...MDPI Basel Switzerland CERTIFICATE OF SERVICE as 2021 as Topical Advisory Pan...
MDPI Basel Switzerland CERTIFICATE OF SERVICE as 2021 as Topical Advisory Pan...
 
MDPI Q1 Flyer Special Issue Editor Assoc Prof Tihomir Dovramadjiev PhD Eng Ma...
MDPI Q1 Flyer Special Issue Editor Assoc Prof Tihomir Dovramadjiev PhD Eng Ma...MDPI Q1 Flyer Special Issue Editor Assoc Prof Tihomir Dovramadjiev PhD Eng Ma...
MDPI Q1 Flyer Special Issue Editor Assoc Prof Tihomir Dovramadjiev PhD Eng Ma...
 
MDPI REVIEW CONFIRMATION CERTIFICATE 30 December 2021 Assoc. Prof. Tihomir Do...
MDPI REVIEW CONFIRMATION CERTIFICATE 30 December 2021 Assoc. Prof. Tihomir Do...MDPI REVIEW CONFIRMATION CERTIFICATE 30 December 2021 Assoc. Prof. Tihomir Do...
MDPI REVIEW CONFIRMATION CERTIFICATE 30 December 2021 Assoc. Prof. Tihomir Do...
 
Journal of Pharmaceutical Research International Certificate of Excellence in...
Journal of Pharmaceutical Research International Certificate of Excellence in...Journal of Pharmaceutical Research International Certificate of Excellence in...
Journal of Pharmaceutical Research International Certificate of Excellence in...
 
FIDE Master Tihomir Dovramadjiev / Тихомир Доврамаджиев -1 place ChessBase/Pl...
FIDE Master Tihomir Dovramadjiev / Тихомир Доврамаджиев -1 place ChessBase/Pl...FIDE Master Tihomir Dovramadjiev / Тихомир Доврамаджиев -1 place ChessBase/Pl...
FIDE Master Tihomir Dovramadjiev / Тихомир Доврамаджиев -1 place ChessBase/Pl...
 
CHESSBOXING SPORTS ILLUSTRATED USA - The First European Chessboxing Champion...
CHESSBOXING SPORTS ILLUSTRATED USA  - The First European Chessboxing Champion...CHESSBOXING SPORTS ILLUSTRATED USA  - The First European Chessboxing Champion...
CHESSBOXING SPORTS ILLUSTRATED USA - The First European Chessboxing Champion...
 
Official Certificate DATA 2021 - Session Chair Assoc. Prof. Dr. Eng. TIHOMIR ...
Official Certificate DATA 2021 - Session Chair Assoc. Prof. Dr. Eng. TIHOMIR ...Official Certificate DATA 2021 - Session Chair Assoc. Prof. Dr. Eng. TIHOMIR ...
Official Certificate DATA 2021 - Session Chair Assoc. Prof. Dr. Eng. TIHOMIR ...
 
DEPORVIDA SPAIN CHESSBOXING
DEPORVIDA SPAIN CHESSBOXINGDEPORVIDA SPAIN CHESSBOXING
DEPORVIDA SPAIN CHESSBOXING
 
NEW YORK POST CHESSBOXING
NEW YORK POST CHESSBOXINGNEW YORK POST CHESSBOXING
NEW YORK POST CHESSBOXING
 
CHESSBOXING MENSHEALTH Gambito de dama pone de moda el Chess Boxing una disci...
CHESSBOXING MENSHEALTH Gambito de dama pone de moda el Chess Boxing una disci...CHESSBOXING MENSHEALTH Gambito de dama pone de moda el Chess Boxing una disci...
CHESSBOXING MENSHEALTH Gambito de dama pone de moda el Chess Boxing una disci...
 
CHESSBOXING SPORTOPOLIS ITALY
CHESSBOXING SPORTOPOLIS ITALYCHESSBOXING SPORTOPOLIS ITALY
CHESSBOXING SPORTOPOLIS ITALY
 
Deporte del día Chess Boxing Ajedrez Boxeo
Deporte del día Chess Boxing Ajedrez BoxeoDeporte del día Chess Boxing Ajedrez Boxeo
Deporte del día Chess Boxing Ajedrez Boxeo
 
CHESSBOXING Najlepsi bokerzy w Indiach, Najlepsi bokserzy Bliskiego Wschodu i...
CHESSBOXING Najlepsi bokerzy w Indiach, Najlepsi bokserzy Bliskiego Wschodu i...CHESSBOXING Najlepsi bokerzy w Indiach, Najlepsi bokserzy Bliskiego Wschodu i...
CHESSBOXING Najlepsi bokerzy w Indiach, Najlepsi bokserzy Bliskiego Wschodu i...
 
Chess Boxing Marta Grygierek
Chess Boxing Marta Grygierek Chess Boxing Marta Grygierek
Chess Boxing Marta Grygierek
 
MDPI REVIEW CONFIRMATION CERTIFICATE 24 September 2021 Assoc. Prof. Tihomir D...
MDPI REVIEW CONFIRMATION CERTIFICATE 24 September 2021 Assoc. Prof. Tihomir D...MDPI REVIEW CONFIRMATION CERTIFICATE 24 September 2021 Assoc. Prof. Tihomir D...
MDPI REVIEW CONFIRMATION CERTIFICATE 24 September 2021 Assoc. Prof. Tihomir D...
 
MDPI REVIEW CONFIRMATION CERTIFICATE 29 July 2021 Assoc. Prof. Tihomir Dovram...
MDPI REVIEW CONFIRMATION CERTIFICATE 29 July 2021 Assoc. Prof. Tihomir Dovram...MDPI REVIEW CONFIRMATION CERTIFICATE 29 July 2021 Assoc. Prof. Tihomir Dovram...
MDPI REVIEW CONFIRMATION CERTIFICATE 29 July 2021 Assoc. Prof. Tihomir Dovram...
 
MDPI REVIEW CONFIRMATION CERTIFICATE 8454763 Assoc. Prof. Tihomir Dovramadjie...
MDPI REVIEW CONFIRMATION CERTIFICATE 8454763 Assoc. Prof. Tihomir Dovramadjie...MDPI REVIEW CONFIRMATION CERTIFICATE 8454763 Assoc. Prof. Tihomir Dovramadjie...
MDPI REVIEW CONFIRMATION CERTIFICATE 8454763 Assoc. Prof. Tihomir Dovramadjie...
 
WORLD CHESS BOXING ORGANIZATION supporting and promoting every sport worldwid...
WORLD CHESS BOXING ORGANIZATION supporting and promoting every sport worldwid...WORLD CHESS BOXING ORGANIZATION supporting and promoting every sport worldwid...
WORLD CHESS BOXING ORGANIZATION supporting and promoting every sport worldwid...
 

Recently uploaded

一比一原版(USQ毕业证书)南昆士兰大学毕业证如何办理
一比一原版(USQ毕业证书)南昆士兰大学毕业证如何办理一比一原版(USQ毕业证书)南昆士兰大学毕业证如何办理
一比一原版(USQ毕业证书)南昆士兰大学毕业证如何办理
p74xokfq
 
一比一原版马里兰大学毕业证(UMD毕业证书)如何办理
一比一原版马里兰大学毕业证(UMD毕业证书)如何办理一比一原版马里兰大学毕业证(UMD毕业证书)如何办理
一比一原版马里兰大学毕业证(UMD毕业证书)如何办理
9lq7ultg
 
Rethinking Kållered │ From Big Box to a Reuse Hub: A Transformation Journey ...
Rethinking Kållered │  From Big Box to a Reuse Hub: A Transformation Journey ...Rethinking Kållered │  From Big Box to a Reuse Hub: A Transformation Journey ...
Rethinking Kållered │ From Big Box to a Reuse Hub: A Transformation Journey ...
SirmaDuztepeliler
 
一比一原版(Hull毕业证)英国哈珀亚当斯大学毕业证如何办理
一比一原版(Hull毕业证)英国哈珀亚当斯大学毕业证如何办理一比一原版(Hull毕业证)英国哈珀亚当斯大学毕业证如何办理
一比一原版(Hull毕业证)英国哈珀亚当斯大学毕业证如何办理
aonx8o5f
 
一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样
一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样
一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样
881evgn0
 
一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理
一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理
一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理
10h6bbc4
 
Plastic Molding Infographic - RPWORLD.pdf
Plastic Molding Infographic - RPWORLD.pdfPlastic Molding Infographic - RPWORLD.pdf
Plastic Molding Infographic - RPWORLD.pdf
RPWORLD Manufacturing
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
340qn0m1
 
原版制作(MDIS毕业证书)新加坡管理发展学院毕业证学位证一模一样
原版制作(MDIS毕业证书)新加坡管理发展学院毕业证学位证一模一样原版制作(MDIS毕业证书)新加坡管理发展学院毕业证学位证一模一样
原版制作(MDIS毕业证书)新加坡管理发展学院毕业证学位证一模一样
hw2xf1m
 
一比一原版(McGill毕业证)加拿大麦吉尔大学毕业证如何办理
一比一原版(McGill毕业证)加拿大麦吉尔大学毕业证如何办理一比一原版(McGill毕业证)加拿大麦吉尔大学毕业证如何办理
一比一原版(McGill毕业证)加拿大麦吉尔大学毕业证如何办理
w26izoeb
 
一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理
一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理
一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理
kohd1ci2
 
一比一原版亚利桑那大学毕业证(UA毕业证书)如何办理
一比一原版亚利桑那大学毕业证(UA毕业证书)如何办理一比一原版亚利桑那大学毕业证(UA毕业证书)如何办理
一比一原版亚利桑那大学毕业证(UA毕业证书)如何办理
21uul8se
 
一比一原版(Rice毕业证)美国莱斯大学毕业证如何办理
一比一原版(Rice毕业证)美国莱斯大学毕业证如何办理一比一原版(Rice毕业证)美国莱斯大学毕业证如何办理
一比一原版(Rice毕业证)美国莱斯大学毕业证如何办理
oabn3692
 
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
stgq9v39
 
一比一原版马来西亚世纪大学毕业证成绩单一模一样
一比一原版马来西亚世纪大学毕业证成绩单一模一样一比一原版马来西亚世纪大学毕业证成绩单一模一样
一比一原版马来西亚世纪大学毕业证成绩单一模一样
k4krdgxx
 
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
yk5hdsnr
 
一比一原版英国伦敦大学毕业证(London学位证)如何办理
一比一原版英国伦敦大学毕业证(London学位证)如何办理一比一原版英国伦敦大学毕业证(London学位证)如何办理
一比一原版英国伦敦大学毕业证(London学位证)如何办理
k4krdgxx
 
modular-kitchen home plan civil engineering.pdf
modular-kitchen home plan civil engineering.pdfmodular-kitchen home plan civil engineering.pdf
modular-kitchen home plan civil engineering.pdf
RashmitaSwain3
 
欧洲杯足彩-欧洲杯足彩比赛投注-欧洲杯足彩比赛投注官网|【​网址​🎉ac10.net🎉​】
欧洲杯足彩-欧洲杯足彩比赛投注-欧洲杯足彩比赛投注官网|【​网址​🎉ac10.net🎉​】欧洲杯足彩-欧洲杯足彩比赛投注-欧洲杯足彩比赛投注官网|【​网址​🎉ac10.net🎉​】
欧洲杯足彩-欧洲杯足彩比赛投注-欧洲杯足彩比赛投注官网|【​网址​🎉ac10.net🎉​】
bljeremy734
 
一比一原版澳洲查理斯特大学毕业证(CSU学位证)如何办理
一比一原版澳洲查理斯特大学毕业证(CSU学位证)如何办理一比一原版澳洲查理斯特大学毕业证(CSU学位证)如何办理
一比一原版澳洲查理斯特大学毕业证(CSU学位证)如何办理
qa8dk1wm
 

Recently uploaded (20)

一比一原版(USQ毕业证书)南昆士兰大学毕业证如何办理
一比一原版(USQ毕业证书)南昆士兰大学毕业证如何办理一比一原版(USQ毕业证书)南昆士兰大学毕业证如何办理
一比一原版(USQ毕业证书)南昆士兰大学毕业证如何办理
 
一比一原版马里兰大学毕业证(UMD毕业证书)如何办理
一比一原版马里兰大学毕业证(UMD毕业证书)如何办理一比一原版马里兰大学毕业证(UMD毕业证书)如何办理
一比一原版马里兰大学毕业证(UMD毕业证书)如何办理
 
Rethinking Kållered │ From Big Box to a Reuse Hub: A Transformation Journey ...
Rethinking Kållered │  From Big Box to a Reuse Hub: A Transformation Journey ...Rethinking Kållered │  From Big Box to a Reuse Hub: A Transformation Journey ...
Rethinking Kållered │ From Big Box to a Reuse Hub: A Transformation Journey ...
 
一比一原版(Hull毕业证)英国哈珀亚当斯大学毕业证如何办理
一比一原版(Hull毕业证)英国哈珀亚当斯大学毕业证如何办理一比一原版(Hull毕业证)英国哈珀亚当斯大学毕业证如何办理
一比一原版(Hull毕业证)英国哈珀亚当斯大学毕业证如何办理
 
一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样
一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样
一比一原版美国哥伦比亚大学毕业证Columbia成绩单一模一样
 
一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理
一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理
一比一原版澳洲莫纳什大学毕业证(Monash学位证)如何办理
 
Plastic Molding Infographic - RPWORLD.pdf
Plastic Molding Infographic - RPWORLD.pdfPlastic Molding Infographic - RPWORLD.pdf
Plastic Molding Infographic - RPWORLD.pdf
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
 
原版制作(MDIS毕业证书)新加坡管理发展学院毕业证学位证一模一样
原版制作(MDIS毕业证书)新加坡管理发展学院毕业证学位证一模一样原版制作(MDIS毕业证书)新加坡管理发展学院毕业证学位证一模一样
原版制作(MDIS毕业证书)新加坡管理发展学院毕业证学位证一模一样
 
一比一原版(McGill毕业证)加拿大麦吉尔大学毕业证如何办理
一比一原版(McGill毕业证)加拿大麦吉尔大学毕业证如何办理一比一原版(McGill毕业证)加拿大麦吉尔大学毕业证如何办理
一比一原版(McGill毕业证)加拿大麦吉尔大学毕业证如何办理
 
一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理
一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理
一比一原版(ECU毕业证)澳洲埃迪斯科文大学毕业证如何办理
 
一比一原版亚利桑那大学毕业证(UA毕业证书)如何办理
一比一原版亚利桑那大学毕业证(UA毕业证书)如何办理一比一原版亚利桑那大学毕业证(UA毕业证书)如何办理
一比一原版亚利桑那大学毕业证(UA毕业证书)如何办理
 
一比一原版(Rice毕业证)美国莱斯大学毕业证如何办理
一比一原版(Rice毕业证)美国莱斯大学毕业证如何办理一比一原版(Rice毕业证)美国莱斯大学毕业证如何办理
一比一原版(Rice毕业证)美国莱斯大学毕业证如何办理
 
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
一比一原版(CSUEB毕业证)美国加州州立大学东湾分校毕业证如何办理
 
一比一原版马来西亚世纪大学毕业证成绩单一模一样
一比一原版马来西亚世纪大学毕业证成绩单一模一样一比一原版马来西亚世纪大学毕业证成绩单一模一样
一比一原版马来西亚世纪大学毕业证成绩单一模一样
 
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
 
一比一原版英国伦敦大学毕业证(London学位证)如何办理
一比一原版英国伦敦大学毕业证(London学位证)如何办理一比一原版英国伦敦大学毕业证(London学位证)如何办理
一比一原版英国伦敦大学毕业证(London学位证)如何办理
 
modular-kitchen home plan civil engineering.pdf
modular-kitchen home plan civil engineering.pdfmodular-kitchen home plan civil engineering.pdf
modular-kitchen home plan civil engineering.pdf
 
欧洲杯足彩-欧洲杯足彩比赛投注-欧洲杯足彩比赛投注官网|【​网址​🎉ac10.net🎉​】
欧洲杯足彩-欧洲杯足彩比赛投注-欧洲杯足彩比赛投注官网|【​网址​🎉ac10.net🎉​】欧洲杯足彩-欧洲杯足彩比赛投注-欧洲杯足彩比赛投注官网|【​网址​🎉ac10.net🎉​】
欧洲杯足彩-欧洲杯足彩比赛投注-欧洲杯足彩比赛投注官网|【​网址​🎉ac10.net🎉​】
 
一比一原版澳洲查理斯特大学毕业证(CSU学位证)如何办理
一比一原版澳洲查理斯特大学毕业证(CSU学位证)如何办理一比一原版澳洲查理斯特大学毕业证(CSU学位证)如何办理
一比一原版澳洲查理斯特大学毕业证(CSU学位证)如何办理
 

DrTAD Blender & Python. Creating 3D primitives with writing codes

  • 1. Blender & Python. Creating 3D primitives with writing codes Assoc. Prof. Dr. Eng. Tihomir Dovramadjiev Technical University of Varna MTF, Department Industrial Design tihomir.dovramadjiev@tu-varna.bg DOI: 10.13140/RG.2.2.36224.48647 https://www.researchgate.net/publication/331163653_Blender_Python_Creating_3D_primitives_with_writing_codes
  • 2. 2019 DrTAD 2 About Blender software ● Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation.https://www.blender.org/ ● Blender software. 2.79b Version. About, License & Development. https://www.researchgate.net/publication/328677236_Blender_software_279b_Version_ About_License_Development ● Modern accessible application of the system Blender in 3D design practice. https://www.researchgate.net/publication/312033613_Modern_accessible_application_of _the_system_Blender_in_3D_design_practice
  • 3. 2019 DrTAD 3 Scripting & Extending Blender » Introduction ● Introduction ● Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high-level dy- namic data types, and classes. Python combines remarkable power with very clear syntax. ● Python scripts are a powerful and versatile way to extend Blender functional- ity. Most areas of Blender can be scripted, including animation, render- ing, import and export, object creation and the scripting of repetitive tasks. ● To interact with Blender, scripts can make use of the tightly integrated API. ● https://docs.blender.org/manual/en/latest/advanced/scripting/introduction.html CC-BY-SA 4.0 Int. License
  • 4. 2019 DrTAD 4 Scripting & Extending Blender » Introduction ● General Information ● Links that are useful while writing scripts: ● Python.org – General information about Python. ● Blender Python API – Official API documentation. Use this for referencing while writ- ing scripts. ● API Introduction – A short introduction to get you started with the API. Contains ex- amples. ● Links that deal with distributing your scripts: ● Sharing scripts – Information on how to share your scripts and get them included in the official Blender distribution. ● Creating Add-ons – Add-ons are used to encapsulate and distribute scripts. ● Add-ons project – Project to maintain a central repository of extensions to Blender. ● https://docs.blender.org/manual/en/latest/advanced/scripting/introduction.html CC-BY-SA 4.0 Int. License
  • 5. 2019 DrTAD 5 Switch to Scripting Screen
  • 6. 2019 DrTAD 6 Scripting / Python Console Blender 2.79. Python Interactive Console 3.5.3 (default May 20 2017)
  • 7. 2019 DrTAD 7 Adding a Cube primitive bpy.ops.mesh.primitive_cube_add(radius=1, view_align=False, enter_editmode=False, location=(0, 0, 0), layers=(True, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False)) ●Source: Martin  Christen (2016). 3D  Computer  Graphics  with Python. „3D  Graphics  the Pythonic Way“. Institut  Vermessung  und  Geoinformation. Swiss  Python  Summit. Switzerland https://www.python-summit.ch/files/4-slides-martin-christen-sps16.pdf
  • 8. 2019 DrTAD 8 Appearing of the Cube primitive
  • 9. 2019 DrTAD 9 Adding a New 3D model Deleting the Cube primitive
  • 10. 2019 DrTAD 10 Adding a Cylinder primitive / R=1; Location X:0, Y:0, Z:0 bpy.ops.mesh.primitive_cylinder_add(radius=1, view_align=False, enter_editmode=False, location=(0, 0, 0), layers=(True, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False))
  • 11. 2019 DrTAD 11 Appearing of the Cylinder primitive
  • 12. 2019 DrTAD 12 Adding a new Cylinder primitive / R=4; Location X:8, Y:0, Z:0 bpy.ops.mesh.primitive_cylinder_add(radius=4, view_align=False, enter_editmode=False, location=(8, 0, 0), layers=(True, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False))
  • 13. 2019 DrTAD 13 Appearing of the Cylinder.001 primitive
  • 14. 2019 DrTAD 14 Adding a new Cylinder primitive / R=8; Location X:24, Y:0, Z:0 bpy.ops.mesh.primitive_cylinder_add(radius=8, view_align=False, enter_editmode=False, location=(24, 0, 0), layers=(True, False, False, ]False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False))
  • 15. 2019 DrTAD 15 Appearing of the Cylinder.002 primitive
  • 17. 2019 DrTAD 17 References ● Blender Software https://www.blender.org/ ● Tihomir Dovramadjiev PhD. Modern accessible application of the system Blender in 3D design practice. https://www.researchgate.net/publication/312033613_Modern_accessible_application_of_the_system_Blender_in_3D_design_practice Blender software. 2.79b Version. About, License & Development. DOI: 10.13140/RG.2.2.36167.75687 https://www.researchgate.net/publication/328677236_Blender_software_279b_Version_About_License_Development ● Blender User Manual.Release 2.78. Blender Community. Mar 08, 2017 Scripting & Extending Blender https://docs.blender.org/manual/en/latest/advanced/scripting/index.html ● Introduction https://docs.blender.org/manual/en/latest/advanced/scripting/introduction.html ● Scripting & Security https://docs.blender.org/manual/en/latest/advanced/scripting/security.html ● Add-ons ● https://docs.blender.org/manual/en/latest/addons/index.html ● Add-on Tutorial https://docs.blender.org/manual/en/latest/advanced/scripting/addon_tutorial.html CC-BY-SA 4.0 Int. License ● https://www.slideshare.net/TihomirDovramadjievP/rosen-vasilev-hristo-skulev-and-tihomir-dovramadjiev-optimization-of-design-opportunities-and-transfer-of-information-between- data-3d-graphics-program-blender-and-solidworks-cad-system ● https://www.youtube.com/watch?v=K0yb4sZ7B4g ● https://www.youtube.com/watch?v=F-cgCXg7Z3o ● https://www.youtube.com/watch?v=ssHiWpVuxTk ● Martin  Christen (2016). 3D  Computer  Graphics  with Python. „3D  Graphics  the Pythonic Way“. Institut  Vermessung  und  Geoinformation. Swiss  Python  Summit. Switzerland https://www.python-summit.ch/files/4-slides-martin-christen-sps16.pdf ● Patrik Malm. Scientific Visualization. Lecture 7: Other Visualization software. Centre for Image Analysis. Swedish University of Agricultural Sciences. Uppsala University ● Witold Jaworski. Programming Add-Ons for Blender 2.5 - version 1.01. ISBN: 978-83-931754-2-0. ● Apace OpenOffice http://www.openoffice.org/download/