You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advanced/python_api/README.md
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,6 @@ Upon opening the newly created project specified at `<new path for fixed project
70
70
> save(path)
71
71
>> Save the active project under the given `path`.
72
72
73
-
> projectPath()
74
-
>> Get the path of the active project. Returns an empty string if there is no active project loaded.
75
-
76
73
> export(ramses_path, logic_path, compress)
77
74
>> Export the active project. The paths of the Ramses and RamsesLogic files need to be specified. Additionallly compression can be enabled using the `compress` flag.
0 commit comments