Different wiggles?
Case number: | 845813-989758 |
Topic: | Game: Tools |
Opened by: | Tony Origami |
Status: | Closed |
Type: | Bug |
Opened on: | Tuesday, May 24, 2011 - 19:59 |
Last modified: | Saturday, August 20, 2011 - 23:56 |
It seems as if from the interface you can wiggle with nothing selected but from a script you can't. Is that the case and does it have to be like that? The wiggle with nothing selected produces a different result from one with everything selected.
This looks to me like a major problem and one that can be easily fixed. Could someone let me know what is the story with wiggles and scripts. I want to be able to wiggle an unselected protein from a script just like we do with the wiggle button on the interface.
Topic: General » Game: Tools |
Type: Question » Suggestion |
Added to lua wish list:
http://fold.it/portal/node/989751
Type: Suggestion » Bug |
Changed to bug.
On 439 (another locked puzzle) lua scripts can`t do wiggle properly.
Easy to duplicate:
- reset http://fold.it/portal/files/chatimg/irc_174969_1310669752.png
- use gui wiggle(1) http://fold.it/portal/files/chatimg/irc_174969_1310669790.png
- reset
- use lua select_all() do_global_wiggle_all() http://fold.it/portal/files/chatimg/irc_174969_1310669855.png
GUI wiggle causes to move frozen area, LUA not.
It should be identical, or we should have ability to use same functions in LUA.
How to replicate: in 448 pull locked part by bands toward and make clash, set CI=1
Script in lua V2:
selection.SelectAll()
structure.WiggleAll(2)
structure.WiggleSelected(2)
selection.DeselectAll()
structure.WiggleAll(2)
structure.WiggleSelected(2)
It should jump away at some point, but it holds.
Now deselect all and press wiggle - moving away.
Status: Open » Closed |
Fixed :) Works fine :)
Closing.
It looks to me that when you select it runs "local wiggle" routine, and when nothing is selected "global wiggle". But unsure about that.
Also GUI scipt wigle and LUA script wiggle seems to work differently also. IE GUI LWS not making negative points like LUA do sometimes.