-
Notifications
You must be signed in to change notification settings - Fork 68
Home
Hello future coders! Please enjoy this introduction to EasyBPY.
EasyBPY is a module for Blender that has been designed to help simplify the use of Python in Blender. It does this by providing you with a collection of plain-English, easy to understand commands.
As a single file, EasyBPY is easy to use both inside of Blender, and as an extension to any addon projects.
To install EasyBPY for Blender, you need to put the easybpy.py file into the module folder in the user preferences.
In Windows, this will be found in your user profile’s AppData folder:
- C:\Users\name\AppData\Roaming\BlenderFoundation\Blender\2.90\scripts\modules
(If the ‘modules’ folder does not exist, that’s okay - just create it! Blender will know where to find it.)
Changes made to the module will be kept in the changelog.txt file.
A list of all functions currently available, as well as contributors to the project, can be found in the info.txt file.