• 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 … 31 32 33 34 35
Volume & Area Tool [SOLVED]

 
  • 0 Vote(s) - 0 Average
Volume & Area Tool [SOLVED]

optigon
Offline

Developer
Posts: 192
Threads: 26
Joined: Mar 2011
#1
11-25-2012, 02:38 AM (This post was last modified: 12-24-2012, 04:30 AM by optigon.)
Is it just the master or is the volume & area tool broken?
I'm not getting results I would expect.
optigon
Offline

Developer
Posts: 192
Threads: 26
Joined: Mar 2011
#2
11-25-2012, 03:22 PM
Micheus, is this fixed?
I noticed you addressed this in the old forum.
ggaliens
Offline

Erlang Hacker
Posts: 954
Threads: 143
Joined: Nov 2012
#3
11-25-2012, 08:33 PM (This post was last modified: 11-25-2012, 08:50 PM by ggaliens.)
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,
Fonte Boa
Offline

www.youtube.com/wings3dchannel

Posts: 448
Threads: 52
Joined: Nov 2012
#4
11-25-2012, 09:16 PM
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.

[Image: wingsvolume.jpg]

Uploaded with ImageShack.us
__________________________________
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
#5
11-27-2012, 04:41 PM
(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
optigon
Offline

Developer
Posts: 192
Threads: 26
Joined: Mar 2011
#6
11-27-2012, 04:46 PM
(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?
micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,681
Threads: 185
Joined: Jun 2012
#7
11-27-2012, 04:58 PM
It's one of my pull requests (Some new bug fixes for wings 1.4.1) - still not approved by dgud.
optigon
Offline

Developer
Posts: 192
Threads: 26
Joined: Mar 2011
#8
11-27-2012, 05:34 PM
(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.
« 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