WM: Remove Screen Cast

This feature is better handled by specialized tools.
This commit is contained in:
2018-06-28 23:39:20 +02:00
parent aa6247a385
commit 46dceefc35
18 changed files with 5 additions and 312 deletions

View File

@@ -494,12 +494,6 @@ class USERPREF_PT_system(Panel):
col.separator()
col.label(text="Screencast:")
col.prop(system, "screencast_fps")
col.prop(system, "screencast_wait_time")
col.separator()
if bpy.app.build_options.cycles:
addon = userpref.addons.get("cycles")
if addon is not None: