Blender Git Commits

Blender Git "master" branch commits.

Page: 3544 / 5574

July 8, 2012, 17:10 (GMT)
Some cleanup, and update to make those files usable both as self-executables and module stuff...

Also updated update_mo to allwo specifying a custom po/mo file.
July 8, 2012, 17:08 (GMT)
correct use of nonull attribute
July 8, 2012, 15:55 (GMT)
svn merge ^/trunk/blender -r48691:48729
July 8, 2012, 15:48 (GMT)
Fix for error from grumpy gcc in "over-warning" mode. Must explicitely cast uintptr_t to unsigned int (othe solution would be to use PRIuPTR macro from inttypes.h, but that would probably causes some problems with windows...).
July 8, 2012, 15:11 (GMT)
correct use of __attribute__((nonnull))
July 8, 2012, 13:03 (GMT)
Multi device OpenCL did not work.
case was that cached kernels were used by both devices in separate
threads.

removed the cached kernels.
July 8, 2012, 12:23 (GMT)
code cleanup: quiet uninitialized memory use warning for X11 - harmless in this case but always gave warnings with memcheck (RGB color for alpha zero icon color wasnt initialized).

also some other minor changes.
July 8, 2012, 09:27 (GMT)
Some cleanup.

Also trying to make it usuable from other tools (imports become a bit tricky here :/ ).
July 8, 2012, 06:00 (GMT)
use gcc attrubutes to warn on unused return values and arguments which shouldnt be NULL.

also remove IDP_AppendArray's return value which wasnt the new item in the array (which is odd/misleading), but wasnt used anywhere either.
July 8, 2012, 05:00 (GMT)
Fix for [#31701] "radar causes collision" reported by Markus Rietz (afeature).

The problem was that the physics shapes for the near and radar sensor were getting turned into characters because CcdConstructionInfo::m_bCharacter was defaulting to true. Now it defaults to false and is explicitly set to true for only Character physics types.
July 8, 2012, 03:15 (GMT)
use alloc_size attribute for guarded alloc functions with gcc.
July 8, 2012, 00:04 (GMT)
fix [#32020] Image will not render in second (any scene other than first) if scene name is longer than 28 characters
July 7, 2012, 23:38 (GMT)
Fixing a typo!
July 7, 2012, 22:51 (GMT)
style cleanup
Revision d58ce29 by Sv. Lockal
July 7, 2012, 14:58 (GMT)
increase file browser title length for multibyte translations and use utf8 copy for it
July 7, 2012, 14:28 (GMT)
Update/fixes (was escaping more chars than needed!)
July 7, 2012, 13:51 (GMT)
Minor UI message update.
July 7, 2012, 06:42 (GMT)
Adding a note to KX_Camera.projection_matrix and KX_Camera.modelview_matrix to warn that both values are the identity matrix prior to the first frame of rendering. Both values are calculated when rendering, which is after Python scripts have a chance to run on frame 1.
July 6, 2012, 23:56 (GMT)
style cleanup: use c style comments in C code
July 6, 2012, 23:46 (GMT)
Merged changes in the trunk up to revision 48695.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021