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. |
Revision 60b3268 by Campbell Barton 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. |
Revision f5a4031 by Geoffrey Bantle 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 |
Revision 238ab04 by Campbell Barton 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 |
Revision 4116599 by Campbell Barton 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. |
Revision 0f2e46d by Campbell Barton April 19, 2007, 12:31 (GMT) |
selecting all new faces broke this, fixed and optimized a bit. |
Revision 11c1dbd by Campbell Barton 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. |
Revision f9ff474 by Campbell Barton 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(). |
Revision 3e1a5ce by Campbell Barton 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 |
Revision a59f7c0 by Diego Borghetti 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. |
Revision 7767451 by Campbell Barton 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. |
Revision 9c8bc4b by Campbell Barton 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. |
Revision b95f4ba by Campbell Barton 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. |
Revision 063605b by Campbell Barton 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. |
Revision 033abf8 by Campbell Barton April 17, 2007, 06:12 (GMT) |
fixed a python-api bug with adding a new image sequence strip crashing blender. |
Revision d40a7ba by Nathan Letwory April 17, 2007, 05:21 (GMT) |
* update link to dependencies page. |
Revision e8333e3 by Joilnen Leite April 17, 2007, 02:34 (GMT) |
not search openEXR with WITH_OPENEXR=false in linux |
|
|
|


Master Commits
MiikaHweb | 2003-2021