Jump to content
The Dark Mod Forums

All about blender


lost_soul

Recommended Posts

Unfortunately vertex painting does not load. When I import LWO back to Blender 2.70 vertex paint is preserved. Darkmod however ignores that. Are we sure that id tech 4 can read vertex paint from LWO? I assume it can.

You can only export one model. Well, you can export multiple models, but only one will be loaded in Darkmod, so you have to join models before export. You can have multiple materials inside one LWO.

There is another problem. Material name in Blender can have maximum 63 characters. That means that some longer material names from Darkmod will not fit.

It's only a model...

Link to comment
Share on other sites

Are we sure that id tech 4 can read vertex paint from LWO? I assume it can.

 

Yes, as long as the material shader is set up to use it.

Link to comment
Share on other sites

Small update. Two guys had been working on the LWO exporters at the same time. They agreed that only one will continue. So the first exporter had been updated to work with Idtech 4. Unfortunately, vertex painting will not work in Darkmod. It has some additional options, like triangulating mesh on export. It sets origin of the LWO at the origin of the model in Blender rather then at the centre of the grid like the other exporter, which is neat.

It's only a model...

Link to comment
Share on other sites

It's not something we use very often...I've never done it myself, but some people have done it to create texture blending on terrain models. I couldn't point out any models that use it off-hand.

Link to comment
Share on other sites

  • 3 weeks later...

http://www.blendswap...ends/view/74114

 

This is awesome. Its a highly detailed complete house, both inside and out. I walked around it for a wile, but rendering it would be extremely slow because if you want to e.g. render an image in one of the bathrooms, it has to STILL render the entire world in the background. The house isn't split up layer-to-room, its split up by windows on a layer, doors on another, ceilings on another, etc.

 

We need computers that are about 1000x faster than the hardware we have today. Then we can have games that use the cycles engine in real-time!

Edited by lost_soul

--- War does not decide who is right, war decides who is left.

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...

I made my first animation tonight. Its just a simple hallway, with a window on the side and light coming in. I have a blue object traveling through the hallway, past the window. This is using Cycles. Why'd I do it? I wanted to see the kick-ass global illumination effect in real-time. As the blue object passes the window, it receives the bright sunlight, but splatters blue light onto the rest of the room as it goes by.

--- War does not decide who is right, war decides who is left.

Link to comment
Share on other sites

By the way Cycles now has baking, so you can bake all these effects to textures. Here's a thread at Blenderartists where people show baking in Cycles:

 

http://p3d.in/NBvYS

https://skfb.ly/zXs9

 

You can bake normalmaps in Cycles too. There's a feature added which was not in old renderer - a cage.

It's only a model...

Link to comment
Share on other sites

  • 2 months later...

I figured this is the best place to put this.

 

No lies, just yesterday morning I was still swearing at Blender and not much able to do anything beyond render that damn monkey (Blender users will know what I mean). An hour after that swearing session I found

. It needs a few million more views. It's crazy how it's gotten so few, because so far this is the best Blender modeling how-to vid I've come across. Proof?

 

A few hours after watching that, I was looking at most of a horse. He still doesn't have a head and is still very rough (and his conformation needs tweaking: slightly pigeon-toed), but:

 

 

Horsie.png

 

 

Horsie2.png

 

 

 

(caveat: sculpting in clay, wood, and stone is something I've done a lot of, so my first attempt results may reflect that)

 

So anyway, just posting this here as a reference in case anyone else has Blender but is still swearing at it.

Edited by Nic75
Link to comment
Share on other sites

I understand that in games, it is bad to have overlapping geometry. Consider a wall with support beams that actually go through it, instead of stopping at the edge. Is this bad for CG in general? If I'm making an animation, is it important to not have any intersecting geometry? I've seen a lot of CG models (not for game use) made by others that have this, and nobody seems to care.

--- War does not decide who is right, war decides who is left.

Link to comment
Share on other sites

The beam through the wall example is intersecting mesh, which is bad on a calculation level: some game engines go "WTF?!" and you get lag and stutter. Then there's face-count to consider-- the more faces in your model, the harder the game engine has to work. Intersecting faces, even those on the inside of the model, are still counted. The same goes for overlaps-- if the tops of your chair legs are faces, and the bottom of the chair seat has faces, and you just parent the legs to the chair seat, you now have added the faces of the leg tops to the chair seat, and the game engine will have to count those extra polys.

 

Intersecting mesh in a poseable model isn't a good idea, because it can make the mesh skew and stretch in ugly ways. If you want to see what that looks like, download Daz Studio (it's free), use google to hunt up a free user-made/user-morphed character, and move it around. The reason why its "skin" does very strange things is because of intersecting geometry, which affects UV unwrapping.

 

Then there's also what I've been learning about today: intersecting faces, if merged, result in multi-edged ngons, and reducing them to quads is essential in order to get a good UV map. I'll make my next model with edge loops (she says sheepishly).

