Top 5 Features list for V3 !
 1-19  …  280-299  300-319  320-339  340-359  360-379  …  440-442

Previous
Next
 From:  TpwUK
3628.320 In reply to 3628.319 
This is a 0x1A crash and says it's to do with memory, but I still can't hunt it down, but my computer also bombs our V-Ray and rhino which is a pain in the butt, however that behaviour does not BSOD, but this is the only computer that i have ever had that crash's whilst it is in actual sleep mode. I can get busy doing things for my disabled partner and the screen will go from log-on/welcome screen to "no video available" - set by my screen when the pc goes to sleep, and then sometimes you walk past and for some unknown reason the BSOD is there.

Beats me - lol

Could be dodgy RAM or maybe a core on the CPU, or possibly the graphics card and the way windows 7 now uses virtual memory with video memory, all i know is that its a pain.

Martin
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
3628.321 In reply to 3628.320 
Hi Martin, yeah to stabilize it you've got to try and narrow down what's the bad part.

For bad RAM the best way to test it is to use memtest86 http://www.memtest.org/ (you need to set up some kind of bootable method like set up a bootable USB key or CD-ROM), and let it run for a few hours or overnight and if it detects a failure, you can be pretty certain that it's bad RAM.

If you can get a failure on memtest86 then replacing the RAM would probably be your best bet. Or if you have multiple RAM slots filled you could try removing just one of them at a time and re-run memtest86 to see which one is the bad one.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
3628.322 In reply to 3628.309 
Hi Jan - re: golden ratio snap on a bendy curve instead of a straight line - what will happen in that case is that you'll get the ratio snap on an imaginary line between the curve's endpoints.

> If used on a an angeled line both snaps appear perfectly but interestingly the
> scrips seems to interfere with the perpendicular help-line from this point, as
> this option does not show up in activated 'golden snap' mode.

This looks like something that needs to be tuned up in the snap engine - right now it appears that a "script added" snap like this does not get processed with the same stuff as other snaps in regard to things that use other properties of the object the snap point is on.


- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
3628.323 In reply to 3628.313 
Hi Paolo,

> I use the curves and the planar command in moi3d to make virtual friskets in Artrage.
> It would be helpfull if i could see the Artrage canvas through the Moi3d viewport.
> When i have finished the job in Moi,then i use copy-paste to place the result in Artrage.

You could do that by taking a snapshot of the Artrage canvas and saving it as an image file, and then bringing that image file into MoI as a background image, using the View > Image command:
http://moi3d.com/2.0/docs/moi_command_reference5.htm#image


> Question : Is it possible to make the viewport transparent (like a alpha channel color),
> but not the cuves.

No, there's no mechanism for making the viewport transparent in such a way as to actually expose totally separate application windows behind the MoI window - but the background image mechanism is set up so that you can place an image as the background of the viewport and have your curves drawn on top of it.

Basically the tracing mechanism in MoI is oriented towards tracing over an image, not for tracing over separate running applications. So you need to take a snapshot of your other application and put it into an image file to get what you are asking here - once it is in image form then you can use the background image mechanism for tracing over it.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  TpwUK
3628.324 In reply to 3628.321 
I love memtest86 - I run it on all my computers after i have built them up and they get left on that for at least 10 full cycles or even up to 24 hours. Admittedly this RAM has not been re-tested and it's now very nearly a year old. I hate trying to solve intermittent failures like this because you think you have it sorted right up to the point where it does it again.

