Blender Git Commits

Blender Git "master" branch commits.

Page: 3919 / 5574

August 30, 2011, 11:31 (GMT)
Fix for my last commit.
August 30, 2011, 10:49 (GMT)
minor edits, pep8 - also correct float -> double promotion for blf.
August 30, 2011, 10:44 (GMT)
2.5 UI Files:
* Code cleanup after Pepper merge.
August 30, 2011, 10:09 (GMT)
Fix for [#25062] Sound Actuator - Positional Audio.

Now all sounds that are not mono but have 3D checked automatically get reduced to mono during BGE conversion time.
Also removed the now unneeded function sound_get_channels and added a missing header file to audaspace's CMakeLists.txt.
August 30, 2011, 10:07 (GMT)
Fixes for snprintf usage:
* replace by BLI_snprintf in various places, note _snprintf on windows
does not properly null terminate the string.
* fix overflow in sequencer proxy code due to buffer being smaller than
specified size.
* fix some usage of snprintf as strcpy, this is will go wrong if the
string contains % characters.
* remove BLI_dynstr_printf function in gpu module, use BLI_dynstr_appendf

August 30, 2011, 09:50 (GMT)
fix for some warnings with the recent merge, also tag unused args.
August 30, 2011, 09:26 (GMT)
Removing outdated files.
August 30, 2011, 09:15 (GMT)
Merging pepper to trunk at revision 39791.

Important note: I used rsync to do the local merge, as "svn merge --reintegrate ^/branches/soc-2011-pepper" doesn't work with our svn server right now!
August 30, 2011, 08:22 (GMT)
* Merge trunk up to r39790.
* Subversion bump (also for init_userdef_do_versions).
* Minor fix for compilation without ffmpeg.
August 30, 2011, 07:57 (GMT)
Last bunch of minor fixes before merge.
* Use NULL in AUD_Reference.h
* Use SETLOOPER in sound.c
* Move flags to the end of Speaker struct.
August 30, 2011, 04:13 (GMT)
fix [#28413] bpy.ops.nla.bake can't bake from frame 0
Revision e12d2d1 by Joseph Eagar
August 30, 2011, 02:57 (GMT)
=bmesh= fixed uv unwrap tool
Revision 2c62878 by Joseph Eagar
August 30, 2011, 02:33 (GMT)
=bmesh= sculpt without multires updates properly now. not sure I did this correctly, though.
Revision fef906d by Joseph Eagar
August 30, 2011, 02:11 (GMT)
=bmesh= fixed loop select for wire edges
Revision 3e4bf6d by Joseph Eagar
August 30, 2011, 01:59 (GMT)
=bmesh= knife tool applies to modifier cage now, also fixed some bugs in it
Revision 74e1a33 by Joseph Eagar
August 30, 2011, 00:54 (GMT)
=bmesh= fixed bridge tool
August 30, 2011, 00:29 (GMT)
Added an 'angle' parameter to the Perlin Noise 1D and 2D geometry modifiers
to specify a displacement direction in degrees.
August 30, 2011, 00:23 (GMT)
August 29, 2011, 17:55 (GMT)
Cycles: integrator presets, patch by Thomas.

August 29, 2011, 17:46 (GMT)
Fix #28295 Outliner, mouse button on menu's pass through.

It was introduced in rev33603 with not good patch -- release event
was catching by outliner after clicking on menu item.

Use KM_CLICK instead of KM_RELEASE to deal with icon drag/drop.
This not changes drag/drop behavior, but prevents unneeded event be handled.
Also make consistent behavior of activating and extending selection.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021