Link to comment
Share on other sites

The beam through the wall example is intersecting mesh, which is bad on a calculation level: some game engines go "WTF?!" and you get lag and stutter.

 

Maybe some game engines have a problem with it, but the Doom 3 engine does not. Other than the slight loss of efficiency from rendering extra unseen geometry, there is no problem whatsoever with embedding a mesh in a wall or floor if it suits a mapper's purpose and they don't have the time or skills to create a modified mesh.

 

Of course it's best to avoid overlap entirely when creating new models, because they may be used lots of times and you want them to be as efficient as possible.

Link to comment
Share on other sites

Maybe some game engines have a problem with it, but the Doom 3 engine does not.

 

That's good to know. Thanks.

 

Of course it's best to avoid overlap entirely when creating new models, because they may be used lots of times and you want them to be as efficient as possible.

 

If I'm reading "lots of times" correctly, then: 1 candlestick with overlap, duplicated 10 times in the same room/area = that overlap multiplied by 10. And yeah, that doesn't sound good.

 

I'm trying to learn this modeling thing right. Ol' horsie ended up looking okay, but my topology was terrible, and I won't mention how many thousand faces went into this:

 

 

horsie_render5.png

 

 

Lesson learned: hammers are much easier than horses :P

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...

Running with dual GPUs is pretty cool. You can use one for cycles rendering and the other for displaying, (or gaming). It gives you a speed boost because your single GPU doesn't have to display the desktop and render the physics. It also gives you more memory to use, because that single GPU's memory isn't eaten up by the desktop/window manager.

 

You do not even need SLI, either.

Edited by lost_soul

--- War does not decide who is right, war decides who is left.

Link to comment
Share on other sites

Im using 3DsMax, not Blender, but I can recomend you this tutorial website: Digital-tutors . Im using it pretty often and its impressive how much you can learn in so little time. Ive got a bit of 3D modeling on universitty, and it seems that this site is even better than real life tuttor. It is payed, but usually you can take a look at a few first videos from each course for free. And if that course is what you are looking for, you can either pay subscribtion, or..

Edited by PPoe

He was sneeking silently in the night, moonlight was his enemy.

(Im not a native speaker, sorry for all miscleanous caused by my english..)

Link to comment
Share on other sites

I know that its moral grey area, on the other hand, in some countries the subscription is still very costly, mainly for peoples with little to no income (students etc..). The legaly payed subscription is definitelly the better way, but I decided to mention this possibility as well. Maybe that was a bad idea.. Anyway, its a great site and everyone should know about it.

  • Like 1

He was sneeking silently in the night, moonlight was his enemy.

(Im not a native speaker, sorry for all miscleanous caused by my english..)

Link to comment
Share on other sites

  • 2 weeks later...

I purchased DVDs from the Blender Foundation before, even though I was allowed to copy them. I would rather buy content than subscribe to anything. *EVERYBODY* wants you to subscribe to something these days: music, TV, online gaming, usage of fitness equipment... Before long, I'll need a subscription just to sit in a chair.

 

I again cannot understate how awesome using two GPUs in the same machine is with Blender Cycles. The 4 GB card can be crunching away on a render, and you still have the other card to game with or do anything else you would normally do. The machine is still super-fast, because the CPU is basically free too.

 

Also, they're making a better renderer for real-time graphics in Blender. That is exciting to see.

  • Like 1

--- War does not decide who is right, war decides who is left.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recent Status Updates

    • nbohr1more

      TDM 15th Anniversary Contest is now active! Please declare your participation: https://forums.thedarkmod.com/index.php?/topic/22413-the-dark-mod-15th-anniversary-contest-entry-thread/
       
      · 0 replies
    • JackFarmer

      @TheUnbeholden
      You cannot receive PMs. Could you please be so kind and check your mailbox if it is full (or maybe you switched off the function)?
      · 1 reply
    • OrbWeaver

      I like the new frob highlight but it would nice if it was less "flickery" while moving over objects (especially barred metal doors).
      · 4 replies
    • nbohr1more

      Please vote in the 15th Anniversary Contest Theme Poll
       
      · 0 replies
    • Ansome

      Well then, it's been about a week since I released my first FM and I must say that I was very pleasantly surprised by its reception. I had expected half as much interest in my short little FM as I received and even less when it came to positive feedback, but I am glad that the aspects of my mission that I put the most heart into were often the most appreciated. It was also delightful to read plenty of honest criticism and helpful feedback, as I've already been given plenty of useful pointers on improving my brushwork, level design, and gameplay difficulty.
      I've gotten back into the groove of chipping away at my reading and game list, as well as the endless FM catalogue here, but I may very well try my hand at the 15th anniversary contest should it materialize. That is assuming my eyes are ready for a few more months of Dark Radiant's bright interface while burning the midnight oil, of course!
      · 4 replies
×
×
  • Create New...