July 2, 2019, 02:49 (GMT) |
Outliner: Sync selection from sequencer Sequencer selection operators now sync to outliners. Still needs to sync the other direction |
July 2, 2019, 02:48 (GMT) |
Outliner: Draw more sequencer icons Not all of the sequencer icons had been added to the outliner. Some are still drawing with editor/modifier colors so they will need their own icons. Or some other code workaround. |
July 2, 2019, 02:35 (GMT) |
Merge branch 'master' into soc-2019-outliner |
July 2, 2019, 02:34 (GMT) |
Cleanup: rename set_inverted_drawing, move to GPU_state |
July 1, 2019, 22:59 (GMT) |
Fix T61360: Smooth Weights affects all objects |
July 1, 2019, 22:45 (GMT) |
Fix crash unlinking non-ID types in the outliner |
July 1, 2019, 21:50 (GMT) |
Fix submodules hash in previous commit |
July 1, 2019, 21:49 (GMT) |
Fix T65468 Nurbs: Broken display when hiding control points |
July 1, 2019, 21:06 (GMT) |
Updated tooltips for operators 'Transfer Mix' and 'Join Shapes'. Fixes typo |
July 1, 2019, 21:03 (GMT) |
GPencil: New python API for closing strokes with geometry Adds to API the last function created to close strokes in a previous commit. |
July 1, 2019, 20:48 (GMT) |
GPencil: Add new parameter to python API for activating the new created frame Sometimes is required to enable the frame created and new "active" parameter allows to do that. Use: `gpl.frames.new(5, active=True)` |
July 1, 2019, 20:32 (GMT) |
Fix T65974 Workbench: transparency rendering broken |
July 1, 2019, 20:29 (GMT) |
Workbench: Combine Xray Alpha with object/material alpha ... ... instead of overiding it (previous behavior). In practice it's not really noticeable. This means an object with alpha will never be more opaque when enabling xray. |
July 1, 2019, 18:05 (GMT) |
Fix T65771 Eevee: Volume Emission not working if density is zero |
July 1, 2019, 17:05 (GMT) |
Outliner: Fix range select sometimes leaving hidden elements selected The range select opearator sometimes would leave other elements selected when changing the active element. This is fixed by clearing the selection each time the operator runs. |
Revision 5891e86 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 1, 2019, 17:04 (GMT) |
Cleanup GHOST_Xr types and functions * Move GHOST_Xr types to GHOST_Types.h * Add GHOST_XrPose. We'll have to pass around pose data at multiple places. * Don't require extra call to prepare session rendering, handle everything through GHOST_XrSessionStart * Naming |
July 1, 2019, 16:57 (GMT) |
Code refactor & Performance improvement |
July 1, 2019, 15:48 (GMT) |
UI: increase size of scale gizmo circle The scale gizmo wasn't working usefully for uniform scale. |
July 1, 2019, 15:48 (GMT) |
Gizmo: support for filled circle with inner non-zero radius Needed for changes to the scale gizmo. |
Revision 59d9310 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 1, 2019, 15:45 (GMT) |
initial point randomization accross surface |
|