Blender Git Commit Log

Git Commits -> Revision e641666

Revision e641666 by Jeroen Bakker (master)
February 17, 2020, 14:03 (GMT)
Fix T68749: BPY: Deprecate height of popup

`invoke_props_dialog` and `invoke_popup` had a width and a height field. The height field was ignored as the height is determined based on the content. This change removes the field from the BPY + WM_api

Reviewed By: Campbell Barton, Jacques Lucke

Differential Revision: https://developer.blender.org/D6694

Commit Details:

Full Hash: e64166652b17631e9c2a5b64bd54e7cf38af8ebb
Parent Commit: e2e2a98
Lines Changed: +22, -24

11 Modified Paths:

/source/blender/editors/armature/pose_edit.c (+1, -1) (Diff)
/source/blender/editors/object/object_edit.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+1, -1) (Diff)
/source/blender/editors/space_image/image_ops.c (+4, -4) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+1, -1) (Diff)
/source/blender/editors/space_text/text_ops.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm_api.c (+0, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+8, -6) (Diff)
/source/blender/windowmanager/intern/wm_stereo.c (+1, -1) (Diff)
/source/blender/windowmanager/WM_api.h (+2, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021