Blender Git Commits

Blender Git "master" branch commits.

Page: 5530 / 5574

July 23, 2003, 17:51 (GMT)
Don't fail cleaning if the locale directory doesn't exist.

Reported by Frank W. Samuelson among others.
July 23, 2003, 09:47 (GMT)
- tiny changes:
- more crispy splash screen from Matt
- insert key menu reworded in more logical way ("Nah, the other kind" :)
July 23, 2003, 00:24 (GMT)
fix bug #397:
shift+o caused a crash if no object was active (tsk...)
July 22, 2003, 21:50 (GMT)
bugreport from intrr:

- spec was at wrong location in shaded view
- shaded view didnt do 'nospec' and 'nodiffuse' options

Both fixed!
July 22, 2003, 21:17 (GMT)


Images in Sequence editor work again! Isn't this great! :)
July 22, 2003, 20:50 (GMT)
- updated release release number. :)
July 22, 2003, 20:38 (GMT)
- fixed .B.blend, with hacked in version number 2.27... otherwise it does
not show a splash, hah!
July 22, 2003, 19:49 (GMT)
- new standard .b.blend file which has changes:
- the plane has a material
- material has texture
- scene has a world
- default set 'draw faces' and 'draw edges'

that last one for the noobies, to prevent them complaining!

- added a note in interface.c about the new api doc

- forgot to commit blender.c, for setting the G.f from the file
(this will save faceselect and vertexpaint mode too)
July 22, 2003, 18:42 (GMT)
* Fix an ugly crash when retrieving an object and trying to get the ipo from
it. Ouch, I really need to remove those small parts of duplicate code for
2.29 - too much maintanance which eventually goes wrong.
Revision 9ab3278 by guignot
July 22, 2003, 18:11 (GMT)
addition of a small example
July 22, 2003, 16:19 (GMT)
- reverted change which only displayed lamp icon in buttons-header when a
lamp was selected.

- left in that; when a lamp is selected with materialbuttons open, it goes
to lampbuttons automatic, and vice versa
July 22, 2003, 14:28 (GMT)
- fixed 'HOME' option for action window. it had a wrong 'max zoom' setting.
also provided a patch in do_versions to make saved action windows work.

now you can zoom out nicely again!
Revision 68c3a6d by guignot
July 22, 2003, 13:56 (GMT)
removed the patch for ipo attr, which had side effects
July 22, 2003, 12:49 (GMT)
- tinsy bit toned down new color for rvk sliders, to match the blender
scheme
- restored commented out test_view2d() call in changeactionspace(). this
fixes the errors when opening a new or larger action window, with wrong
layout/matrices
(HOS: can you verify that doesnt break stuff?)
Revision 4f83159 by Chris Want
July 22, 2003, 02:38 (GMT)
Fixed it so that add nla strip works even when databrowse is not needed.
July 22, 2003, 00:27 (GMT)

Exppython docs:
- Updates and fixes to the documentation files, only, no code involved.
Revision 9a5cf3c by guignot
July 21, 2003, 21:58 (GMT)
modified the function getattr, which crashed blender when someone tried to access a NULL field. This function returns now PyNone.
July 21, 2003, 21:21 (GMT)
- bugfix #178

Well, it fixes the crash, but the cause can still be in wrong freeing
memory when deleting strips...
Hos; I leave in the bugreport with a note for you
July 21, 2003, 20:09 (GMT)

- Make the output bin/ directory for every target that needs it.

Fixes build problems where (for example) plugin was to be made before the real
blender targets, and the entire build failed because of this missing directory.
It used to be so that nan_subdirs.mk made the output directory, but that relies
on DIR being correctly set, which is no longer the case.
July 21, 2003, 19:41 (GMT)
- saves the 'draw faces' flag in a file, in fact the entire G.f flag.
WARN: this recompiles other stuff too, outside of the loader. be sure
to 'make' in source/blender/ or a higher dir.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021