Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> blender-v2.74-release
"Blender-v2.74-release" branch
Total commits : 72
Total committers : 12
First Commit : March 17, 2015
Latest Commit : March 31, 2015
Commits by Date
Date | Number of Commits | |
---|---|---|
March 31, 2015 | 12 | |
March 30, 2015 | 0 | |
March 29, 2015 | 0 | |
March 28, 2015 | 0 | |
March 27, 2015 | 0 | |
March 26, 2015 | 11 | |
March 25, 2015 | 0 | |
March 24, 2015 | 35 | |
March 23, 2015 | 0 | |
March 22, 2015 | 0 | |
March 21, 2015 | 0 | |
March 20, 2015 | 0 | |
March 19, 2015 | 0 | |
March 18, 2015 | 0 | |
March 17, 2015 | 14 |
Committers
Popular Files
Filename | Total Edits |
---|---|
wm_operators.c | 3 |
view3d_draw.c | 2 |
render_update.c | 2 |
kernel_shader.h | 2 |
drawobject.c | 2 |
COM_NodeOperationBuilder.cpp | 2 |
bsdf_reflection.h | 2 |
KX_SteeringActuator.cpp | 2 |
bsdf_refraction.h | 2 |
rct.c | 2 |
Latest commits
Revision 000dfc0 by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2015, 13:39 (GMT) |
Point submodules to the final release tag |
Revision dedfd0c by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2015, 13:26 (GMT) |
Branch is not really a release state! |
Revision 08f7b20 by Joshua Leung / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2015, 13:18 (GMT) |
Bugfix: Fix for crash when trying to create new action in Shape Key DopeSheet mode When the active object had no shapekey data, trying to create a new action from the Shape Keys mode of the DopeSheet would crash. The segfault here was a silly regression caused by my earlier Action Stashing work. However, the old (pre-Action Stashing) code here also wasn't that great either. While it didn't crash, it would still silently create a new action, even if that could not get assigned/used anywhere. To prevent both of these problems from happening again, I've added additional null checks, as well as beefing up the poll callback here to forbid keyframing |
Revision 4f57f15 by Antonis Ryakiotakis / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2015, 13:18 (GMT) |
Fix T44077 material update fails in textured mode when VBOs are off. The issue has been here since we changed drawing code for meshes to use vertex arrays instead of immediate mode when VBO was off. Basically we should now always invalidate the GPU objects regardless of the VBO setting in the preferences. The bug has been there since 2.73 at least, but what made it apparent now is that new version resets preferences and as an extension the VBO flag. Should be included in final 2.74 release |
Revision a555fa5 by Bastien Montagne / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2015, 13:18 (GMT) |
Fix T44201: Crash Deleting Hierarchy in Outliner Typical error using '->next' member of a freed linked list item. A bit trickier even here, since we have some recursion... Trivial fix for nasty crasher, safe for 2.74 imho? |
Revision 5ca0cf3 by Campbell Barton / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2015, 13:18 (GMT) |
Remove use_invert_vertex_group use_ prefix To match other modifiers. |
Revision 5ca59f7 by Bastien Montagne / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2015, 13:18 (GMT) |
Fix T41191: Custom Loop Normals Viewport shading not updating when set from py script Missing update tagging... Safe for 2.74. |
Revision 5e92d12 by Campbell Barton / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2015, 13:18 (GMT) |
Fix T44137: bpy.path.is_subdir fails `bpy.path.is_subdir("/abc/def/ghi","/abc/de")` incorrectly returned True |
Revision 6410b1b by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2015, 13:18 (GMT) |
Fix T44149: Compositing : Node Groups do not work correctly Input constants are to be connected before removing proxies, otherwise node groups might give totally different result. This is a regression and to be put into final release. |
Revision abb9263 by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2015, 13:18 (GMT) |
Fix T44193: Hair intersection with duplis causes flickering It was an issue with what bounds to use for BVH node during construction. Also corrected case when there are all 4 primitive types in the range and also there're objects in the same range. |
Revision accd608 by Campbell Barton / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2015, 13:18 (GMT) |
Fix for invalid buffer access on zero-face meshes |
Revision e6b81ae by Bastien Montagne / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2015, 13:18 (GMT) |
Fix T44186: Bezier Bevel facto mapping broken when 'start' was set to 'Resolution' and 'end' was not. Trivial, we need totla_length in that case too. Safe to be backported to 2.74. |
Revision 3593082 by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 26, 2015, 16:12 (GMT) |
Point addons to 2.74-rc4 tag |
Revision cb19df1 by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 26, 2015, 16:04 (GMT) |
Bump splashscreen to rc4 |
Revision 01a2948 by Bastien Montagne / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 26, 2015, 11:18 (GMT) |
Fix T44138: Crash in DataTransfer modifier when selecting a source with no loops. Simply check and early return in case we have no source or destination items (verts/edges/loops/polys) available... Also, fix an assert in `BKE_mesh_calc_normals_poly()`, when called with no poly. |
Revision 1311f2d by Lukas Toenne / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 26, 2015, 11:18 (GMT) |
Yet another fix for crashing particles. |
Revision b2a3796 by Antonis Ryakiotakis / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 26, 2015, 11:18 (GMT) |
Fix T44133 SSAO in OpenGL rendering from orthographic camera did not work Safe to include in final release |
Revision 143dbfb by Campbell Barton / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 26, 2015, 11:18 (GMT) |
Revision 1c8ee52 by Lukas Toenne / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 26, 2015, 11:18 (GMT) |
Fix for crash when using particle emission with clump/roughness curves in a smoke sim. This interaction between sims is totally stupid and must be recoded entirely in some utopian future. |
Revision 30e06a1 by jens verwiebe / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 26, 2015, 11:18 (GMT) |
Fix 2 typos ( shakin' hands ) |
MiikaHweb - Blender Git Statistics v1.06