Revision ca18f5d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) November 4, 2015, 14:05 (GMT) |
added inner uv map setting, which will contain only inner face's UVs, useful for texture based inner smoke in conjunction with fracture modifier |
Revision f337fea by Sergey Sharybin (blender-v2.76-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) November 3, 2015, 10:56 (GMT) |
BLender 2.76: We go 'b' series now |
Revision 936a685 by Sergey Sharybin (blender-v2.76-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) November 3, 2015, 10:49 (GMT) |
Don't expand toggle brush on linking Toggle brush is more a runtime only feature, not really supposed to be used as real ID linking as it's done for modifiers i.e. |
Revision b8438a8 by Campbell Barton / Sergey Sharybin (blender-v2.76-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) November 3, 2015, 10:49 (GMT) |
Fix T46626: Crash generating previews Brush.toggle_brush was allowed to be an invalid pointer, it worked for the one operator that used it - but in general bad practice, requiring a lookup on every access. Ensure the pointer is kept valid now. |
Revision e5ccc1e by Campbell Barton / Sergey Sharybin (blender-v2.76-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) November 3, 2015, 10:49 (GMT) |
Fix/workaround T46622: crash w/ metas & particles Metas are scanning all scenes duplis, which can go into particle systems without an initialized derived-mesh. For now just do NULL check, its not correct but real fix is not fitting well with current design. |
Revision 3c54514 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) November 2, 2015, 13:12 (GMT) |
dynamic fracture should be bake and saveable now, but still has rotation glitches and glitches with change in mesh island sequence. |
Revision d7daecc by Campbell Barton (blender-v2.76-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 31, 2015, 08:26 (GMT) |
Fix T46651: Select linked crash w/ wire seam edges |
Revision b611bdb by Campbell Barton (blender-v2.76-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 31, 2015, 08:26 (GMT) |
Revert "Fix T46494: Can't de-select a face w/ mixed modes" This reverts commit 381501ab45d63abb1502656c35e01adce36e7e34. |
Revision c9cd415 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 30, 2015, 18:12 (GMT) |
added basic support to clean up keyframes directly after converting to keyframed objects, but you need cache to bake so the operator can run again (and it will refracture automatically, too) |
Revision c794d87 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 30, 2015, 10:46 (GMT) |
optimization: when converting to keyframed objects, do not key passive shards any more (as they dont move anyway) |
Revision 12e4da6 by Campbell Barton / Sergey Sharybin (blender-v2.76-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 30, 2015, 08:43 (GMT) |
Fix T46507: Cycles baking re-orders face Regression in 2.76, order of tessellated vertices needs to follow MFace tessellation. |
Revision de96d1a by Sergey Sharybin (blender-v2.76-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 15:11 (GMT) |
Blender 2.76a: Fix CUDA compilation on 32bit platform |
Revision 379a754 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 14:58 (GMT) |
changed volume calculation method for convex hull and triangle meshes, mass fractions should be calculated more accurately now, but note, might change behavior of older simulations !!! |
Revision b5e4cc8 by Sergey Sharybin (blender-v2.76-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 12:26 (GMT) |
BLender 2.76a: Update addons submodule |
Revision bc9f118 by Campbell Barton (blender-v2.76-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 11:08 (GMT) |
Set blender version to '2.76a' |
Revision 74055fb by Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:32 (GMT) |
Cleanup: quiet warning Not cherry picked, just included for release build. |
Revision b1eff08 by Dalai Felinto / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Temporary "fix" for crash when saving OpenEXR Multi-View from Image Editor |
Revision c233774 by Dalai Felinto / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Fix T46617 File Output Node seems to save only black images into OpenEXR image data If the node output had only one layer, it would be detected as singlelayer, and it would miss the blender exr header string |
Revision f30a270 by Tamito Kajiyama / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Freestyle: Fix for 'Distance from Object' modifiers without a target object. 'Distance from Object' color/alpha/thickness modifiers without a target object were raising a run-time exception although it is not considered an error condition. |
Revision 424ea47 by Tamito Kajiyama / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Fix T44231: Freestyle causes crash on render. The reported crash was confirmed as a segmentation fault in std::sort(). The cause of the crash was traced down to a binary comparison function that was not satisfying the so-called strict weak ordering requirements of the C++ standard sorting function. Specifically, the comparison operator has to return false when two objects are equivalent (i.e., comp(a, a) must be false), but that requirement was not met. Since the binary comparison operator in question could be a user-defined Python function, here a safety measure is implemented in the C++ layer to make sure the aforementioned requirement is always satisfied. |
|