I have been a staunch fan of AMD processors but their continuing failure to keep up with Intel is starting to sway my opinion, once the new Bulldozer II's are on the scene and have been tested i will bet in a better position to say what the new box will have inside it ? Now that I am favouring MoI over Rhino these days do you have to or intend to do any code tweaking to make MoI more responsive to AMD's single core based application problems (AMD's new processors suck on applications that do not use more than on core) or is this problem down to MicroSoft and AMD to sort out ?

Martin
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
3628.325 In reply to 3628.324 
Hi Martin, well it sounds like you already know how to handle it!

> I hate trying to solve intermittent failures like this because you think
> you have it sorted right up to the point where it does it again.

Yeah intermittent failures are definitely the worst, and sometimes there isn't any really good way to solve them aside from one-by-one swapping components out with a new one, but of course that requires a duplicate set of all your system components to be available.

But if you can reproduce the failure while running under memtest86 that should really help to narrow it down though since it should take other stuff like the video card out of the picture and probably then more directly point to bad RAM or I suppose possibly the CPU but most likely RAM.

From what you are describing behavior wise bad/flaky RAM does sound most likely.


> I have been a staunch fan of AMD processors but their continuing failure to
> keep up with Intel is starting to sway my opinion, once the new Bulldozer II's
> are on the scene and have been tested i will bet in a better position to say
> what the new box will have inside it ?

Intel certainly does seem to be a fair ways out in front these days I guess unless you are running some kinds of server oriented stuff.

I myself have just recently built a new box with a Core i5 in it, which has a reasonable price.

There doesn't seem to be anything particularly wrong with the AMD stuff, it's just lagging behind in performance to a certain degree but certainly will certainly still work fine in general.


> Now that I am favouring MoI over Rhino these days do you have to or intend
> to do any code tweaking to make MoI more responsive to AMD's single core
> based application problems

I do intend in the future to add more things that take advantage of multiple CPU cores. But dealing with parallel execution tends to be very tricky though, and it's notoriously easy to create really difficult to nail down bugs with it, so it tends to be a particularly delicate and time consuming area of coding work.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  TpwUK
3628.326 In reply to 3628.325 
Hi Michael,

> I do intend in the future to add more things that take advantage of multiple CPU cores. But dealing with parallel execution tends to be very tricky though, and it's notoriously easy to create really difficult to nail down bugs with it, so it tends to be a particularly delicate and time consuming area of coding work.

We discussed the perils before with multi-threaded apps, and yeah i understand the problems associated with them, i was just Referring to the way the new AMD chips process single core apps, I know that Microsoft had to release patches for XP onwards to handle the code better within the their OS's, I just wondered if you needed to tweak MoI to make it better suited to AMD cores, or whether it's a "guts of the OS" problem ?

Martin
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
3628.327 In reply to 3628.326 
Hi Martin,

> I know that Microsoft had to release patches for XP onwards to handle the
> code better within the their OS's, I just wondered if you needed to tweak
> MoI to make it better suited to AMD cores, or whether it's a
> "guts of the OS" problem ?

It was a "guts of the OS" problem - something to do with adjusting the behavior of the thread scheduler that distributes threads to run on the different available CPUs.

Once the patch is in place for it, it solves the problem at the system level and so individual applications do not need to do anything extra to avoid that particular problem.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Lejan
3628.328 In reply to 3628.314 
Hi BurrMan,

good you mentioned the 'standalone' versions, as I was only drawn towards the Rhino plug-in.
I will try out the 'closed obj forms and will give you some feedback if I could get it to work
on parallels on a mac.

Jan
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Lejan
3628.329 In reply to 3628.314 
Hi BurrMan,

the resurf 3d program crashes immediately the moment a *.obj is loaded on my installation.
I tried objects exported from MoI, Cinema 4D and Rhino yet all of them crashed the program.

The surface program instead worked fine and created pretty good results. The pricing though
is way above my need to use it.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  BurrMan
3628.330 In reply to 3628.329 
Yeah, I had poor results with the obj one too. But I think it just needs more time put in to learn what it is expecting.. It is a very tricky area... The surface one works. You just need to open up your models, so you cant really do "entire heads" and such.

The other thing, is like mentioned in the original postings, the NURBS surfaces created will be "HEAVY", if you are trying to match anything of detail... Pretty much not a workflow to use. The higher end ones I think will produce something more usable though... But if $120 is out of budget, then $15,000 is pretty much not looking too good either!!! lol The other thing with the expensive ones... I think there needs to be lots of time put into the understanding of whats happening and "when, why and how" type stuff.. It's not just pushbutton. So a couple years to get good at it.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  shayno
3628.331 In reply to 3628.12 
There is a great script to toggle between 3 different settings that will cycle between 5 10 and 25 then back to 5 you can change them yourself , for quick detail adjustment. just copy into the command line

script: /* Toggle mesh angle */ var newang, ang = moi.view.meshAngle; if ( ang == 5 ) newang = 10; else if ( ang == 10 ) newang = 25; else newang = 5; moi.view.meshAngle = newang; var sidepane = moi.ui.getUIPanel( 'moi://ui/SidePane.htm' ); var endsection = sidepane.document.getElementById('MiddleBody').nextSibling; if ( endsection.lastChild.id != 'angval' ) endsection.insertAdjacentHTML( 'beforeEnd', '' ); endsection.lastChild.innerText = newang;

cheers
shayne
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Sonk (SON_KIM)
3628.332 
Just wanted to throw my wishlist in also!

1. 64-bit, So I can handle bigger data sets in moi3d, hopefully this means increased in performance also.

2. Separate surfaces base on edge selection(i.e. edgeloop) This will save me lots of time!

3. Lattice deformer: I can see this opening up many possibilities for free form modeling!

4. Improved Network

5. Fillet multiple edges with different edge width
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Mike K4ICY (MAJIKMIKE)
3628.333 In reply to 3628.332 
> Lattice deformer (???)

Is that the same thing as "Cage Edit" in Rhino and the NURBS equivilant to Sketchy FreeForm Deformer in SketchUp?

See Here: http://www.rhino3d.com/5/help/commands/cageedit.htm



Man, I would love that tool!!!


Michael, I have a request that just occurred to me. :-/
Would it be possible to add the ability for Circular Array to have a two-point, 3D axis? (just like the Revolve tool lets you do)

Yes, there are three ways to work around this. 1) Rotate your object to a flat plane, go to a view and Circular Array... then rotate back. 2) Change your view-plane axis (that scares me a little still). 3) Use Rotate by axis... but you gotta know your angle.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
3628.334 
A circular selection
---
Pilou
Is beautiful that please without concept!
My Gallery
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
3628.335 In reply to 3628.333 
Hi Mike, yeah right now the main way to do the circular array by 2 points would be to set your construction plane (View > Cplane) to have its z axis running along the axis you want to use. Then when you're done it's easier to reset the cplane (right click on View > Cplane) than it is to relocate objects around.

It could still be a possible feature to add in an axis to the circular array command, but do you need some tips for working with the construction plane right now? Would you like to start up a new topic with an example file that has an axis line in it and an object you want to array so I could show you some steps for setting up the cplane?

But basically if you draw in a line where you want the array axis to go, if you then place the cplane onto the start point of the line, it will automatically orient its z axis to point along the line's direction (unless you turned off "Align to objects") so you don't have to do any other fancy repositioning after the initial placement, you would just right-click to accept the default orientation and then your drawing plane will be set to the plane you need. Then when you're done with the array right click on View > Cplane to reset it back to the default world axes.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Mike K4ICY (MAJIKMIKE)
3628.336 In reply to 3628.335 
> Would you like to start up a new topic with an example file that has an axis line in it and an object you want to array so I could show you some steps for setting up the cplane?

Thanks Michael! Yes, I'll do that...

Oh! I can Blend and Loft a cat and dog together, but these "orienteering" tools to me, are like that last can of food in a famine that just happens to be sardines! (you're so hungry... but yuk? :-/ )


I wouldn't mind a two-point (3D-space) axis option in the future for Circular Array, does works great for Revolve. :-)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Rich_Art
3628.337 In reply to 3628.334 
>>A circular selection <<

2nd that. :-)

Peace,
Rich_Art. ;-)

| C4DLounge.eu | Our Dutch/Belgium C4D forum. |
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Tree (TREELOY)
3628.338 
64 Bit support! Sure there are ways to reduce (for example) exporting of heavy models, but using the full 16 Gigs on my system would surely help to avoid the ever-occuring "Insufficient memory" error, or not? Not really sure of all the actual pros/cons of a 64-Bit compared to a 32-Bit. But is that really a question these days.? 64-Bit is eventually the way it will have to go anyway. Or is there a reason to hold out?
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
3628.339 In reply to 3628.338 
Hi Tree,

> Or is there a reason to hold out?

The main reason is just the amount of work required on my part - producing a 64-bit version would be a major undertaking, I would need to switch to a different compiler, update all libraries that MoI uses and deal with changes and incompatibilities from that, and then also manage more versions of MoI since I don't think I can drop the 32-bit version right now since there are still a lot of users on somewhat older 32-bit machines.

The amount of work involved is enough that it's unlikely to happen anytime too soon - if I were to dig into it, it would require a lot of time focused only on that which would displace quite a large number of other features.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
Show messages:  1-19  …  260-279  280-299  300-319  320-339  340-359  360-379  380-399  …  440-442