Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenFlipper
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
d217c6b9
Commit
d217c6b9
authored
Feb 26, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Created Python scripting docu page (mostly blank)
parent
d4302777
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
Documentation/DeveloperHelpSources/.python-scripting.docu.kate-swp
...tion/DeveloperHelpSources/.python-scripting.docu.kate-swp
+0
-0
Documentation/DeveloperHelpSources/mainpage.docu
Documentation/DeveloperHelpSources/mainpage.docu
+1
-0
Documentation/DeveloperHelpSources/python-scripting.docu
Documentation/DeveloperHelpSources/python-scripting.docu
+14
-0
No files found.
Documentation/DeveloperHelpSources/.python-scripting.docu.kate-swp
0 → 100644
View file @
d217c6b9
File added
Documentation/DeveloperHelpSources/mainpage.docu
View file @
d217c6b9
...
...
@@ -21,6 +21,7 @@
* - \subpage dataFlow "Dataflow"
* - \subpage options "Command line options and config files"
* - \subpage scripting
* - \subpage python_scripting "OpenFlipper Scripting with python"
*
* \subpage misc
* - \ref changelog
...
...
Documentation/DeveloperHelpSources/python-scripting.docu
0 → 100644
View file @
d217c6b9
/*!
\page python-scripting OpenFlipper Python Scripting and Batch Mode
\section python_scripting_batch_mode OpenFlipper Batch mode with python
OpenFlipper can be started in batch mode without a graphical user interface by providing "-b"
as a command line option. Furthermore you have to provide an OpenFlipper python script (extension is .ofp),
which will get executed. To get output to the command line, you also have to provide the command
line switch "-c". Only plugins which support batch mode ( They implement an nogui() function ), will
be loaded. For example, no renderers, postprocessors or other plugins providing only user interface
or graphical functionality will be loaded. You can see on the command line (when "-c" is given),
which plugins are activated and which are skipped in batch mode.
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment