• 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 … 10 11 12 13 14 … 35 Next »
[fixed] information display for two edges

 
  • 0 Vote(s) - 0 Average
[fixed] information display for two edges

rv3
Offline

Junior Member

Posts: 7
Threads: 4
Joined: Jun 2018
#1
09-03-2018, 09:19 PM (This post was last modified: 09-04-2018, 09:54 PM by micheus.)
The information text in the upper left corner of the window seems to be wrong when 2 edges are selected. The third line, I believe, is supposed to show the length of the two edges and the difference between them, but it is always same length for both edges and the difference is always 0.0.

Also, under wings v1, didn't this information text include the angle between the two edges?
micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,680
Threads: 184
Joined: Jun 2012
#2
09-03-2018, 11:11 PM
(09-03-2018, 09:19 PM)rv3 Wrote: The information text in the upper left corner of the window seems to be wrong when 2 edges are selected. The third line, I believe, is supposed to show the length of the two edges and the difference between them, but it is always same length for both edges and the difference is always 0.0.
Third line when Tweak is active.
Usually the length is shown only for one edge selected followed by its normalized coordinate, which thinking it as a triangle you can find the hypotenuse - the edge length.
[Image: Info_Line-issue.png]Left is v1 and right the latest version

Quote:Also, under wings v1, didn't this information text include the angle between the two edges?
Yes. As we can see in the image above you are right about the missing angle.

Thanks for report.
[Image: tw.png] @MicheusVieira [Image: yt.png] @MicheusVieira [Image: da.png] Micheuss [Image: ig.png] micheus4wings3d
* Wings3D Team stands for: Björn and Dan
rv3
Offline

Junior Member

Posts: 7
Threads: 4
Joined: Jun 2018
#3
09-04-2018, 01:48 AM (This post was last modified: 09-04-2018, 01:50 AM by rv3.)
Hmm, that's not what I see. I don't normally use tweak mode, but here's what I'm seeing:

[attachment=533]

I'm not at all fluent in erlang, but I think the following will fix things:

Code:
*** wings_info.erl.orig    Mon Sep  3 21:43:08 2018
--- wings_info.erl    Mon Sep  3 21:43:55 2018
***************
*** 173,179 ****
      Mid1 = e3d_vec:average(Pos1A, Pos1B),
      MidDiff = e3d_vec:sub(Mid1, Mid0),
      Dist = e3d_vec:len(MidDiff),
!     Diff = abs(Length0 - Length0),
      io_lib:format(?__(42,"\nDistance ~s")++"  ~s\n"++
                        ?__(43,"Object~s")++" "++?__(41,"Edge~s ~s")++"  "++
                        ?__(43,"Object~s")++" "++?__(41,"Edge~s ~s")++"  "++
--- 173,179 ----
      Mid1 = e3d_vec:average(Pos1A, Pos1B),
      MidDiff = e3d_vec:sub(Mid1, Mid0),
      Dist = e3d_vec:len(MidDiff),
!     Diff = abs(Length0 - Length1),
      io_lib:format(?__(42,"\nDistance ~s")++"  ~s\n"++
                        ?__(43,"Object~s")++" "++?__(41,"Edge~s ~s")++"  "++
                        ?__(43,"Object~s")++" "++?__(41,"Edge~s ~s")++"  "++
***************
*** 182,188 ****
                     wings_util:nice_abs_vector(MidDiff),
                     wings_util:stringify(Id0),
                     wings_util:stringify(E0),
!                    wings_util:nice_float(Length1),
                     wings_util:stringify(Id1),
                     wings_util:stringify(E1),
                     wings_util:nice_float(Length1),
--- 182,188 ----
                     wings_util:nice_abs_vector(MidDiff),
                     wings_util:stringify(Id0),
                     wings_util:stringify(E0),
!                    wings_util:nice_float(Length0),
                     wings_util:stringify(Id1),
                     wings_util:stringify(E1),
                     wings_util:nice_float(Length1),

micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,680
Threads: 184
Joined: Jun 2012
#4
09-04-2018, 09:53 PM
(09-04-2018, 01:48 AM)rv3 Wrote: Hmm, that's not what I see. I don't normally use tweak mode, but here's what I'm seeing
I found why the difference: my preferences was cleaned and I didn't have set the preferences option for General->Information Text_>Verbose. Smile

Quote:I'm not at all fluent in erlang, but I think the following will fix things:
Now I see what you see and you are right about the fix. Thanks.

You find the fix in the Fixes for v2.1.7 (Patches)
[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)



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

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode