September 10, 2020, 17:40 (GMT) |
CMake: various fixes for building Python module * Don't link against Mesa OpenGL software emulation libraries from the lib folder, they are not intended to be used for building, only install. * Don't use static OpenMP library by default, it's usually not built to work in shared libraries. * Disable jemalloc on all platforms, the reason it fails is not specific to Linux. Differential Revision: https://developer.blender.org/D8827 |
September 10, 2020, 17:40 (GMT) |
Fix build error after clog color printing changes |
September 10, 2020, 17:39 (GMT) |
Property Search: Remove redundant button hiding code |
September 10, 2020, 17:34 (GMT) |
Property Search: Refactor block search into new function |
September 10, 2020, 17:31 (GMT) |
CLog: Support colorized logging on windows When using Windows Terminal the same control codes Linux uses to colorize the text can be used. WT can be detected by looking at the WT_SESSION environment variable. Differential Revision: https://developer.blender.org/D8848 Reviewed by: campbellbarton |
September 10, 2020, 17:27 (GMT) |
Cleanup: CLog fix bad use_color default `use_color` was defaulted to 'on' and only turned off when it was decided the terminal didn't support this. This was the wrong way to go about things, since that test only ran for Linux/Mac other operating systems would get color formatting regardless if they supported it. The new default is `off` until the platform specific code inside `CLG_ctx_output_set` turns it on after running some sanity checks. This fix was part of the review of D8848 but deserved its on commit Reviewed By: campbellbarton |
September 10, 2020, 17:23 (GMT) |
run clang format |
September 10, 2020, 16:51 (GMT) |
Merge branch 'asset-metadata' into asset-browser |
September 10, 2020, 16:49 (GMT) |
Merge branch 'master' into asset-metadata |
September 10, 2020, 16:47 (GMT) |
Fix T79754: Boundary Brush crashing with symmetry enabled When creating the boundaries for the symmetry passess, it could happen that a symmetrical vertex is not found inside the radius of the brush. In that case, the function to initialize a new boundary was called with index -1 (BOUNDARY_VERTEX_NONE), so this function should also check that the initial vertex that is going to be used to find the boundary is a valid index. Reviewed By: sergey Maniphest Tasks: T79754 Differential Revision: https://developer.blender.org/D8860 |
September 10, 2020, 16:40 (GMT) |
DNA: fix asan warning when casting types Reviewers: brecht Differential Revision: https://developer.blender.org/D8865 |
September 10, 2020, 16:35 (GMT) |
Tweaks and adjustments and abstractions and generalisations and tests |
September 10, 2020, 16:19 (GMT) |
Property Search: Move search string to a runtime struct |
September 10, 2020, 16:18 (GMT) |
Cleanup: Update doc string for BLI_getenv The reason for this functions existence was poorly documented |
Revision 5130c9e by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 10, 2020, 16:11 (GMT) |
LineArt: Far clipping |
September 10, 2020, 16:01 (GMT) |
Refactor: move Key .blend I/O to IDTypeInfo callbacks |
September 10, 2020, 15:53 (GMT) |
Outliner: Use right click target element for context menu When opening the outliner context menu with multiple data types selected, the menu did not show operators related to the target of the cursor. For example, if a modifier and object are selected, a right click on the modifier does not show the modifier options, rather it shows the object context menu. Now the data type of the right-click element is used to determine the context menu to draw. For this to work properly the active element is now set on right click. Part of T77408 Manifest Task: https://developer.blender.org/T77770 Differential Revision: https://developer.blender.org/D8647 |
September 10, 2020, 15:47 (GMT) |
Refactor: move LightProbe .blend I/O to IDTypeInfo callbacks |
September 10, 2020, 15:41 (GMT) |
Refactor: move Armature .blend I/O to IDTypeInfo callbacks |
September 10, 2020, 15:31 (GMT) |
Refactor: move Speaker .blend I/O to IDTypeInfo callbacks |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021