• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Bug Reports v
« Previous 1 … 20 21 22 23 24 … 35 Next »
[fixed] New MMB Connect for vertices (BUG)

 
  • 0 Vote(s) - 0 Average
[fixed] New MMB Connect for vertices (BUG)

Pages (3): « Previous 1 2 3 Next »
ggaliens
Offline

Erlang Hacker
Posts: 954
Threads: 143
Joined: Nov 2012
#11
04-09-2016, 09:21 PM (This post was last modified: 04-09-2016, 09:22 PM by ggaliens.)
Just another depiction of what kinds of tests I'm doing.

Decided to try it inside and outside a hollow bunny.

dgud
Offline

Grumpy Dev
Posts: 692
Threads: 37
Joined: Nov 2012
#12
04-10-2016, 07:49 AM
Yes I walk using the topology that is the only thing that will work, your stop plane thing didn't work for me.

The bug you encounter seems to be more in hotkey handling. Then in connect-cut command.
ggaliens
Offline

Erlang Hacker
Posts: 954
Threads: 143
Joined: Nov 2012
#13
04-10-2016, 12:28 PM (This post was last modified: 04-10-2016, 01:10 PM by ggaliens.)
Dan ... could you SEQUESTER ... or isolate the code from wings_vertex to a new module called wings_connect_cuts ? So that I might more easily play with the sum of what new refactors you have done ? This would leave alone the wings_vertex_cmd changes to provide user access.

Like this ... only moving out this function and its supporting functions ...

wings_connect_cut:connect_cut(VS0, VE0, #we{} = We0)

The bug was not with hot keys. It's also not due to overlapping cuts. Even though somehow seems more likely with overlapping-cuts. The bug is from using the topological approach and not picking the shortest of the two or more loops created by the start and end points.

micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,681
Threads: 185
Joined: Jun 2012
#14
04-10-2016, 02:19 PM
ggaliens, it can be cause by a hothey for sure. I fixed some of them for tweak mode. It happens when the hotkeys info is about to be displayed.
So, it's easy to test. Just rename your preferences and leave Wings3d create a new one. You probably will not have it anymore.

Attach your preferences and let me find the problem. It's what I use to do here. Wink
[Image: tw.png] @MicheusVieira [Image: yt.png] @MicheusVieira [Image: da.png] Micheuss [Image: ig.png] micheus4wings3d
* Wings3D Team stands for: Björn and Dan
ggaliens
Offline

Erlang Hacker
Posts: 954
Threads: 143
Joined: Nov 2012
#15
04-10-2016, 02:54 PM
Micheus ... I cleaned out the hotkeys. Deleted preferences file. Let wings3d remake the preferences. used only the menu item click plus CTRL+RMB to get at the function. It is grabbing the correct function ... you can see that from the video. Neither of the other two LMB or RMB would give you the results you see.

Anyways ... have you tried to replicate the results I'm showing Micheus with this new command ? Please try it.
micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,681
Threads: 185
Joined: Jun 2012
#16
04-10-2016, 04:40 PM
I asked you a simple thing. Huh
Do you have a search in file tool? if so, do a search in the source code looking for "bindkey". You will find it three files: wings_io_wx.erl, wings_hotkey.erl and wings_pref.erl.
Depending on your tool, you will see that only the last two make use of it in this format {bindkey,vertex,120} as present in your log.
So, if you want help us to fix that, you just need to attach your preferences file here. Thanks.

(04-10-2016, 02:54 PM)ggaliens Wrote: Anyways ... have you tried to replicate the results I'm showing Micheus with this new command ? Please try it.
No, it's a new command. It's a fresh code in your and dgud's mind. I will need to read and understand it before I can fix anything. So, that is not my call at this moment.
[Image: tw.png] @MicheusVieira [Image: yt.png] @MicheusVieira [Image: da.png] Micheuss [Image: ig.png] micheus4wings3d
* Wings3D Team stands for: Björn and Dan
ggaliens
Offline

Erlang Hacker
Posts: 954
Threads: 143
Joined: Nov 2012
#17
04-10-2016, 04:53 PM
"No, it's a new command."

People don't want to TRY new stuff anymore ? Man ... that's all we used to do back in the days of Optigon, PuzzledPaul, and the first Y2K decade.

Maybe some of the other old timers will remember how we used to do it. When a new feature came out ... we all piled on it pretty heavy with testing.
micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,681
Threads: 185
Joined: Jun 2012
#18
04-10-2016, 05:03 PM (This post was last modified: 04-10-2016, 05:07 PM by micheus.)
(04-10-2016, 04:53 PM)ggaliens Wrote: "No, it's a new command."
People don't want to TRY new stuff anymore ?
Man, what do you want of me?
People aren't me, so don't put them in the same basket. Probably others will test. I just don't want do that now. May I?
[Image: tw.png] @MicheusVieira [Image: yt.png] @MicheusVieira [Image: da.png] Micheuss [Image: ig.png] micheus4wings3d
* Wings3D Team stands for: Björn and Dan
ggaliens
Offline

Erlang Hacker
Posts: 954
Threads: 143
Joined: Nov 2012
#19
04-10-2016, 05:11 PM
I started this bug report. I would like it to be about the CONNECT-CUT going forward, and not at all about hotkeys. It was my mistake to bring hotkeys into conversation. I would very very much like to have that part of side-discussion as a separate bug thread, please.
micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,681
Threads: 185
Joined: Jun 2012
#20
04-11-2016, 08:46 PM
A new one for the collection:
Quote:Internal Error
Version: 2.0.3
Window: geom
Reason: {case_clause,[{stop,0},5,{0,1}]}

Stack trace:
[{wings_vertex,select_cut_edges,4,
[{file,"c:/Users/uabdgud/src/wings/src/wings_vertex.erl"},
{line,310}]},
{wings_vertex,connect_cut,3,
[{file,"c:/Users/uabdgud/src/wings/src/wings_vertex.erl"},
{line,249}]},
{wings_vertex_cmd,'-connect_cuts/1-fun-0-',2,
[{file,"c:/Users/uabdgud/src/wings/src/wings_vertex_cmd.erl"},
{line,464}]},
{lists,foldl,3,[{file,"lists.erl"},{line,1262}]},
{wings_vertex_cmd,'-connect_cuts/1-fun-1-',3,
[{file,"c:/Users/uabdgud/src/wings/src/wings_vertex_cmd.erl"},
{line,467}]},
{wings_sel,fold_1,4,
[{file,"c:/Users/uabdgud/src/wings/src/wings_sel.erl"},{line,84}]},
{wings_vertex_cmd,command,2,
[{file,"c:/Users/uabdgud/src/wings/src/wings_vertex_cmd.erl"},
{line,64}]},
{wings_develop,time_command,2,
[{file,"c:/Users/uabdgud/src/wings/src/wings_develop.erl"},
{line,81}]}]
Just try to connect these vertices in a cube
[Image: cube_zpsa34ccd33.png]
[Image: tw.png] @MicheusVieira [Image: yt.png] @MicheusVieira [Image: da.png] Micheuss [Image: ig.png] micheus4wings3d
* Wings3D Team stands for: Björn and Dan
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode