Page MenuHome

Fix T59536: safe area values were swapped
ClosedPublic

Authored by Jacques Lucke (JacquesLucke) on Dec 18 2018, 2:30 PM.

Details

Summary

This only changes the values for new scenes, I wonder if versioning code can fix this in a good way. It's not a big deal though because Blender always shows both safe areas anyway. Only the default scene should be updated at some point.

Diff Detail

Repository
rB Blender
Branch
safe_areas (branched from blender2.8)
Build Status
Buildable 2646
Build 2646: arc lint + arc unit

Event Timeline

You can change the default scene values in BLO_update_defaults_startup_blend. Otherwise looks good to me.

  • change default safe areas when loading default file

Thanks, that is what I was looking for.

This revision is now accepted and ready to land.Dec 18 2018, 3:20 PM
This revision was automatically updated to reflect the committed changes.