Planet Blender

v2-beta4 'Turning Pages'

... where Blenderheads live. Aggregate of blogs by Blenderheads
<
1 / 711
>
  • Blender 2.5 particle tutorials
    BlenderNation - 2010-09-01 11:55:08

    Reynante Martinez has published 4 very impressive detailed particle tutorials that cover if not everything you need to know about particle system. From getting start with basic parameters for both...

    [read the full article on blendernation.com]
  • Tip: Faking Reflections
    Blender Tutorials Downloads Videos & Education - Blender Cookie - 2010-09-01 11:29:42

    In this quick Blender 2.5 video tip we demonstrate how to easily fake reflections for objects when you do not have an environment around the object to reflect or do not wish to use raytracing.

    http://blendercookie.com
  • Characters, Renderfarm.fi and gold?
    Materia - The Awakening - 2010-09-01 11:06:07

    Okay i am bit hesitant to show this as it is still very much wip, but its showing some real progression anyway. Okay so what do we have actually here? This is Model we call “Anna” or just … “the little girl”. Her involnment in plot i’ll keep a secret for now, but she was modeled by Nicolas Mina, and now she’s waiting transfer to finish and polishing.

    Renderfarm.fi news

    We’ve been working with Renderfarm people to test out some new functionality they’ve been doing with WreckAmovie. Hopefully we can be of help, and we get in return fast support in problems, when rendering stuff at t he renderfarm fi. ALSO remember that by joinen Renderfarm.fi and if you take part in rendering of Materia 2 related stuff, you’ll get name on credits list.

    Years last mining trip

    As for myself, i’ll be OFF the project for about week or so, as i must attend to my Mining project (i have an gold excavation in Lapland), and as winter is coming i must go to shut down the place, and put everything in order for winter. But after that i’ll be back at the anvil, forging this film.

    Anyway, thats about all of it for now.

  • EEG mind reading audience watching Sintel trailer
    BlenderNation - 2010-09-01 09:06:50

    Many readers sent leading stories of this use of Sintel trailer in a demonstration of a mind reading hardware. EEG (Electroencephalography) is the process of recording brain activity. From the video,...

    [read the full article on blendernation.com]
  • Blender 2.5 r31689
    Letwory Interactive - 2010-09-01 08:55:52

    Hi, I’ve updated my builds over on Graphicall.org again.

    As always, you can find the links to these download pages also on the right side of my blog.

    Enjoy!

  • Compositing work on Title
    Reign of Fury - Blender Short Film Production Blog - 2010-09-01 08:30:21

    I’ve been working on the logo for the title sequence in the film. I’m not totally decided on how the animation will work, but I’m exploring colours and textures right now. This is the current status of the title treatment.

  • Ogg Theora vid of 3D spaceship model development
    Starbright Illustrations - 2010-08-31 16:21:03

    My enthusiasm for all things open source and free is now expanding to include video codecs. Whenever I have generated a video of my 3D work in the past I have saved it as a mov file to be played by a Quicktime plugin, but now I’ve gone ogg instead.

    Making my ogg file proved pretty easy, but embedding it into this web page was a beast. Wordpress uploaded my file but then insisted it was an audio file and refused to play it! I did get my video embedded of course but this nice informative article explains why the video codec situation is so confused making what should be a simple task such a pain. And this page has a great explanation and example of an ogg Theora player for embed. ogg video embed
    Embedding it was actually easy once I had found this link.

    It seems the whole problem is that the giant mega-corps behind the two proprietary browsers that most people have heard of, Explorer and Safari, are not keen on using a video standard that anyone can play with and use for free, with no restrictions. They would prefer people to carry on using avi, mp4 and mov instead for their films.
    Luckily Mozilla, the people behind Firefox, are more enlightened. Using ogg exclusively on my site means that someone surfing with Explorer or Safari is going to get an annoying little “your browser can not handle HTML5″ message, but I don’t see a way round this. I’m no longer going to prop up this crazy system of video standards where people are forced to pay royalties to write players that can actually play these ring-fenced video standards, and don’t get me started about flash. The sooner that dead end shrivels up and blows away the better.

    Anyway the video I’ve made is just a series of slides showing the evolution of the model to date. As you can see it’s gone through a lot of changes. You can read more at the dedicated 3D spaceship model page with the latest renders and the latest blend file to download.


  • TRICKLE n.3 Il mio primo post
    Trickle Project - 2010-08-31 16:07:49

    Ciao mi chiamo Guido, sono un giovane 3D artist che da grande vorrebbe fare l’animatore. Da un paio di mesi sono entrato a far parte della SparkDE con l’obiettivo di trasformare la mia passione in un lavoro vero e proprio! Francesco mi ha proposto di entrare nel team della terza edizione del trickle project come [...]
  • Blender Foundations follow up…
    harkyman.com - 2010-08-31 12:22:21

    The book has been very well received, and I want to thank those of you who contacted me personally about it. Much appreciated. I see this morning that Amazon only has two left in stock (more on the way). Wow! Never thought I’d do something that would “sell out.”

    On a down note, it seems that the Focal editorial team (who are generally superb) missed one edit I had given them. If you run across it (and you will), here’s the fix:

    In Chapter 4, when we work through modeling a chair, I had indicated to them to remove the instructions on using the Bridge Faces tool and provided new instructions for doing it “by hand.” They added the “by hand” section, but didn’t remove the other. So, when you come to the bit about “bridge faces,” just skip the rest of that paragraph and move onto the next one. Sorry about that. Hope you didn’t give up on Blender in frustration when you hit that part.

    And please remember, if you’re stuck, have a question, etc., you can email me at the address found in the book. I almost always respond the same day, and really do love hearing from people who are using the book.

    Cheers!

  • Getting started: Python scripting in Blender 2.5 on Linux
    goplexian.com | animation, modeling, scripting - 2010-08-31 11:39:00

    First, on Linux for Blender to launch properly it must be set to launch from a terminal or console window.

    The reason for this is because the output from Blender scripts is displayed in the console window which Blender was launched from, so if you just click an icon to launch Blender then you need to right click that icon and change it so that it launches blender from a terminal. In Gnome this is easy just right click the icon and go to properties, this will open up the "Launcher Properties" window and then set the Type to "Application in Terminal" instead of the default which is just "Application".

    Here is a screenshot of the the Gnome Launcher Properties window and how things need to look to launch Blender properly on Linux.



    Second, if you want to do Blender scripting you should really get your head wrapped around the Python language itself first. You don't need to be a Python master, but you need to at least understand the basics.

    So if you don't know any Python or just don't feel confident about what you do know, then my advice is stop reading this and go do some Python lessons first. A good place to start is Zed Shaw's Python primer entitled "Learning Python the Hard Way" it is short and well written and will probably make you a bit uncomfortable but in the end you will come away with a good understanding of what Python is and how it works.

    Zed is a bit of a genius slash screwball but he takes the right approach more often than not and "Learning Python the Hard Way" is as a result a great book for beginners.  For any who might be Zeds' fan's, the screwball remark was just a joke, I've met Zed and he is a very nice fellow, over nine feet tall, shoots fireballs out of his arse. ;)

    Now you may hear some people say that you don't need to know Python to start scripting in Blender, and I suppose to a certain extent that might be somewhat true, but it really depends upon how limited your goals are. If you just want to figure out how to copy and paste a script which someone else wrote then I suppose you don't need to understand Python, but if you want to understand how a script works and possibly modify it, or improve it, then you will need to know Python and that is all there is to it.

    So go learn some Python, it's good for you.

    Now in line with Zeds recommended practice of writing scripts out by hand and then figuring out what they do by running them head on over to the Blender Artists Forum and check out this thread by Crouch he goes over 15 different Blender 2.5 scripts, write out each one of them by hand and then run them yourself in Blender.

    If you get stuck, or you are unsure of what a particular method does then just look it up in the Blender 2.5 Python API Documentation, if you still can't figure out how it works then maybe just skip it and move on to the next script, but make a note to come back and look at it again in a few weeks and see if it makes more sense.

    You should also look at the Blender 2.5 Python API Introduction it briefly goes over all the basics of how the API works and what each of the major components does.

    I hope you find this to be a useful introduction to scripting in Blender and I hope you take my advice about studying Python. Blender and Python are a powerful combination, and the only thing holding you back from harnessing that power is yourself.
  • Go Blogger!
    Aligorith's Lair - 2010-08-31 11:08:00

  • Remake – Version 0.2
    Morevna Project - 2010-08-31 10:12:58

    I am proud to announce new version of “Remake” – unified build system for animation projects. It’s purpose to automatically track changes in your project files and update rendered footage.

    Download remake-0.2.tar.gz

    What’s new:

    • Support for the Blender 2.5x.
    • New “-t” option to run multiple jobs in parallel when rendering footage.
    • New “snapshot” feature – you can save the current rendering as video file to track your “work in progress” changes. This feature is especially useful when your project is under version control. See manual page for more information.

    See also:

  • New transform widgets for Naali
    Letwory Interactive - 2010-08-31 08:31:09

    In my work on the manipulators of Naali I found the code doing weird reorientations and scalings to have them look ok on screen. This made the code needlessly complex. I looked at the original .blend file and found a number of issues with the models.

    Firstly, the object axis is misaligned. When you’re modelling with Blender for realXtend and Naali, you should make sure that object axis is aligned with world axis. This is true for widgets and objects that need to be aligned with the world axis of realXtend and Naali, which happen to be the same as Blender. Secondly, the widgets were scaled in code to be of a different size. Instead I now model them on correct scale right away. Thirdly, the widgets had more complex geometry and lastly, there were a lot of redundant materials lying around, so it was easy to pick out wrong materials instead of using those that should’ve been used.

    After addressing all these issues I also could remove and simplify much of the code for initialising and basic handling of the manipulators (high-lighting, axis determination). Work continues in perfecting these for proper usage, with upcoming rulers to guide users with their transforms.

    To conclude, here are the current widgets:

    Rotate Manipulator for RealXtend NaaliScale Manipulator for RealXtend NaaliMove Manipulator for RealXtend Naali

  • Blendm3, StarCraft 2 models importer
    BlenderNation - 2010-08-31 08:12:42

    Blendm3 is a Blender plugin to work with StarCraft 2′s m3 files being developed by Alexander Stante. While animation and exporting aren’t yet supported, they are already in their...

    [read the full article on blendernation.com]
  • Creature Head Retopology and Normal Mapping
    Blender Tutorials Downloads Videos & Education - Blender Cookie - 2010-08-31 00:42:11

    In this Blender 2.5 video tutorial we retopologize a high-resolution, sculpted creature head to create a low-resolution version suitable for rendering and/or a realtime envrionment. We also go on to bake out a normal map from the high-resolution model to the low-resolution. Support the site – Download includes: High resolution .mov Video .blend file

    http://blendercookie.com
  • I’m back from hollyday
    Tinker Code - 2010-08-30 17:46:00

    Hi all Just a quick post because today I’m trying very hard to update myself from a full offline month ! my email inbox is nearly to explode I have make some progress to unlimited Clay as a modifier, I have replicated (in a non relesable form yet) the previous funtionality but now as a [...]
  • making title sequence for our film
    KICHAVADI - 2010-08-30 16:22:00

    Title sequence of our film is done with Gimp and cinelerra.. Great apps to work with.. Its in final stage now.. Next is optical transfer of the sequence..
  • Meeting minutes, 29 August 2010
    BlenderNation - 2010-08-30 13:49:39

    The developers’ meeting notes this week, only one main topic was discussed, “Blender 2.5x todos and beta release” Ton Roosendaal writes: Hi all, Only one main topic was discussed:...

    [read the full article on blendernation.com]
  • 5 minutes PS3 reviews
    Elvis Alistar's Blog - 2010-08-30 13:33:09

    A very good friend of mine started a new blog called “5 minutes PS3 reviews“. If you are one of those busy people who own a PS3 but don’t have the time to sit and read through lengthy game reviews on dedicated websites and you are not sure which PS3 game to buy next, then [...]
<
1 / 711
>
<
2010-9
>
 
 
1
11
2
6
3
0
4
0
5
0
6
0
7
0
8
0
9
0
10
0
11
0
12
0
13
0
14
0
15
0
16
0
17
0
18
0
19
0
20
0
21
0
22
0
23
0
24
0
25
0
26
0
27
0
28
0
29
0
30
0