Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash: Performing scale changes when nothing is selected #284

Closed
BagelOrb opened this issue Aug 24, 2015 · 0 comments
Closed

Crash: Performing scale changes when nothing is selected #284

BagelOrb opened this issue Aug 24, 2015 · 0 comments

Comments

@BagelOrb
Copy link
Contributor

Steps to reproduce

  • (optional) load model
  • do not select model or deselect model
  • click scale to open the scale menu
  • enter a new number
  • hit enter
  • watch the world crumble

Log:

Version: master
Platform: Linux-3.19.0-26-generic-x86_64-with-Ubuntu-15.04-vivid
Qt: 5.4.1
PyQt: 5.4.1

Exception:
Traceback (most recent call last):
File "/home/tim/Development/Uranium/UM/Qt/Bindings/ActiveToolProxy.py", line 61, in setProperty
option_setter(value)
File "/home/tim/Development/Uranium/UM/../plugins/Tools/ScaleTool/ScaleTool.py", line 236, in setScaleX
obj = Selection.getSelectedObject(0)
File "/home/tim/Development/Uranium/UM/Scene/Selection.py", line 35, in getSelectedObject
return cls.__selection[index]
IndexError: list index out of range

@nallath nallath closed this as completed Aug 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants