Bf-Blender 2.5 /Windows : build updated when needed.
Moderators: jesterKing, stiv
As you see, 2006 is less impressive than 2005 .
Zoo-3D.Blender, Ze French-Speaking Community SKB My french book about Blender.
2006/11/26 build : no alt key in the text editor .
big problem with the text editor :
http://projects.blender.org/pipermail/b ... 08266.html
http://projects.blender.org/pipermail/b ... 08266.html
Zoo-3D.Blender, Ze French-Speaking Community SKB My french book about Blender.
Attention : in the 12/02 version the dupliverts function only works with selected vertices (particles should work correctly) . I just tested these lines :
in anim.c
Code: Select all
static void vertex_duplilist(ListBase *lb, Scene *sce, Object *par)
{
...
MVert *vdata;
...
for(a=0; a<totvert; a++) {
vdata = dm->getVertData(dm, a, CD_MVERT);
if (vdata->flag & SELECT)
{ dm->getVertCo(dm, a, vec);
dm->getVertNo(dm, a, no);
vertex_dupli__mapFunc(&vdd, a, vec, no, NULL);
}
...
}
Zoo-3D.Blender, Ze French-Speaking Community SKB My french book about Blender.
Sorry,
for the moment, I just make win32 builds .
for the moment, I just make win32 builds .
Zoo-3D.Blender, Ze French-Speaking Community SKB My french book about Blender.
problem with the open exr version1.4 since yesterday, 14h00
The new win32 zipped RC1 is available on the zoo/blender's directories .
Zoo-3D.Blender, Ze French-Speaking Community SKB My french book about Blender.
-
- Posts: 0
- Joined: Sun Dec 11, 2005 12:18 am
- Location: Germany
- Contact:
Just a note : Blender RC1 243 win32 and this build use exactly the same environment ( MSVC 7.1 ) for compilation .
Zoo-3D.Blender, Ze French-Speaking Community SKB My french book about Blender.
-
- Posts: 0
- Joined: Fri Dec 31, 2004 3:33 pm
has anyone a problem with change form edit to object mode? I have a problem and blender crashes everytime. I tried to change some properties of the object light an mesh but nothing works it is since the rc1.:'( i always use jms builds.
http://www.mathematik.uni-marburg.de/~m ... thSD.blend
It's also interesting if it happens on other pc, too.
http://www.mathematik.uni-marburg.de/~m ... thSD.blend
It's also interesting if it happens on other pc, too.
Right, this file crashes here too .
Zoo-3D.Blender, Ze French-Speaking Community SKB My french book about Blender.
But it works with the today version .jms wrote:Right, this file crashes here too .
Zoo-3D.Blender, Ze French-Speaking Community SKB My french book about Blender.
Hmm, tried to work with the new multilayer images feature. I am able to render a multilayer image but Blender (the CVS build as well as 2.43 RC2 / WindowsXP) crashes when I try to load the rendered image into the compositor.
Has anybody else tried this and had the same problem? Do I have to add some libraries to load multilayer images?
EDIT: reported to bug tracker
EDIT2: fixed by Ton
Has anybody else tried this and had the same problem? Do I have to add some libraries to load multilayer images?
EDIT: reported to bug tracker
EDIT2: fixed by Ton

Return to the old CVS zoo/build.
Different splash, icon and .B.blend.
Different splash, icon and .B.blend.
Zoo-3D.Blender, Ze French-Speaking Community SKB My french book about Blender.
I Confirm. With this build and with a cleaner one (a kind of RC) made this night.poutsa wrote:In the CVS Test Build Date:05/03/ if you add a Time Node in the Compositor Blender Crashes!
Can you confirm this JMS?
Thans
seeyA
Zoo-3D.Blender, Ze French-Speaking Community SKB My french book about Blender.