Revision 69b88cf by Jason Wilkins November 23, 2012, 15:12 (GMT) |
Patch [#33196] Warning Fixes 11-16-2012 * MEM_CacheLimitier - Size type to int conversion, should be safe for now (doing my best Bill Gates 640k impression) * OpenNL CMakeLists.txt - MSVC and GCC have slightly different ways to remove definitions (DEBUG) without the compiler complaining * BLI_math inlines - The include guard name and inline option macro name should be different. Suppressed warning about not exporting any symbols from inline math library * BLI string / utf8 - Fixed some inconsistencies between declarations and definitions * nodes - node_composite_util is apparently not used unless you enable the legacy compositor, so it should not be compiled in that case. Leaving out changes to BLI_fileops for now, need to do more testing. |
Revision c407c95 by Justin Dailey November 23, 2012, 14:33 (GMT) |
Text Editor: remove text marker functionality. Patch [#33251] |
Revision c25cfd3 by Brecht Van Lommel November 23, 2012, 13:41 (GMT) |
Fix cycles AO issue, still was missing AO pass for black/non-diffuse objects. |
Revision c8767b5 by Sergey Sharybin November 23, 2012, 12:54 (GMT) |
m_overlay wasn't initialized in a constructor of FastGaussianBlurValueOperation |
Revision 587067b by Sergey Sharybin November 23, 2012, 12:50 (GMT) |
Fix usage of uninialized memory in some operations - FastGaussianBlurValueOperation is a value operation, so use only first vector component in initializeTileData. - Gamma correct/uncorrect operations didn't set alpha for output which lead to usage of uninitialzied memory further in nodes graph. |
Revision 12f3147 by Brecht Van Lommel November 23, 2012, 12:42 (GMT) |
Fix related to #33259: cycles normal map node color input couldn't be disconnected properly with dragging. |
Revision 130c60e by Lukas Toenne November 23, 2012, 12:39 (GMT) |
Compositor: Disabled debug assert checks for connected input sockets after convertToOperations. This breaks quite a lot and is not really necessary, since connected Node inputs are ignored later on. Connected outputs however are still forbidden, this indicates a real bug. |
Revision 1b32f25 by Campbell Barton November 23, 2012, 10:03 (GMT) |
ifdef'd gcc diagnostic pragma's to quiet msvc and others. |
Revision 8316954 by Sergey Sharybin November 23, 2012, 10:00 (GMT) |
Fix #33271: Box tool delay Issue was introduced in svn rev51808 which was a fix for #33038 One of changes in that patch lead to a situation that if some keymap don't have modifier key it wouldn't be triggered in cases modifier key was pressed. |
Revision 84fb45c by Sergey Sharybin November 23, 2012, 09:22 (GMT) |
Fix #33266: Transforming with Y axis constraint didn't apply aspect ratio correct It first needed to constraint numeric input and then apply aspect correction only, otherwise aspect correction would be applied on a wrong axis. |
Revision d35565c by Sergey Sharybin November 23, 2012, 07:54 (GMT) |
Fix #33270: Opening file browser crashes when sequencer preview is visible Crash only happens if thumbnails are enabled and crash was caused by removing jobs while iterating them. |
Revision f22fb93 by Mitchell Stokes November 23, 2012, 07:47 (GMT) |
BGE Docs: Adding some docs for some of the Steering Actuator attributes. I grabbed the docs from the UI descriptions from RNA for the Steering Actuator. However, these aren't the best descriptions, and both the UI descriptions and the docs could use some attention. Also, steeringVec and facingMode didn't have corresponding UI elements, so I've left them undocumented for now. Someone who knows what they do can hopefully document them. |
Revision 8ab5aa6 by Campbell Barton November 23, 2012, 06:35 (GMT) |
code cleanup: warning & style |
Revision b688a79 by Campbell Barton November 23, 2012, 06:09 (GMT) |
skip some redundant looping in bevel code. |
Revision 0446e25 by Campbell Barton November 23, 2012, 05:49 (GMT) |
fix for inset getting bad UV's/VCols at face boundaries. |
Revision ef67dde by Daniel Genrich November 23, 2012, 05:00 (GMT) |
Bugfix [#29186] Object contribute to fluid sim animation start earlier than keyframe Also fix: - Fluid simulation was always lagging 1 frame behind: E.g. the 250th frame in blender showed 249th frame of the fluid simulation. Change: - Animated enabled/disabled property only gets counted as "on" if value >= 1 Note that this bugfix should solve many problems with timings of animated fluid sim properties. |
Revision 7189a9d by Howard Trickey November 23, 2012, 03:15 (GMT) |
Fix bevel crash in OSX debug build. Code to select from output slot moved before EDBM_op_finish, which frees slot buffers. |
Revision f403ca3 by Dalai Felinto November 23, 2012, 02:10 (GMT) |
final fix for Sensor Fit (AUTO, HOR, VERT) in panorama lens - patch by Brecht Van Lommel and me |
Revision 08d5bad by Joshua Leung November 22, 2012, 23:19 (GMT) |
Bugfix [#33268] Crash when delete all or segment from curve with SplineIK Path rebuild may fail after certain editing operations. Instead of blindly assuming that path rebuilds will always succeed, we now give up trying to evaluate in case of failure. |
Revision c873433 by Joshua Leung November 22, 2012, 22:58 (GMT) |
Style: AnimData vars should be named "adt" NOT "ad" |
|