Blender (software): Difference between revisions

Line 131: Line 131:
     bpy.context.evaluated_depsgraph_get(), x=WIDTH, y=HEIGHT)
     bpy.context.evaluated_depsgraph_get(), x=WIDTH, y=HEIGHT)
</pre>
</pre>
===Python Modules===
To add modules, install them using pip to the <code>scripts/modules</code> directory of your Blender install:
<pre>
python3.9 -m pip install -t=scripts/modules $MODULE
</pre>
* If you installed blender using snap, you will need to create another scripts directory somewhere else.


==Compiling Blender==
==Compiling Blender==