Details
Diff Detail
- Repository
- rB Blender
- Branch
- arcpatch-D322
Event Timeline
I am not sure I used arc correctly. The file source/gameengine/GamePlayer/ghost/GPG_ghost.cpp has no edits for this commit. All the changes there are from D312.
Showing the mouse is better as a scene option than a command line option since this could really affect gameplay. The Blenderplayer should load settings from the file if GAME_PLAYER_DISPLAY_DEBUG is set (as opposed to ignoring them).
Controlling the mouse should not be exposed via the command line (see earlier comment on this). The Blenderplayer already reads this information from the blendfile, so there is no need to also pass it in via the command line.
| source/blender/makesrna/intern/rna_scene.c | ||
|---|---|---|
| 3217 | This doesn't give a very descriptive tooltip. For one, it doesn't mention that this is only for launching the Blenderplayer from the Blender interface. | |