AimThe aim of this tutorial is to take a complete novice in using Blender through just the essential steps of creating a very simple placeable that can actually be used in NwN. My experience is that with few exceptions most tutorials for Blender (and most other 3D modelling programs) tend to overload you with way too much information that you don’t actually need when you first start out and for very little reward. With this tutorial I hope to change that in some small way.
*Example of a "Hello World" script written in NwScript - // Example of a "Hello World" program in NwScript // Put in the OnEnter event of a generic trigger void main() { object oPC = GetEnteringObject(); if(GetIsPC(oPC)) AssignCommand(oPC, SpeakString("Hello World")); }
Attachment | Size |
---|---|
the_simplest_blender_model_of_all.7z (140) | 1.67 MB |
Bonus PBR files for EE (92) | 970.04 KB |
Excellent !!! Like you said, finding basic Blender NwN tutorials is not that easy. So this one may immensely help with that very first step, always the most difficult one... Will try to make good use of this.
Thanks
CG
Brilliant and very thoughful inclusion here Sir Tarot Redhand.
Thank you so much.
Blender is sometimes bewildering in scope.
Furthermore, even more kudos for your recent other link to the new blender tutorial (@ExplainingComputers) on Youtube.
Much as I love my older Max, Blender has much more modern functionality, is open source and remains free.
Many blessings upon your house.
This is most welcome!
-------------- edit ----------------------------
It's an excellent tutorial, but still "only" 2d :-). The next step would be to create a simple polyhedron, I guess ... Do you have any suggestion where to continue (what to read)?
Having completed this tutorial I can vouch for it being very clear and easy to follow. Blender, for me, has always been a closed book but I managed this without any problem. I agree there should be a next step. How about the traditional wooden treasure chest? There is already a tutorial on YT for this but I suspect the difficult bit comes with the prep for bringing it into game through Neverblender - not that I know didley about these things ....
PS. I was almost going to dock you a point for the blank Blender screen as your pic but it's a nice day outside
See the promo thread in the Forums for a few suggestions.
TR
Great Work! More (Never)Blender tutorials are sorely needed. Bonus points for it being a pdf , I prefer written tutorials over videos.