Revision 27ca5cd by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 1, 2019, 01:49 (GMT) |
Merge branch 'master' into soc-2019-npr |
July 1, 2019, 01:47 (GMT) |
Fix T66246: Key accelerators crashing on save dialog |
June 30, 2019, 22:14 (GMT) |
Bevel Vertex Meshes: Various small changes. - Disabled Cube Corner test for custom profiles. - Re-enabled the ProfileWidget copy function, it does not cause the loading crash. - Changed variable names and added comments. |
June 30, 2019, 19:51 (GMT) |
UI: Use Plural Panel Names |
June 30, 2019, 19:51 (GMT) |
UI: Use term "3D Viewport" |
June 30, 2019, 19:49 (GMT) |
Fixed compiler warning `(1L << 31)` can cause an integer overflow on 32-bit systems, `(1UL << 31)` won't. Fixed as per LazyDodo's suggestion in https://developer.blender.org/rB956cb4f403dd3a6ddb379202dc1f2770b9820073#238718 |
June 30, 2019, 19:06 (GMT) |
GPencil: Improve Cyclic operator to generate geometry Now, when close a geometry with cyclic is possible generate new geometry for the gap. The cyclic operator now supports multiframe edition too. Before only worked with active frame. Also added the corresponding missing menu options and the new F keymap. All these features were missing, pending of the fix of the alpha glitches in stroke already done. |
June 30, 2019, 18:07 (GMT) |
Rename operator 'Join Shapes' to 'Transfer Mix'. The new name is consistent with the 'Transfer Shape' operator. - Updated the UI descriptions for both transfer operators. |
June 30, 2019, 15:32 (GMT) |
Fix T66204, bevel numeric input respect scene units. |
June 30, 2019, 15:26 (GMT) |
Fix T66264: UI: Repeated word typo |
June 30, 2019, 14:54 (GMT) |
GPencil: New variable to check if the layer has blend Also added some ToDo comments. |
June 30, 2019, 14:37 (GMT) |
GPencil: Add comment about VFX checking |
Revision 2c3d53c by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 30, 2019, 13:59 (GMT) |
minor changes |
Revision 3c5f321 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 30, 2019, 13:51 (GMT) |
fix indices errors |
Revision af46f07 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 30, 2019, 13:21 (GMT) |
initial bounce test |
Revision b7b2849 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 30, 2019, 12:34 (GMT) |
initial event storage |
Revision ae346fb by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 30, 2019, 12:07 (GMT) |
bring back old test setup |
Revision 4fb660d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 30, 2019, 11:55 (GMT) |
rename run_actions to execute_events |
Revision 27149c9 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 30, 2019, 11:54 (GMT) |
rename EventAction to Event + interface name changes |
Revision 2618c49 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 30, 2019, 11:49 (GMT) |
rename old Event to EventFilter |
|