September 12, 2019, 01:10 (GMT) |
MovieClip: Make name of Active Clip consistent in UI Using the currently active movie clip had different names in the interface: In scene context it was "Active Movie Clip", in Camera Background Images it was "Camera Clip", in Constraints it was "ActiveClip". I made all those instances use "Active Clip", which is descriptive enough and also the shortest of the three. Reviewed By: billreynish Differential Revision: https://developer.blender.org/D5400 |
September 12, 2019, 01:10 (GMT) |
GPencil: New Operator to set the active object material based on the selected stroke material The operator set as active object material the material used in the selected stroke. Access to the operator were added in the stroke menu and context stroke menu. Reviewers: antoniov, pepeland Tags: #bf_blender, #grease_pencil Differential Revision: https://developer.blender.org/D5692 |
September 12, 2019, 01:10 (GMT) |
Depsgraph: Pass bmain to evaluation function Currently unused, makes code ready for an upcoming change. |
September 12, 2019, 01:10 (GMT) |
UI: use boolean for sequencer reverse frames Revert part of 04b86c21bf522 The option to reverse frames is used elsewhere as a boolean which makes sense since reversing playback is a special case. |
September 12, 2019, 01:10 (GMT) |
File Browser UI: Use 'Install' instead of ''Install Add-on from File...' as the name of the execute button The old name didn't fit inside the button, and this fits with simpler Open/Save labels too. |
September 12, 2019, 01:10 (GMT) |
Fix T69532: Wave texture fails with a compile error. `noise_turbulence` was renamed to `fractal_noise`. Reviewers: brecht Differential Revision: https://developer.blender.org/D5691 |
September 12, 2019, 01:10 (GMT) |
Fix T69522: Render Region not refreshing Output Properties setting/clearing render region uses ND_RENDER_OPTIONS notifier, but listener was only refreshing RENDER and VIEWLAYER tabs in that case, whereas the render region buttons are located in OUTPUT tab. Reviewers: billreynish Maniphest Tasks: T69522 Differential Revision: https://developer.blender.org/D5685 |
September 5, 2019, 08:09 (GMT) |
LANPR: Restore normal line weight panel in GPU. |
September 5, 2019, 07:59 (GMT) |
LANPR: Fix DPIX line thickness bug & format. |
September 5, 2019, 07:22 (GMT) |
LANPR: Move object LANPR tab under material tab. |
September 5, 2019, 07:06 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lanpr-staging |
September 5, 2019, 03:54 (GMT) |
LANPR: Use private header in editor module. |
September 5, 2019, 03:36 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lanpr-staging |
September 4, 2019, 07:16 (GMT) |
LANPR: qi_begin/end => level_start/end |
September 4, 2019, 07:10 (GMT) |
Cleanup: Make format. |
September 4, 2019, 07:03 (GMT) |
LANPR: LANPR_LineType::enabled => use. |
September 4, 2019, 06:53 (GMT) |
LANPR: Line component description use "filter". |
September 4, 2019, 06:52 (GMT) |
LANPR: Fix definitions in LANPR_LineType. |
September 4, 2019, 06:46 (GMT) |
LANPR: Header inclusion order fixes. |
September 4, 2019, 06:27 (GMT) |
LANPR: Remove "ignore_lanpr" in edge split modifier. |
|