Blender Git Commits

Blender Git "master" branch commits.

Page: 3945 / 5574

August 7, 2011, 12:01 (GMT)
Cycles: remove docs from svn, moved to wiki.

August 7, 2011, 11:54 (GMT)
3D Audio GSoC:

* Pepper depends on ffmpeg 0.7.1 or higher now, windows and mac build systems set to ffmpeg-0.8
* Fixed orientation retrieval in OpenAL device code.
* Added stopAll() method to AUD_IDevice (also for Python) and call it on BGE exit
* Changed BGE to use audaspace via native C++ instead over the C API.
* Made AUD_SequencerFactory and AUD_SequencerEntry thread safe.
* Changed sound caching into a flag which fixes problems on file loading, especially with undo.
* Removed unused parameter from sound_mute_scene_sound
* Fixed bug: changing FPS didn't update the sequencer sound positions.
* Fixed bug: Properties of sequencer strips weren't set correctly.
* Minor warning fixes.
August 7, 2011, 11:50 (GMT)
small fix of building rules
August 7, 2011, 11:13 (GMT)
Merged changes in the trunk up to revision 39117.
August 7, 2011, 11:11 (GMT)
Camera tracking integration
===========================

Switch from UI_DrawString to BLF_draw. No functional changes.
August 7, 2011, 11:01 (GMT)
Fix #28169: keymap bug when using a preset configuration, e.g. object mode keymap
was also being used in edit mode.

August 7, 2011, 08:58 (GMT)
Camera tracking integration
===========================

Expose parameters for feature detection into redo panel.
August 7, 2011, 08:56 (GMT)
Merging r39102 through r39120 from trunk into soc-2011-tomato

August 7, 2011, 06:22 (GMT)
3D Audio GSoC:
Added a NULLHandle to prevent a crash in Python API when the device is the NULLDevice.
August 7, 2011, 04:57 (GMT)
BGE Animations: The IPO conversion code relied on objects having an adt, but this isn't always the case. object->adt can be NULL, which causes a crash. Now BL_InterpolatorLists are cached by action instead of adt.
August 7, 2011, 04:55 (GMT)
fix [#28172] Cannot restore Add-ons tab in user preferences after a failed attempt to install an add-on.

non utf8 addons would make the addon UI vanish, now give a message in the console and UI.
August 7, 2011, 04:22 (GMT)
comment unused vars
Revision 6c821f4 by Mike Erwin
August 6, 2011, 23:13 (GMT)
stricter NDOF guards for Windows (forgot in earlier commit)
Revision 5dd2b3e by Mike Erwin
August 6, 2011, 22:31 (GMT)
fixed crash when NDOF operators were called without an NDOF_MOTION event
August 6, 2011, 17:57 (GMT)
3D Audio GSoC:
Mixdown functionality.

* Mixdown possible via libsndfile and ffmpeg!
* Fixed some ffmpeg deprecation warnings
* Mixdown UI only shows working Container, Codec and Format combinations!
* Minor bugs and warnings fixed
August 6, 2011, 16:00 (GMT)
rna/ui: avoid duplicate property gHash lookups by passing the property when its already been found.

added _prop suffix to ui functions which take a prop rather then a propname, may change this later since its not that nice but for gsoc branches this keeps existing UI functions working the same.
August 6, 2011, 14:57 (GMT)
make ui_def_but_rna into 2 functions, once which takes a prop, another which takes a propname, no functional change yet but lets us avoid duplicate hash lookups.
August 6, 2011, 14:52 (GMT)
Merging r39050 through r39101 from trunk into soc-2011-tomato

August 6, 2011, 14:49 (GMT)
Commiting patches needed for bundling libmv.

I've used git where patch files were in gitignore, that's why
this files were missed in repo.

August 6, 2011, 14:40 (GMT)
Dynamic Paint:
* Fix: Wave surface normals weren't calculated anymore since yesterday's commits.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021