Tuesday, April 21, 2020

Catalin George Festila: Python 3.7.4 : A simple addon for Blender 3D version 2.8 .

Today I tested the python from Blender 3D software. This software named Blender 3D come with python version 3.7.4 . The version of this 3D tool is 2.82a . This is a default addon with these python files: __init__.py , build.py, catafest_addon_start.py. You can see a folder and images, but is not part of these tutorial. The full source code of this addon can be found on my GitHub account on this

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...