February 2, 2015, 19:17 (GMT) |
Fix for unfreed effector weights in hair dynamics. The internal cloth modifier effector weights get replaced temporarily to make the cloth sim use the particle weight settings instead. But the particle sim was not putting back the original weights, which can be non-NULL in case the cloth sim allocated these already. Messy design ... |
February 2, 2015, 19:17 (GMT) |
Selection: avoid uninitialized memory read with occlusion queries |
February 2, 2015, 19:17 (GMT) |
Adjust GLSL drawing of window coordinates from camera view (use camera bounds instead of window bounds). Fixes remaining part of T43346 |
February 2, 2015, 19:17 (GMT) |
Fix for unfreed memory due to unnecessary early exit in the free function. |
February 2, 2015, 19:17 (GMT) |
Fix for hair child roughness. The fixed-function roughness was not getting used once the curve roughness has been enabled at least once. |
February 2, 2015, 19:17 (GMT) |
Fix for unfreed memory of internal hair cloth modifier pointcache. |
February 2, 2015, 15:19 (GMT) |
minor tweaks - shorten text for message (no need to be toooo polite :) ) - use_center_bounds (matches Poly.calc_center_bounds) |
February 2, 2015, 13:19 (GMT) |
cleanup: style |
February 2, 2015, 13:11 (GMT) |
Merge branch 'master' into temp_custom_loop_normals |
February 2, 2015, 11:13 (GMT) |
Merge branch 'master' into temp_custom_loop_normals |
January 29, 2015, 18:34 (GMT) |
Merge branch 'master' into temp_custom_loop_normals |
January 26, 2015, 17:05 (GMT) |
Merge branch 'master' into temp_custom_loop_normals Conflicts: source/blender/makesdna/DNA_customdata_types.h |
January 26, 2015, 10:21 (GMT) |
Merge branch 'master' into temp_custom_loop_normals |
January 24, 2015, 15:31 (GMT) |
Fix rendering of clnors with flat faces. Basically, you can define any custom normal on flat faces too, which makes them (more or less) smooth... So simply consider all faces as smooth when we have some lnors now. |
January 24, 2015, 14:26 (GMT) |
Various cleanup... |
January 24, 2015, 13:58 (GMT) |
Merge branch 'master' into temp_custom_loop_normals |
January 24, 2015, 13:33 (GMT) |
Merge branch 'master' into temp_custom_loop_normals |
January 23, 2015, 17:58 (GMT) |
Add a 'lnor spaceset clear' func too (avoids freeing the memarena). Not crucial currently, but could be later, and for sake of consistency... |
January 23, 2015, 17:45 (GMT) |
Cleanup: rename 'spaces' -> 'spaceset' Not a good idea to make names like MLoopNorSpace/MLoopNorSpaces... |
January 23, 2015, 16:44 (GMT) |
Merge branch 'master' into temp_custom_loop_normals |
|