Revision 918a06c by Bastien Montagne October 11, 2015, 18:25 (GMT) |
Correction to buildbot config... |
Revision 03add7f by Bastien Montagne October 11, 2015, 18:20 (GMT) |
Revert to 000dfc0319, with reduced featureset in buildbot config. |
Revision 7b0d25c by Bastien Montagne October 11, 2015, 15:50 (GMT) |
Debug print for T46412, take tow: ConvertDepthToRadiusOperation seems to work OK, now check VariableSizeBokehBlurOperation... |
Revision 85f2477 by Bastien Montagne October 11, 2015, 14:56 (GMT) |
Revision 56d8228 by Lukas Toenne (hair_guides, hair_guides_grooming, hair_object, strand_editmode, strand_gpu, strand_nodes, tmp_hair_curves) October 11, 2015, 13:51 (GMT) |
Merge branch 'master' into mesh_samples |
Revision 6086cdb by Bastien Montagne October 11, 2015, 13:36 (GMT) |
Merge branch 'master' into experimental-build |
Revision 6555c5f by Bastien Montagne October 11, 2015, 13:23 (GMT) |
Debug commit for T46412. |
Revision 654dffc by Bastien Montagne October 11, 2015, 13:14 (GMT) |
Merge branch 'master' into experimental-build |
October 11, 2015, 13:02 (GMT) |
Create expression return values based on node tree outputs. |
October 11, 2015, 10:24 (GMT) |
Invoke the BVM expression eval for effectors. |
Revision 48f7dd6 by Brecht Van Lommel / Sergey Sharybin (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 11, 2015, 06:55 (GMT) |
Fix T46403: motion tracking not workig with Xcode 7 on OS X. Caused by use of the uninitialized shape_ variable in Resize(). |
Revision 3ed22c3 by Brecht Van Lommel / Sergey Sharybin (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 11, 2015, 06:54 (GMT) |
October 10, 2015, 14:07 (GMT) |
Fix: Apply same fix from previous commit to the equivalent logic used for GP Sculpt editing |
October 10, 2015, 14:06 (GMT) |
Fix: The "transform strokes on unkeyed frame creates new frame" feature didn't work on the first frame As a convenience feature, it is possible to jump to a frame without any existing GP keyframe, and just use the transform tools to modify the stroke to create a new keyframe on that frame. However, if the current frame was before the first GP keyframe, the newly created keyframe would not work (if you scrub away), as it was getting incorrectly added at the end of the list of keyframes, instead of in-order as expected. |
October 10, 2015, 14:00 (GMT) |
Fix: When reloading files, stroke editmode was getting disabled This commit should bring the logic here more into line with what's done for the posemode toggle. There's still some weirdness here when clicking on "Object Mode" vs "Edit Strokes" (i.e. both will just always toggle!), and old files with GP EditMode won't get the state synced with ob->mode yet. |
October 10, 2015, 12:42 (GMT) |
Fixes for using tablet events in keymap * Need to classify tablet events as being in the "mouse" category, or else attempts to add a new keymap item for this will fail by reverting to keyboard input * Made event matching more restrictive - it will now trigger only on a tablet events for LEFTMOUSE events. The problem was that, even when hovering over the tablet and pressing a key, you'd still get an event with tablet data, which meant that that event would get wrongly caught and handled. |
October 10, 2015, 08:48 (GMT) |
Integration of BVM into the effector system for using programmable expressions there. |
Revision 23f7e16 by Campbell Barton / Sergey Sharybin (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 10, 2015, 08:48 (GMT) |
Fix/Workaround T46431: blender-softwaregl crashes Order of initialization bug only impacted mesa's software-gl. For now effectively revert support for glx-context-flags. |
October 10, 2015, 08:26 (GMT) |
Use a dedicated struct EffectorContext for storing results of effector lookup rather than a plain ListBase. This paves the way for future inclusion of evaluation context info in the EffectorContext struct, and hides some of the annoying details of the ListBase double dereferencing. |
October 9, 2015, 16:27 (GMT) |
fixed manta density inflow grid and removed unneeded manta pp gui files |
|
|
|


Master Commits
MiikaHweb | 2003-2021