Revision d6d1f3c by Joerg Mueller October 17, 2010, 09:01 (GMT) |
Reverting Cam's audio code changes from revision 32517. Part of it has been reverted by Nathan already. Cam: next time please check, why a parameter is unused before you remove it! |
Revision 856389e by Campbell Barton October 17, 2010, 09:01 (GMT) |
re-arrange icon_draw_rect, also use an assert() for odd icon sizes. this can happen in some cases but hard to find when. |
Revision 7d10ad0 by Campbell Barton October 17, 2010, 08:59 (GMT) |
fix for bad use of UNUSED() with win32 & some other minor error checks. |
Revision 952b728 by Campbell Barton October 17, 2010, 08:04 (GMT) |
Test stricter GCC compiler settings, these warnings will now give errors. - implicit function declaration. - no return type set for a function. - declaration after statement. This may be too strict but in general I prefer we don't allow commits with these warnings. Applies to cmake/gcc and scons/linux. |
Revision 30b79dd by Campbell Barton October 17, 2010, 06:38 (GMT) |
- fixed remaining unused warnings. - omit render code from this warning (cmake only), until render branch is merged. - moved -Wunused-parameter warning to apply to all C code in blender (not just ./source/blender), (cmake only). |
Revision 28e144d by Sergey Sharybin October 16, 2010, 20:43 (GMT) |
Fix #24139: Edge loop + Multi-Resolution modifier results weird artifacts - mdisp_corners used to return incorrect number of verts in some cases - fixed memory corruption when face changed vertex count in edit mode (forgot displacement for such faces atm, could be changed in the future) |
Revision 7415c96 by Peter Schlaile October 16, 2010, 19:29 (GMT) |
This fixes HDV render presets: * according to wikipedia HDV1080p 24p has a framerate of 24/1.001 * HDV comes in NTSC in PAL versions, too (30/1.001 and 25/1) |
Revision 3b6564a by Elia Sarti October 16, 2010, 17:28 (GMT) |
Fix for [#24292] When rendering with the stamp feature the scene opt. affects the seq. strip placement Fixed typo. |
Revision d170a95 by Nathan Letwory October 16, 2010, 17:26 (GMT) |
Add System Info function to the Help menu. Users can use this to quickly get info about their system for bug reports. |
Revision ac03fbe by Nathan Letwory October 16, 2010, 15:53 (GMT) |
Adapt OSX code for IMB_allocImBuf param changes. |
Revision c52e7c1 by Nathan Letwory October 16, 2010, 15:21 (GMT) |
Fix AltGr problem on Windows It was impossible for keyboard layouts that use AltGr to create certain characters to insert them in Text and Console. The keyboard driver in Windows sends left control events when AltGr is pressed. This meant that Blender thought control was being held, which is a PASS_THROUGH condition for the insert operator in both editors. Add testing of keyboard layout for AltGr, both on initialization and WM_INPUTLANGCHANGE. To remedy AltGr problem, we send now a left control key up event to Blender before further processing the AltGr key. |
Revision 7122b53 by Peter Schlaile October 16, 2010, 15:01 (GMT) |
== Audaspace / FFMPEG == Audaspace audio seek code wasn't taking start_time into account. (Most common symptom: HDV MPEG2TS files always start audio playback at the beginning regardless of seek position.) |
Revision 53ced0b by Nathan Letwory October 16, 2010, 15:00 (GMT) |
Now sound init param removal revert should be fine (apparently my cmake project files missed rebuild hint for these, fortunately SCons did its job well). |
Revision 03eb8d0 by Nathan Letwory October 16, 2010, 14:53 (GMT) |
Maybe now correct commit :° |
Revision 1aecaaf by Nathan Letwory October 16, 2010, 14:51 (GMT) |
Forgot to commit RNA part of revert in 32519 |
Revision fe693b4 by Nathan Letwory October 16, 2010, 14:49 (GMT) |
Revert overaggressive parameter removal: Main struct is used in audio when Jack support is enabled. |
Revision 5ca362c by Nathan Letwory October 16, 2010, 14:43 (GMT) |
Declaration before any statements. Doesn't GCC warn about this? |
Revision 8268a4b by Campbell Barton October 16, 2010, 14:32 (GMT) |
most unused arg warnings corrected. - removed deprecated bitmap arg from IMB_allocImBuf (plugins will need updating). - mostly tagged UNUSED() since some of these functions look like they may need to have the arguments used later. |
Revision 7cc5aaf by Joshua Leung October 16, 2010, 11:52 (GMT) |
Added panel for accessing the "delta transforms" for Objects (this is closed by default to not clutter that much). This should help silence complaints from some about "dloc",etc. not being easily keyable. It's also a nice way to have instances of animated objects located in different places, by animating either the standard transforms or the deltas, and then modifying by not animating the other version to keep the instances from going to a single point. This was a common newbie problem in 2.4x. |
Revision 98d6c53 by Joshua Leung October 16, 2010, 11:30 (GMT) |
Bugfix #23979: FCurve.keyframe_points.add(..., replace=True) ... fails if there were no keyframes in the curve yet. Was a missing null-check for case when no keyframe array is created. Also, changed the description for the "replace" arg to better reflect what it really does. |
|
|
|


Master Commits
MiikaHweb | 2003-2021