• 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 Design & Development v
« Previous 1 … 7 8 9 10 11
Wings Snapshot

 
  • 0 Vote(s) - 0 Average
Wings Snapshot

Pages (7): « Previous 1 2 3 4 5 … 7 Next »
Jump to page 
Fonte Boa
Offline

www.youtube.com/wings3dchannel

Posts: 448
Threads: 52
Joined: Nov 2012
#21
12-13-2012, 01:22 AM (This post was last modified: 12-13-2012, 01:56 AM by Fonte Boa.)
Bug 1
The command "Rename" in Selection Group window crashes Wings.


Bug 2
Start Wings, open Selection Group and/or Saved Views windows, close Wings and restart it again.

Dump file 1:

Dump written 2012-12-12_22-19
Version: 1.5.pre1.38.g62be8
Window: geom
Reason: function_clause

Short stack trace:
[]

Long stack trace:
[{wings,move_windows,
[[{wpc_views_win,{{plugin,saved_views},
{198,438},
{153,230},
[{rollup,false}]}},
{wpc_sel_win,{{plugin,sel_groups},
{177,191},
{153,230},
[{rollup,false}]}}]],
[{file,"wings.erl"},{line,1717}]},
{wings,handle_event_3,2,[{file,"wings.erl"},{line,434}]},
{wings_wm,handle_event,3,[{file,"wings_wm.erl"},{line,824}]},
{wings_wm,send_event,2,[{file,"wings_wm.erl"},{line,796}]},
{wings_wm,do_dispatch,2,[{file,"wings_wm.erl"},{line,698}]},
{wings_wm,get_and_dispatch,0,[{file,"wings_wm.erl"},{line,612}]},
{wings,init,1,[{file,"wings.erl"},{line,148}]}]


------------------

Dump file 2

Dump written 2012-12-12_22-20
Version: 1.5.pre1.38.g62be8
Window: geom
Reason: function_clause

Short stack trace:
[]

Long stack trace:
[{wings,move_windows,
[[{wpc_sel_win,{{plugin,sel_groups},
{168,105},
{153,230},
[{rollup,false}]}}]],
[{file,"wings.erl"},{line,1717}]},
{wings,handle_event_3,2,[{file,"wings.erl"},{line,434}]},
{wings_wm,handle_event,3,[{file,"wings_wm.erl"},{line,824}]},
{wings_wm,send_event,2,[{file,"wings_wm.erl"},{line,796}]},
{wings_wm,do_dispatch,2,[{file,"wings_wm.erl"},{line,698}]},
{wings_wm,get_and_dispatch,0,[{file,"wings_wm.erl"},{line,612}]},
{wings,init,1,[{file,"wings.erl"},{line,148}]}]

This isnt specific of this snapshot: can be reproduced in stable release too (1.4.1)

Start Wings, create a second Geometry window.

Create a cube in the left Geometry window
Select a face and call (for example) Rmb .Move.
Try to select any edge (secondary selection) to indicate the operation axis: Wings doesnt allow this

Try to select any edge and execute using a single Rmb click:
Wings becomes unstable and user has to close Erlang window to re-start Wings...

http://www.youtube.com/watch?v=lVn8KWpU3...e=youtu.be
__________________________________
www.youtube.com/wings3dchannel
http://www.facebook.com/wings3dchannel
Geta-Ve
Offline

Member

Posts: 152
Threads: 20
Joined: Nov 2012
#22
12-13-2012, 01:46 PM
I don't mind the vert display for magnets, though two things come to mind.

1. An option to change the influence colours, blue and black seem awful hard to differentiate on my screen.

2. If you are going with vert display, why not go all the way? replace the current transparent blue circle with an interactively adjusted vert display. This would give you a better sense, in the immediate, as to what 'will be' affected.
Fonte Boa
Offline

www.youtube.com/wings3dchannel

Posts: 448
Threads: 52
Joined: Nov 2012
#23
12-13-2012, 01:53 PM (This post was last modified: 12-13-2012, 01:55 PM by Fonte Boa.)
<< replace the current transparent blue circle with an interactively adjusted vert display. This would give you a better sense, in the immediate, as to what 'will be' affected. >>

Definitely i cant agree with this: blue circle is a clean and soft way to visualize Tweak Magnet influence, without polute the model visualization by represent each vertex weight by little blue-black squares. The solution i suggested to Micheus is to make the new magnet vert display optional, by putting an option in Tweak/Preferences.
__________________________________
www.youtube.com/wings3dchannel
http://www.facebook.com/wings3dchannel
micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,681
Threads: 185
Joined: Jun 2012
#24
12-13-2012, 02:34 PM
(12-13-2012, 12:42 AM)oort Wrote: I just noticed that Micheus's work on sculpt has not been added to the snapshot release. Will this be added?
It was. But, I thought better about it and I closed my pull request. (maybe in the future Wink)
oort
Offline

3D Obsessed

Posts: 1,184
Threads: 69
Joined: Nov 2012
#25
12-13-2012, 02:50 PM
Micheus,
At a minimum, would you want to implement the changes to blue sphere radius adjustment, and strength? I am speaking of the changes that synchronized the adjustment methods used in tweak and sculpt.

Maybe it is too messy to only do those changes???
Just curious... Smile

oort
micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,681
Threads: 185
Joined: Jun 2012
#26
12-13-2012, 02:53 PM
(12-11-2012, 09:51 PM)dgud Wrote: But I got this when testing the new windows (Micheus please fix):

Long stack trace:
[{wings,move_windows,
[[{wpc_views_win,{{plugin,saved_views},
{1825,0},
{144,374},
[{rollup,false}]}},
{wpc_sel_win,{{plugin,sel_groups},
{1826,397},
{144,374},
[{rollup,false}]}}]],
[{file,"wings.erl"},{line,1717}]},
It's just because part of my changes was not added to pu branch. There were changes to wings.erl that is not present in it.

I made this changes for both pull request: saved_view_win and select_win. My code is OK.
Geta-Ve
Offline

Member

Posts: 152
Threads: 20
Joined: Nov 2012
#27
12-13-2012, 03:11 PM
(12-13-2012, 01:53 PM)Fonte Boa Wrote: << replace the current transparent blue circle with an interactively adjusted vert display. This would give you a better sense, in the immediate, as to what 'will be' affected. >>

Definitely i cant agree with this: blue circle is a clean and soft way to visualize Tweak Magnet influence, without polute the model visualization by represent each vertex weight by little blue-black squares. The solution i suggested to Micheus is to make the new magnet vert display optional, by putting an option in Tweak/Preferences.


The current blue circle doesn't give you an entirely accurate representation of what geometry is being influenced, especially on curved surfaces.

Whatever ends up happening, I definitely agree that it should be optional.
Fonte Boa
Offline

www.youtube.com/wings3dchannel

Posts: 448
Threads: 52
Joined: Nov 2012
#28
12-13-2012, 06:11 PM (This post was last modified: 12-13-2012, 06:21 PM by Fonte Boa.)
Quote:The current blue circle doesn't give you an entirely accurate representation of what geometry is being influenced

but it keeps the geometry visualization clean during Tweak operations. Wink

Anyway, the ideal is to have the best of both worlds: keeping this new visualization optional by adding an option in Tweak/Preferences.

EDIT
As i know a little Micheus, i think he is yet working in the code (i reported in this thread a bug with new magnet visualization, so he has a good reason Biggrin ).
Imo a better behaviour is to just show the affected vertices DURING the magnet radius adjust; once adjusted, they wont be shown while tweak operations, but at any time user adjust the magnet radius they will be shown again.
This is my suggestion if this new mag view cant be optional.
__________________________________
www.youtube.com/wings3dchannel
http://www.facebook.com/wings3dchannel
micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,681
Threads: 185
Joined: Jun 2012
#29
12-13-2012, 08:58 PM (This post was last modified: 12-13-2012, 10:06 PM by micheus.)
(12-13-2012, 02:50 PM)oort Wrote: Maybe it is too messy to only do those changes???
Just curious... Smile
No. I took note. But, it's low priority at this moment.

(12-13-2012, 01:22 AM)Fonte Boa Wrote: Bug 1
The command "Rename" in Selection Group window crashes Wings.
It was fixed as I told in this thread and I added two new options as required: Delete All and Remove Invalid Groups (pushed here: mv/select_win)

(12-13-2012, 01:22 AM)Fonte Boa Wrote: Bug 2
Start Wings, open Selection Group and/or Saved Views windows, close Wings and restart it again.
Already commented before (post #26)
Fonte Boa
Offline

www.youtube.com/wings3dchannel

Posts: 448
Threads: 52
Joined: Nov 2012
#30
12-13-2012, 09:07 PM
Quote:I added two new options as required: Delete All and Remove Invalid Groups

Thanks, Micheus: both very useful. Smile
__________________________________
www.youtube.com/wings3dchannel
http://www.facebook.com/wings3dchannel
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 2 3 4 5 … 7 Next »
Jump to page 


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

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode