Blender training series

User avatar
Nathan.S
Member
Posts: 1147
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21
Location: Bigsby Texas
Contact:

Re: Blender training series

by Nathan.S » Post

I hadn't thought of that, maybe just try linking object data from the object to the other. It might work, so long as it didn't link the animation as well.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website, and brand new Minetest Modding Course

Nyarg
Member
Posts: 276
Joined: Sun May 15, 2016 04:32

Re: Blender training series

by Nyarg » Post

Wow I found something without any scripting !

Alt+d make deep linked object
then in Outliner in new object delete Armature
now split 3d views and press localLayer enabled

and tadaaaam ! Profit )
Image

Now I edit weight of static copy mesh even animation still playing on original mesh and see all edits live )
I am a noob. still yet. Not so noob ) [vml] WIP and a little proof for fun PlantedTorch )))
MT Strike 78a36b468554d101e0be3b0d1f587a555f396452 Great! Somebody have found it )
"My english isn't well" I know. I'm sorry )

User avatar
Nathan.S
Member
Posts: 1147
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21
Location: Bigsby Texas
Contact:

Re: Blender training series

by Nathan.S » Post

Beautiful. I tried to accomplish the same, but never got it to work, glad you figured it out.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website, and brand new Minetest Modding Course

Robsoie
Member
Posts: 104
Joined: Fri Apr 29, 2016 16:22

Re: Blender training series

by Robsoie » Post

Hello,

I was toying thanks to the remesh modified in "block" mode, i quickly made a simple mountain from a quick sculpt usage.
Then textured the result for fun:
Image

It made me then wonder, because with time and commitment you can sculpt some interesting landscape that the Minetest mapgen will not generate by itself and thanks to the remesh modifier obtain a cubic conversion of your work.

Now exporting in .x or .b3d would only lead to it being an object and not a diggable mountain, while a mts schematic file would be diggable.

So my question is : it is possible to obtain a mts schematic file out of a Blender model like that ?

User avatar
Nathan.S
Member
Posts: 1147
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21
Location: Bigsby Texas
Contact:

Re: Blender training series

by Nathan.S » Post

There isn't any such method that I know of. However there are a few things I haven't ever looked at that might be able to get close, though not using blender.
World painter viewtopic.php?f=14&t=16649
Or this viewtopic.php?f=11&t=13316&p=193087&hilit=R2d2#p193087

I have not used either of these tools, but they might give you something to work with.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website, and brand new Minetest Modding Course

User avatar
TumeniNodes
Member
Posts: 2943
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: Blender training series

by TumeniNodes » Post

A Wonderful World

Robsoie
Member
Posts: 104
Joined: Fri Apr 29, 2016 16:22

Re: Blender training series

by Robsoie » Post

Thanks for the links , i will have lots of testing to do :)

User avatar
BirgitLachner
Member
Posts: 393
Joined: Thu May 05, 2016 10:18
In-game: Bibs

Re: Blender training series

by BirgitLachner » Post

Hmmm ... I just have a question ... not about Blender, because I saw some of the videos of Nathan and even other german about UV-Editing and bought a book that will be usefull later for more advanced models.
And now I have a first model and a texture that I tried to design in Gimp and now want to create a "node" (is it a node or something else!?) that I can build in Minetest.
I already had a look at mods using Blender files and found the page "https://wiki.minetest.net/Using_Blender" but I do not find good informations how this new node/object/... should be defined in th init.lua file!?

Some text-information with a simple example would be the best, any other help is welcome, too.

Thanks, Birgit

PS: Just one additional question: is it important, that my object is in the standard block area (cube with the length of 1 around 0,0,0)?

User avatar
Nathan.S
Member
Posts: 1147
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21
Location: Bigsby Texas
Contact:

Re: Blender training series

by Nathan.S » Post

It is a node, unless you plan on having it be an entity, though you typically don't build those.

To use your mesh/model you need to define a node as usual and use the mesh drawtype and then list the name of the mesh, like this.

Code: Select all

   drawtype = 'mesh',
   mesh = 'drinks_press.obj',
I actually created a video just about how to use the meshes in Minetest, and this article contains the code that is used. http://nathansalapat.com/minetest/using-meshes

Hope this helps.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website, and brand new Minetest Modding Course

User avatar
BirgitLachner
Member
Posts: 393
Joined: Thu May 05, 2016 10:18
In-game: Bibs

Re: Blender training series

by BirgitLachner » Post

Thanks ... will try it whne I have some time.
Birgit

Mjollna
Member
Posts: 14
Joined: Tue May 01, 2018 12:37

Re: Blender training series

by Mjollna » Post

Hi !

Thank you very much for these videos, they've helped me to better figure out how to create animated models and import them into Minetest :)

User avatar
Nathan.S
Member
Posts: 1147
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21
Location: Bigsby Texas
Contact:

Re: Blender training series

by Nathan.S » Post

Mjollna wrote:Hi !

Thank you very much for these videos, they've helped me to better figure out how to create animated models and import them into Minetest :)
That's great to hear.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website, and brand new Minetest Modding Course

Post Reply

Who is online

Users browsing this forum: No registered users and 10 guests