Revision 22a2853 by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 12:34 (GMT) |
Blender 2.77: Point submodules to an updated hashes |
Revision 870f911 by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 11:45 (GMT) |
Revert "Fix button display clamping values" This reverts commit e4e21480d6331903c90ab073746484498441e1ac. |
Revision 4522ee1 by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 11:43 (GMT) |
Blender 2.77; We are now at release cycle |
Revision fc37440 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Sequencer: expose GL preview alpha in scene UI While this isn't essential, accessing this setting required navigating to each scene and using render menu. Expose in sequencer UI for more convenient access. |
Revision 6f49d97 by Joshua Leung / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix T47818: GPencil Sculpt Brush settings update when adjusted using scrollwheel while sculpting |
Revision 4e53ca9 by Philipp Oeser / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Revision 48ae702 by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix missing 'anim_data' in RNA API of Freestyle's linestyle. Reported by Manuel Rais on ML, thanks. |
Revision 2b0f0ff by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix T47763: 2.77 RC2 (Fluid) Particle Baking slower compared to 2.67b. Static schedule was responsible here... Also, made a minor optimization in case adaptative (auto) subframes are enabled, gives a few percent of speedup here. |
Revision 1e5c7e7 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix T47807: Toggle header shortcut doesn't work |
Revision bbaffd7 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix T47759: Mesh 'Select less', leaves isolated verts Select less in mesh edit-mode would leave selected vertices/edges in edge/face mode which don't support selecting these elements. |
Revision bcfa73d by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix T47784: BMesh.from_object broken keyword args |
Revision 4bb1214 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix T47772: Randomize stroke has direction bias |
Revision e100a85 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix T47788: Symmetrize flips multi-res data Symmetrize was unusable with multi-res data, add an option for the bmesh operator not to flip the multi-res depth. |
Revision f0e5227 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Revision e511c7a by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix/workaround T47685: Drag keymap slider fails This is a special case where the UI update function re-creases the keymap we're currently editing. Making it so dragging values fails. |
Revision 3d1f050 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix crash loading some library blend files Blend files with screen but no scene would crash. |
Revision 90758ed by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Revision 80b906c by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix T47787: When performing operation 'Make single user' -> 'obj&data', object could be removed from group. Similar cause as in T47482, we used to have poor handling of 'user_one' cases of ID usage, leading to inconsistent behavior depending on order of operations e.g. Here, was object used by a group but not linked in any scene - once linked in scene, their usercount would be 2, leading to 'making single copy', when it's actually not needed. We now have better control here, so let's use it! Note that other ID 'make single user' code will likely need similar fix (Images, etc.). Safe to be backported to 2.77. |
Revision 8b49fa2 by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix T47785: Rendering Crash, Node Connector Crash, Changing Editors Crash Regressions after 2.76, to be backported to 2.77. |
Revision 6d4f512 by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix T47773: Particle System with Boids Crash. Problem was, during initialization of boids particles in `dynamics_step()`, psys of target objects was not obtained with generic `psys_get_target_system()` as later in code, which could lead to some uninitialized `psys->tree` usage... Think it's safe enough for 2.77, though not a regression. |
|
|
|


Master Commits
MiikaHweb | 2003-2021