Revision 04fdd35 by Mitchell Stokes July 3, 2014, 05:55 (GMT) |
Slight cleanup for 4af848e. |
Revision 4af848e by Mitchell Stokes July 3, 2014, 04:58 (GMT) |
Fix T40923: An error from a python controller on a LibFreed object causes a crash |
Revision eaf6f9f by Campbell Barton July 3, 2014, 04:46 (GMT) |
Correct version check for tip color |
Revision 49aff41 by Mitchell Stokes July 3, 2014, 03:17 (GMT) |
Fix T40912: Collision Callbacks Don't Work if Set Directly |
Revision 3f1ed43 by Tamito Kajiyama July 3, 2014, 02:09 (GMT) |
Follow-up to rBcc1372546ad5: Fix for segmentation fault in pipeline (freestyle/wm related). Render->freestyle_bmain is set to NULL after BKE_main_free() so that the struct Main is not considered for tagging any longer. |
Revision fedbb88 by Campbell Barton July 2, 2014, 21:40 (GMT) |
Mistake in last commit |
Revision 0c78ba1 by Campbell Barton July 2, 2014, 20:57 (GMT) |
Correct recent fix for knife in camera ortho mode now use real view clip ranges for win-to-ray segment |
Revision e81b938 by Bastien Montagne July 2, 2014, 18:30 (GMT) |
Fix scons unable to build with sources tar archive (no git repo available in this case). Reported by Clouclou over IRC, thanks! |
Revision 241a9b5 by Daniel Stokes July 2, 2014, 13:12 (GMT) |
Fix T40823 LoD Add and Remove crash without valid object Changed the polling method used for both the add and remove LoD operators to a more appropriate one. |
Revision 259a436 by Lukas Toenne July 2, 2014, 10:20 (GMT) |
Fix T40815: Particle birth times not initialized correctly. In rB78c491e the `initialize_particle` function was split into 2 parts for particle texture initialization. The texture init part however also initializes birth times, which is now missing in the main init function in some cases (notably when setting start/end directly without a subsequent time step). |
Revision 7587e82 by Sergey Sharybin July 2, 2014, 08:03 (GMT) |
Fix T40364: Texture images are not properly displayed in the material preview in BI when using SSS Blender Internal only uses materials with non-zero user counter for SSS and new mutable libblock copy was keeping users counter at zero. Now it sets user counter to 1, which is a bit of arguable decision, but which also kind of makes sense -- meaning callee owns the copied block. |
Revision b6e0dc2 by Lukas Toenne July 2, 2014, 07:31 (GMT) |
Added missing G_DEBUG_DEPSGRAPH flag entry in the bpy.app.debug getters/setters list. |
Revision 5898abe by Thomas Dinges July 1, 2014, 23:50 (GMT) |
Cycles: Update CUDA error messages, based on Toolkit 6.0. * Removed deprecated erros, and added some new ones, which might help to figure out problems in the future. |
Revision 4800c52 by Thomas Dinges July 1, 2014, 23:12 (GMT) |
Cleanup: Remove unused checks in CUDA device code. |
Revision 6ac0652 by Thomas Dinges July 1, 2014, 22:58 (GMT) |
Cleanup: Update list and remove ifdef here. |
Revision 978dba4 by Mitchell Stokes July 1, 2014, 19:39 (GMT) |
Fix T40257: Frustum culling not working properly Adding a hack so that KX_GameObjects' culling status is updated based on mesh slots. |
Revision cc13725 by Jeroen Bakker July 1, 2014, 17:43 (GMT) |
Fix for segmentation fault in pipeline (freestyle/wm related) |
Revision ecc2e29 by Sergey Sharybin July 1, 2014, 16:25 (GMT) |
Fix T40903: Rendering: Alpha Channel is Broken |
Revision 6c6fa74 by Tamito Kajiyama July 1, 2014, 14:36 (GMT) |
Second attempt to fix T40833: Crash when rendering with freestyle. The cause of the crash was identified in an uninitialized member variable `Main->lock`. Now that struct Main has a few member variables whose values are dynamically allocated, per-render Freestyle-specific Main data structures will be allocated and released using `BKE_main_new()` and `BKE_main_free()`, respectively. This revision complements the commit rB6135556f4556. |
Revision 61e5f81 by Sergey Sharybin July 1, 2014, 11:46 (GMT) |
Fix T40556: Curve Modifier does not work when used in a Background scene A bit hackish solution for now, cleaner solution we'll look into as a part of the new DAG project, when it's clear what kind of data is passed to the evaluation callbacks. |
|
|
|


Master Commits
MiikaHweb | 2003-2021