System Information
Operating system: Ubuntu
Blender Version
Broken: master 993f43dc9ed and master 87066782e72
Worked: f76c15efb7
Short description of error
When extruding in edit mode :
Traceback (most recent call last):
File "/home/guillaume/clones/blender_fresh/build_master_20190124/bin/2.80/scripts/startup/bl_operators/view3d.py", line 120, in invoke
return self.execute(context)
File "/home/guillaume/clones/blender_fresh/build_master_20190124/bin/2.80/scripts/startup/bl_operators/view3d.py", line 117, in execute
return VIEW3D_OT_edit_mesh_extrude_move.extrude_region(context, False)
File "/home/guillaume/clones/blender_fresh/build_master_20190124/bin/2.80/scripts/startup/bl_operators/view3d.py", line 96, in extrude_region
"constraint_axis": (False, False, True),
File "/home/guillaume/clones/blender_fresh/build_master_20190124/bin/2.80/scripts/modules/bpy/ops.py", line 198, in __call__
ret = op_call(self.idname_py(), C_dict, kw, C_exec, C_undo)
TypeError: Converting py args to operator properties: : keyword "constraint_orientation" unrecognizedExact steps for others to reproduce the error
Open the default file, select the cube, enter edit mode, select a face (or vertex), hit E