Page MenuHome

Python Path For FFMPEGSettings Missing
Closed, ResolvedPublicBUG

Description

System Information
Operating system: Linux-5.0.0-38-generic-x86_64-with-debian-buster-sid 64 Bits
Graphics card: Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2) Intel Open Source Technology Center 4.5 (Core Profile) Mesa 19.2.0-devel (git-2631fd3 2019-07-24 cosmic-oibaf-ppa)

Blender Version
Broken: version: 2.83 (sub 11), branch: Unknown, commit date: 2020-03-25, hash: rB6681a33a6f9978239b2ee37065c3fab6cd372277
Worked: Perhaps never worked

Short description of error
The python path for FFMPEGSettings does not exist. In stead of the correct python path it results in bpy.context.scene.<ffmpeg_setting>

Exact steps for others to reproduce the error

  1. Enable Python Tools.
  2. Go to the output path.
  3. Hover with mouse over a FFMPEG Settings (like codec) and see it gives back that it is a scene setting.
  4. Change the setting and look in the Info Panel

The actual path should be bpy.context.scene.render.ffmpeg

Event Timeline

Jeroen Bakker (jbakker) renamed this task from Python Path For FFMPegSettings Missing to Python Path For FFMPEGSettings Missing.Mar 25 2020, 7:19 PM
Jeroen Bakker (jbakker) changed the task status from Needs Triage to Confirmed.
Jeroen Bakker (jbakker) created this task.
Jeroen Bakker (jbakker) changed the subtype of this task from "Report" to "Bug".

Newbie here, taking this as a first exercise in familiarizing myself with the codebase. After poking around files throughout day I finally got a fix, I will make a diff in a bit.