update the man page from blenders --help message
This commit is contained in:
@@ -44,7 +44,7 @@ def man_format(data):
|
||||
return data
|
||||
|
||||
|
||||
blender_bin = os.path.join(os.path.dirname(__file__), "../../blender")
|
||||
blender_bin = os.path.join(os.path.dirname(__file__), "../../blender.bin")
|
||||
|
||||
blender_help = subprocess.Popen([blender_bin, "--help"], stdout=subprocess.PIPE).communicate()[0].decode()
|
||||
|
||||
|
Reference in New Issue
Block a user