gercampus.blogg.se

Install blender gis addon
Install blender gis addon




Open up the 3D view sidebar from the View menu (or simply press N to toggle it). Save your user settings to keep The Grove enabled next time you start Blender.Ĭlose the Preferences window.You can download twigs and textures to anywhere you like, and then point The Grove to your these folders. Let The Grove know where to find your twigs and textures.Click the little triangle to reveal The Grove’s settings. If it’s not there, you installed the incorrect file – please go back and carefully read steps 2 and 3. Click Install… Browse to your download location, select TheGroveAddon.zip and install it.Launch Blender and from Edit > Preferences go to the Add-ons section.Inside you will find TheGroveAddon.zip – keep this file as it is and do not unzip it.Download TheGrovePackage.zip and unzip it.Get the latest release of Blender and install it.

install blender gis addon install blender gis addon install blender gis addon

Use ⎈ Ctrl D to exit the python console and quit blender. > _install(filepath='/home/shane/Downloads/testaddon.py') Note: For Blender 2.80+, things are slightly different: > import bpy > .addon_install(filepath='/home/shane/Downloads/testaddon.py') Start blender as a python console and type each in directly. There are two ways you can make this work remotely through the CLI. import bpyīpy.ops.wm.addon_install(filepath='/home/shane/Downloads/testaddon.py')īpy.ops.wm.addon_enable(module='testaddon') To enable or disable an addon you need to specify the module name, that is the folder name installed into the addons folder or the filename without. To keep the addon enabled every time you start blender you save your settings with .save_userpref()įor addon_install you give it the filepath to the addon, this is the same file you would choose if you were using blender's GUI. Using python you can install an addon with .addon_install(), you can then enable the addon with .addon_enable() and disable it with .addon_disable().






Install blender gis addon