Revision ec58022 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 28, 2019, 06:51 (GMT) |
Gpencil: make format |
Revision 715458f by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 28, 2019, 06:49 (GMT) |
Gpencil: New sample function which handles weights. |
June 28, 2019, 06:38 (GMT) |
install_deps: Bumped OSL version to 3.4.0_RC2 |
Revision dd9579c by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 28, 2019, 06:05 (GMT) |
LANPR: Added error message for failed DPIX shaders. |
Revision 6d3e0a9 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 28, 2019, 05:08 (GMT) |
Merge branch 'master' into soc-2019-npr |
June 28, 2019, 04:46 (GMT) |
Custom profile vertex beveling: Progress on figuring out best path forward. Also includes updates to questions for discussion. |
June 28, 2019, 03:25 (GMT) |
Outliner: Remove ctrl+click to rename This conflicts with ctrl+click to extend selection, and is not conventional. F2 and double click still function to rename elements in the outliner. |
June 28, 2019, 03:23 (GMT) |
Merge branch 'master' into soc-2019-outliner |
June 28, 2019, 01:27 (GMT) |
Fix error for tools that share gizmo types doubling up gizmos Introduced in recent commit c93af8529dfec |
June 28, 2019, 00:07 (GMT) |
Cleanup: unused var, sort structs |
June 27, 2019, 23:50 (GMT) |
Outliner: Add extend selection to walk select Walk select now extends the selection when shift is pressed. This implementation works well, though if there are existing selections in the tree the behavior may not work as expected. This could be improved on in the future if that is a problem. |
June 27, 2019, 23:31 (GMT) |
Merge branch 'master' into sculpt-mode-features |
June 27, 2019, 21:42 (GMT) |
Outliner: Fix tree building not setting parents properly When the scenes view tree was built, the parent for view layers and objects were not set properly (either NULL or incorrect parent), causing walk select to fail. Now the proper parents are set. Not sure if there was a reason why the wrong parent was set for view layers before. |
June 27, 2019, 21:39 (GMT) |
Outliner: Fix walk selection wrapping and other issues This prevents walk selection from wrapping around from the last to the first tree element. Additionally, if the active tree element is within a closed subtree, walk select will move the active element to the first visible parent. The operator code is also simplified and slightly optimized. |
June 27, 2019, 21:28 (GMT) |
GPencil: Cleanup commented lines from previous commit |
June 27, 2019, 21:19 (GMT) |
GPencil: Don't hide Cursor while drawing This is a partial solution for T62446 while we prepare a way to hide the cursor all the time. |
June 27, 2019, 21:16 (GMT) |
Custom bevel profiles: Merged calculate_profile and calculate_profile_custom. Now that I'm using the custom profile for all bevel cases, I don't need to have separate code that uses the custom bevel profiles, so I only need one function. This also changes the "reversed" parameter to flip the order of the calculated profile so it doesn't have to be done later with get_profile_point indices. |
Revision 57d9f00 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 27, 2019, 17:55 (GMT) |
Fix compile/CMake errors and warnings on Linux |
June 27, 2019, 17:41 (GMT) |
Comments: Updated questions in comments marked with HANS-QUESTION. Deleted solved questions. |
June 27, 2019, 17:36 (GMT) |
Fix 2D noise_grad function |
|