Blender Git Commits

Blender Git "master" branch commits.

Page: 5082 / 5574

Revision 9c36683 by Joseph Eagar
April 19, 2007, 22:49 (GMT)
=ID Properties bugfix=

The array resizing function, meant to be used with strings,
didn't work. This is because the id property size table
had the wrong value for strings.
April 19, 2007, 20:58 (GMT)
adding a python function for cleaning strings (for filenames and export names) BPySys.py - used fotr obj and fbx export.
view.c - missed one smoothview/camera.
Brigg's hide object patch didnt change the object selection flag, other minor changes also.
April 19, 2007, 19:47 (GMT)
-> Keybindings for hiding objects

Small feature, added keybindings for setting the visibility restriction flags
that were previously only accesible via the outliner

HKEY Hides all selected
SHIFT-HKEY Hides all unselected
ALT-HKEY Shows all hidden
April 19, 2007, 17:27 (GMT)
update for exporting material settings, everything was exporting green,
now use spec,diffuse,ambient,alpha,shadeless settings as well as some others that match
April 19, 2007, 15:02 (GMT)
moving from camera view with home and astrix keys now uses smooth view (This should be the last one).
Fix for own error from a wile ago Numpad-Astrix would set to size view of selected faces, rather then front.
April 19, 2007, 12:31 (GMT)
selecting all new faces broke this, fixed and optimized a bit.
April 19, 2007, 07:58 (GMT)
recent smoothview update broke pan in camera view, some vars used in the function needed to be used after, reverting this change.
April 18, 2007, 22:53 (GMT)
remove warnings from last commit.
smooth view now works for change between cameras, smooth view now blends the lens angle too.
Revision 2d87ee1 by Chris Want
April 18, 2007, 17:49 (GMT)
Added libIlmThead.a to link line to the osx-intel build.
Revision 85a6508 by Ken Hughes
April 18, 2007, 15:34 (GMT)


Python API
----------
Fix bpy.libraries so that .append() doesn't affect linked data.
Revision 58e1cea by Jiri Hnidek
April 18, 2007, 15:30 (GMT)


== Python API ==

Bug fix for Effect.setStype().
April 18, 2007, 14:40 (GMT)
PyAPI.
moved bpy into bpy.data and bpy will be eventually replace the root level 'Blender' module.
currently we have bpy.library bpy.config and bpy.data
April 18, 2007, 12:39 (GMT)
When press ESC in Blur or Defocus node the output buffer is incomplete.
This cleanup the output buffer to execute the node again until it's complete.
April 17, 2007, 19:04 (GMT)
maving too many objects for the select buffer would crash blender.

added checks for an error value returned from view3d_opengl_select so as not to act on bad data.
also the error message didnt display because of where it was, delayed the error so it displays right.
April 17, 2007, 18:15 (GMT)
Starting blender with -w does not switch of maximize anymore, so with and without the -w arg, the window should start maximized.
April 17, 2007, 16:14 (GMT)
added a hook menu for object mode, more commands can be added here but currently there is only Reset Offset and Recenter at Cursor

This functionality was requested by malfico when dealing with many hooks.
April 17, 2007, 14:23 (GMT)
Python API registry SetKey() had a limit of 60 that would keep counting up every time you used SetKey() until it would always be 60 and nothing would save.

removing limits for now, no other areas of blenders API have limits like this (even if those limits make sense in most cases)
we may add warnings later.

also use faster dict syntax too.
April 17, 2007, 06:12 (GMT)
fixed a python-api bug with adding a new image sequence strip crashing blender.
April 17, 2007, 05:21 (GMT)
* update link to dependencies page.
April 17, 2007, 02:34 (GMT)
not search openEXR with WITH_OPENEXR=false in linux
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021