Blender Path

Hi guys,

How can i get Blender base dir path???

thanks

Depends on what the meaning of ‘base dir path’ is. There are a whole dir-load of dirs available thru Blender.Get( ‘some-param’ ).

If you want the python module path it is sys.path.

thanks a lot :slight_smile: