Revision 528514c by Inês Almeida February 19, 2015, 11:20 (GMT) |
Revision b7033e3 by Inês Almeida February 19, 2015, 11:20 (GMT) |
BGE physics: adding links to bullet documentation |
Revision d2c2b10 by Inês Almeida February 19, 2015, 11:20 (GMT) |
gameengine physics: removing triangle mesh collision option for character controllers |
Revision 938fa93 by Inês Almeida February 19, 2015, 11:20 (GMT) |
Revision 0049c22 by Antonis Ryakiotakis February 19, 2015, 11:10 (GMT) |
Animation ghosting: when tweaking start-end values don't clamp user input, instead make sure the end-start values are sane instead |
Revision 9fc2c37 by Sergey Sharybin February 19, 2015, 08:14 (GMT) |
Guardedalloc: Reset peak memory should set peak to currently allocated memory Otherwise statistics could be really funny looking. |
Revision 3e53483 by Sergey Sharybin February 19, 2015, 07:52 (GMT) |
Cycles: Make sphere and tube image mapping friendly with OpenCL OpenCL doesn't let you to get address of vector components, which is kinda annoying. On the other hand, maybe now compiler will have more chances to optimize something out. |
Revision 5004b58 by Sergey Sharybin February 19, 2015, 07:29 (GMT) |
Cycles: Make util_math_fast.h compatible with OpenCL |
Revision 5721863 by Campbell Barton February 19, 2015, 01:33 (GMT) |
RNA: pass only 0/1 to RNA_property_boolean_set |
Revision eee7964 by Campbell Barton February 19, 2015, 00:59 (GMT) |
Revision a74bd1b by Thomas Dinges February 18, 2015, 23:18 (GMT) |
Generate correct Cycles node setup for quick smoke "fire" preset. Patch by Gottfried Hofmann. Differential Revision: https://developer.blender.org/D1103 |
Revision 5ed2cc8 by Campbell Barton February 18, 2015, 22:54 (GMT) |
Revision f0527d9 by Campbell Barton February 18, 2015, 22:54 (GMT) |
Ghost/X11 cleanup (reduce variable scope) |
Revision 5d06960 by Jorge Bernal February 18, 2015, 22:24 (GMT) |
BGE: Fix T41502 Path following jumping New Lock Z velocity parameter was added. This parameter avoid the micro-jumping. By default it is actived except when you load an old file that it is deactived to keep former behaviour. Additionally it was solved another issue related with the acceleration: That is the acceleration value was not taked into account and we had always the maximum linear velocity from the beginning of movement. Now the acceleration is taken into account until we reach the maximum velocity. When you load an old file, the acceleration value is set to the maximum range (1000.f). This way we simulate a maximum velocity constant from the beginning of movement (former behaviour). {F142195} Reviewers: moguri, dfelinto, campbellbarton Reviewed By: campbellbarton Subscribers: sergey Differential Revision: https://developer.blender.org/D1074 |
Revision bd5154b by Thomas Dinges February 18, 2015, 21:44 (GMT) |
Fix Cycles OpenCL error with scons, util_math_fast.h was missing.ø |
Revision f1a9dbb by Antonis Ryakiotakis February 18, 2015, 21:16 (GMT) |
Fix minor mistake - only increase size of compositing when stencil -is- set. |
Revision b5a14c3 by Sergey Sharybin February 18, 2015, 21:08 (GMT) |
Report total unfreed memory size on exit Previously only number of unfreed blocks would have been printed, which might not be totally enough during investigation process. |
Revision 6c5f63b by Sergey Sharybin February 18, 2015, 20:58 (GMT) |
Guardedalloc: Add extra logging and checks in MEM_freeN() We don't like when NULL is send to MEM_freeN(), but there was some differences between lockfree and guarded allocators: - Lockfree would have silently crash, in both release and debug modes - Guarded allocator would have printed error message, abort in debug but keep working in release build. This commit makes lockfree allocator behavior to match guarded one. |
Revision 0f2adc0 by Sergey Sharybin February 18, 2015, 20:50 (GMT) |
Cycles: Make aligned allocation to respect WITH_BLENDER_GUARDEDALLOC Title pretty says it all actually. Can only briefly mention that we're indeed entering that state when after applying some WIP patches having much fuller statistics about memory usage would help giving exact memory benefit. |
Revision ee9ac4e by Campbell Barton February 18, 2015, 20:45 (GMT) |
CMake: remove expression in endif(...) |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021