Only search projects.blender.org
Log In
New Account
Home
My Page
Projects
Blender 2.x BF release
Summary
Activity
Tracker
SCM
Files
Blender 2.6 Bug Tracker: Browse
[#25230] Quick extrude Ctrl-LMB : wrong behaviour of 'RotateSource' option.
Date:
2010-12-14 22:55
Priority:
3
State:
Closed
Submitted by:
Adam Jaworski (
jawra
)
Assigned to:
Campbell Barton (campbellbarton)
Category:
Mesh Modeling
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
Summary:
Quick extrude Ctrl-LMB : wrong behaviour of 'RotateSource' option.
Detailed description
While extruding with Ctrl-LMB or Shift-Ctrl-LMB everything is fine - source geometry is rotated or not as expected.
After this try to check/uncheck 'RotateSource' option under ToolShelf - nothing is happening.
Moreover, after hitting F6 to bring popup and clicking on this option button, UNDO function is called with each click, so newly created segments are disappearing one by one up to beginning of whole extrusion process.
Blender 2.5x r33667, Ubuntu 10.04 32bit, full Python installation.
Followup
Message
Date
: 2010-12-15 07:20
Sender
:
Campbell Barton
This operator only has an invoke function so redo is not supported.
adding an exec() is possible but the bug is infact that redo is allowed at all.
fixed so the UI grayed out & undo/redo is not messed up if the operator cant poll anymore: r33675.
Attached Files:
No Files Currently Attached
Changes:
Field
Old Value
Date
By
Status
New
2010-12-15 07:20
campbellbarton
status_id
Open
2010-12-15 07:20
campbellbarton
close_date
None
2010-12-15 07:20
campbellbarton
assigned_to
none
2010-12-14 23:41
aligorith