Blender Git Commits

Blender Git "master" branch commits.

Page: 4355 / 5574

Revision 30bf23d by gsr b3d
April 18, 2010, 20:47 (GMT)
Add support for >2GiB files (as r28267) and some cleanups.
April 18, 2010, 18:46 (GMT)
== sequencer ==
* new icon for split view (at least temporary)
* icon buttons in header rather than popup menus for better efficiency (can easily be changed in python UI script again)
April 18, 2010, 18:30 (GMT)
Brought back editable anim_startofs and anim_endofs both with shuffle test

April 18, 2010, 17:26 (GMT)
This fixes largefile (> 4GB) problems in Linux.
(File browser showing negative file sizes, etc.)

April 18, 2010, 17:09 (GMT)
MSVC 9 projectfiles
* update: SCA_PythonKeyboard.c and SCA_PythonMouse.c
April 18, 2010, 17:05 (GMT)
Bugfix: text buttons in zoomed in or out views, didn't get the cursor on the
right location for mouseclicks.

April 18, 2010, 16:30 (GMT)
Brought back negative Channel-Variables in preview header, so
that preview can show final result from inside a meta strip again.
April 18, 2010, 15:30 (GMT)
removed icons in proxy preview render size selection. (They don't
really help, if they are non-existent...)

April 18, 2010, 14:48 (GMT)
== Sequencer ==

Removed seqrectx and seqrecty global variables.

April 18, 2010, 14:47 (GMT)
possible fix for [#22057] Autoname L/R in bones names center bones as .R
Bone would get a '.' added even when there was no extension.
(center limit would still be useful)

- name flipping function used sizeof() incorrectly.
- ED_lorem should be extern.
April 18, 2010, 13:25 (GMT)
Applied:
[#21390] Sequencer: Shifted frames on Time Flip/Flip Backwards

thanks to Koen Ribus(kori) for the patch.

April 18, 2010, 13:05 (GMT)
Brought back secondary input filtering, thereby
fixing
[#21014] SEQUENCER: Can no longer apply colour balance filter to colour effect strip.

Also: reordered some UI elements so that
geometry, time and color modifications are grouped together.

April 18, 2010, 12:19 (GMT)
Brought back N-key for sequencer preview.

April 18, 2010, 12:00 (GMT)
Added RAW-DV-files (.dv) to filelist, so that drag-n-drop
to the sequencer timeline works properly.

April 18, 2010, 10:28 (GMT)
remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now.
April 18, 2010, 10:25 (GMT)
Fixed a compilation issue with MinGW. The commit 28081 was reverting
the workaround for name conflicts in the commit 23871 with regard to
#include "BLI_jitter.h" in AppView.cpp.
April 18, 2010, 09:12 (GMT)
various minor fixes
- collada export would run MEM_freeN on an un-initialized pointer in some cases.
- makesrna was missing a call to close a file.
- text cursor update function was missing a NULL check for st->text.
- possible (unlikely) un-initialized return value for bge python lamp.type, set error instead.
- possible (unlikely) missing NULL terminator with strncpy for ffmpeg.
April 18, 2010, 08:54 (GMT)
was using uninitialized string for node name display, also use sizeof() rather then fixed values.
April 18, 2010, 05:13 (GMT)
Updating operator_simple template with new register functions and
missing bpy import
April 18, 2010, 02:03 (GMT)
Merged changes in the trunk up to revision 28247.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021