Revision 1e2c8ca 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 6ebd48f by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Skip scopes update for render result during rendering |
Revision 7268e6c by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix T47681: Bump node doesn't work with SSS shader when using OSL |
Revision c20bcba by Julian Eisel / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2016, 10:44 (GMT) |
Fix T47706: 'CTRL ALT Left Mouse' clicking on the dope sheet summary line crashes Blender Simple NULL-check seems fine here, working as it should now. Most likely caused by rBc4dc14b079d81. |
Revision d402611 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) |
CMake: remove OSX version lookup table This assumed the OSX SDK version matched the OSX version, which isn't always true. Also problematic for maintenance and would make building older Blender versions on OSX fail. Passing in pre-defined OSX_SYSTEM is also supported, if you have multiple and want to select one. |
Revision 88a3b68 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) |
BMesh: avoid assert dissolving degenerate faces For dissolving 2-sided faces, theres no need to check they are valid before removal. |
Revision 1e1118e by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 17:08 (GMT) |
Blender 2.77: We are now RC2 |
Revision 1e74582 by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 17:03 (GMT) |
Blender 2.77: Point translations submodule to updated branch |
Revision 3636693 by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:47 (GMT) |
Fix typo in 'Vietnamese' language label (must have sneaked in while adding Basque one, grr). |
Revision 15ac4b4 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:12 (GMT) |
Fix uninitialized memory use lattice-boundbox Many other places weren't clearing boundbox dirty flag after calculation. |
Revision 7cd6a5c by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:12 (GMT) |
Fix T47683: broken BBox logic when drawing duplis. Once a dupli had a valid bbox, that bbox would be used for all following objects without bbox, instead of skipping clipping check. Issue unveiled by rB3fa0a1a5bc0ff2, but not related at all (in fact, bug was present before that commit). |
Revision 5cbd142 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Edit Mesh: Edge tag toggle when no active path is found User request, this matches 2.6x behavior more closely. |
Revision 67d3104 by Julian Eisel / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix T47674: "Change Data/Files" setting incorrect filter Image filter was not set, but only if invoked from toolbar (image strip needs to be selected to see the button). Caused by rB7fa72b8970, Wasn't aware there's another button for this for image strips. |
Revision a78d679 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix RNA property clamp assigning in Python On first assignment the value was clamped, but successive assignments weren't. |
Revision b805b37 by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Render Save Buffers: Use proper memory buffer size for a display buffer |
Revision ce4a821 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Revision ff32f81 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
UI: move checkbox for missing add-ons to LHS |
Revision 3382ba0 by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Cycles: Fix wrong default value for volume samples |
Revision 50f1888 by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix T47676: Broken default values for particle brush strength. Current startup .blend has old (percent?) values for particle brush strength. Since rBe4e21480d6331903c90ab073746484498441e1ac, UI controls do not clamp automatically values anymore, which means when you first enable comb (or any other brush) you get a 50 strength, waaaayyyy to powerful. This commit fixes this in `BLO_update_defaults_startup_blend`, note that it does not fix custom users' startup files, nothing to do here... |
Revision 67b16c6 by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 4, 2016, 16:11 (GMT) |
Fix T47564: Unwrapping the same mesh results in different UVs. Pointers of faces were passed as face keys during parametrizer's face creation. Since those addresses were different for every run, the layout of the faces ended up being different in the internal hash, leading to inconsistent order of their evaluation during LSCM solving, and slightly different UV maps. Solved by simply using faces' indices as key instead, which ensures we always get same results with exact same input data now. Many thanks to Roman Nagornov (RomanN) for raising the issue, investigating it and finding the solution! And thanks to Brecht for quick review too. |
|