diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py index 621a85a2d91..5074762f851 100644 --- a/build_files/scons/tools/Blender.py +++ b/build_files/scons/tools/Blender.py @@ -457,6 +457,9 @@ def buildinfo(lenv, build_type): unpushed_log = os.popen('git log --oneline @{u}..').read().strip() has_local_changes = unpushed_log != '' + if build_branch.startswith('blender-'): + build_branch = 'master' + if has_local_changes: build_branch += ' (modified)' else: