Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
Volume & Area Tool [SOLVED]
11-25-2012, 02:38 AM (This post was last modified: 12-24-2012 04:30 AM by optigon.)
Post: #1
Volume & Area Tool [SOLVED]
Is it just the master or is the volume & area tool broken?
I'm not getting results I would expect.
Reply
11-25-2012, 03:22 PM
Post: #2
RE: Volume & Area Tool
Micheus, is this fixed?
I noticed you addressed this in the old forum.
Reply
11-25-2012, 08:33 PM (This post was last modified: 11-25-2012 08:50 PM by ggaliens.)
Post: #3
RE: Volume & Area Tool
Optigon ... I have patched this up locally. Can't recall if I did a GITHUB push or not.

As I recall ... the problem was not with the calculations so much as the io tools used to do the reporting.

This is from my wings.erl file in function get_object_info.


Code:
ToString = fun(Item) ->
    case Item of
        Item when is_float(Item) ->
        lists:flatten(hd(io_lib:format("~.4f", [Item])));
        Item when is_integer(Item) ->
        integer_to_list(Item);
        Item when is_list(Item) ->
        Item
    end
    end,
Reply
11-25-2012, 09:16 PM
Post: #4
RE: Volume & Area Tool
Here it seems to be working. At picture three cubes, two of them scaled uniform to -100% and less, via TAB key. Those ones with negative volume are indicated at that window. There isnt a command to select objects by negative volume.



Uploaded with ImageShack.us

__________________________________
http://www.youtube.com/wings3dchannel
http://www.facebook.com/wings3dchannel
Reply
11-27-2012, 04:41 PM
Post: #5
RE: Volume & Area Tool
(11-25-2012 03:22 PM)optigon Wrote:  Micheus, is this fixed?
I noticed you addressed this in the old forum.
Yeah. I supposedly fixed it. Smile
Reply
11-27-2012, 04:46 PM
Post: #6
RE: Volume & Area Tool
(11-27-2012 04:41 PM)micheus Wrote:  
(11-25-2012 03:22 PM)optigon Wrote:  Micheus, is this fixed?
I noticed you addressed this in the old forum.
Yeah. I supposedly fixed it. Smile

Was it added to the master?
Reply
11-27-2012, 04:58 PM
Post: #7
RE: Volume & Area Tool
It's one of my pull requests (Some new bug fixes for wings 1.4.1) - still not approved by dgud.
Reply
11-27-2012, 05:34 PM
Post: #8
RE: Volume & Area Tool
(11-27-2012 04:58 PM)micheus Wrote:  It's one of my pull requests (Some new bug fixes for wings 1.4.1) - still not approved by dgud.

I'll take a look and see if I can recommend this to Dan.
Reply


Forum Jump:


User(s) browsing this thread: 1 Guest(s)