POV-Ray : Newsgroups : povray.binaries.images : Makehuman 1.0.0 is here! Server Time
1 Aug 2024 06:20:14 EDT (-0400)
  Makehuman 1.0.0 is here! (Message 21 to 23 of 23)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Thomas de Groot
Subject: Re: Makehuman 1.0.0 is here!
Date: 5 Mar 2009 08:19:50
Message: <49afd176$1@news.povray.org>
"Chris B" <nom### [at] nomailcom> schreef in bericht 
news:49afa5f0@news.povray.org...
>
>
> You'd need to be able to get a position vector and an orientation vector 
> from somewhere. Once an object is defined as a POV-Ray object it can be 
> difficult to ascertain those things, particularly on a pre-posed model, 
> where the hairline could be just about anywhere and at any angle.
>
> If you get a mesh or mesh2 object where the head is tilted forwards and 
> maybe a bit sideways, maybe covered by the figures hands, then all you can 
> really tell from the hairline and body objects themselves is their minimum 
> and maximum extents. There's nothing available to POV-Ray to tell it the 
> orientation of the hairline object or the position of the hair growth 
> centre (or where a parting has to go etc.).
>
> On the other hand, if Poser gives you anything that fixes the skull 
> position in 3 places, then that can be used to deduce the orientation of 
> the hairline. E.g. the positions of the eyes and the top of the spine. 
> These values could also then be used to get an approximate position for 
> the hair growth centre point etc.
>

All right. That is a bit more complicated than I imagined, but not 
impossible I guess. I think that experimentation is going to be needed to 
see if all this is indeed able to be integrated.

Thomas


Post a reply to this message

From: gregjohn
Subject: Re: Makehuman 1.0.0 is here!
Date: 5 Mar 2009 14:35:00
Message: <web.49b02838fea29af834d207310@news.povray.org>
Okay, after some more tweaking, I've got two questions:

i) Is all the functionality there right now for making hair?  The only code I
see seems to want a "hair.inc" and I don't see anywhere that gets created.

ii) How are the eyes controlled?  In a few of my various renderings, I see eyes,
but haven't figured out how to actually make them appear.

iii) What will be the eventual use of all the joint variables?  I've made up
characters in povray before where I was able to animate them based on a given
set of joints-- I could share a youtube link if it's not overly obvious what I
mean.  Are you looking to have either a boned mesh whose bones are "animatable"
in povray, or a group of objects (thigh object, etc.) that are animatable?


Post a reply to this message

From: Chris B
Subject: Re: Makehuman 1.0.0 is here!
Date: 5 Mar 2009 16:50:29
Message: <49b04925@news.povray.org>
"gregjohn" <pte### [at] yahoocom> wrote in message 
news:web.49b02838fea29af834d207310@news.povray.org...
> Okay, after some more tweaking, I've got two questions:
>
> i) Is all the functionality there right now for making hair?  The only 
> code I
> see seems to want a "hair.inc" and I don't see anywhere that gets created.

No. The code for generating the mesh2 object from which the hairs will be 
grown is already there (the MakeHuman_Hairline group defined at the bottom 
of the makehuman_groupings.inc file). One of the examples in the generated 
scene file is designed to use an external hair generation include file 
"hair.inc" to grow hairs out of the object, but that isn't yet ready. When I 
have a version running properly my plan is to load this onto the Object 
Collection rather than distribute it with MakeHuman. The example in the 
generated scene file currently detects the absence of this file and just 
reports that in the message stream.


> ii) How are the eyes controlled?  In a few of my various renderings, I see 
> eyes,
> but haven't figured out how to actually make them appear.

The eyes are part of the texture map 'texture.tif'. They should appear 
wherever the standard texture is used (e.g. Examples 0 and 1 in the 
generated scene file). You can't currently do much to 'control' them unless 
you want to edit a copy of the texture map in a graphics editor. In the full 
function release I would expect that you'll be able to pose the eyes in 
MakeHuman (hopefully in May according to the current plan).


> iii) What will be the eventual use of all the joint variables?  I've made 
> up
> characters in povray before where I was able to animate them based on a 
> given
> set of joints-- I could share a youtube link if it's not overly obvious 
> what I
> mean.  Are you looking to have either a boned mesh whose bones are 
> "animatable"
> in povray, or a group of objects (thigh object, etc.) that are animatable?

The general answer is that I've attempted to structure this export to give 
POV-Ray users access to data that we can use in any way we want. The current 
use that I've put these particular variables to is to evaluate the position 
and orientation of body parts (initially to create the hairline object). 
They can also be used for positioning and orienting other POV-Ray props 
(clothing, walking sticks, glasses, car seats etc) relative to the generated 
human figure. It will be interesting to see how people use this data.

It should be possible to use this data to pose/animate other figures as you 
describe once the pose functionality of MakeHuman is available.  FYI, there 
is already code in the MakeHuman application (though not yet exposed through 
the GUI) to generate BVH files that could be used for rigging other forms of 
character in a variety of other modelling tools.  I have seen animation 
features on the list of things that the MakeHuman Team is planning to 
implement, though I'm not sure when we can expect this to be ready.

Regards,
Chris B.


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.