June 26, 2019, 18:58 (GMT) |
GPencil: Change HSV modifier to use the same range of parameter that other areas of Blender The value of the Hue must be between 0 and 1, but the value was between 0 and 2. |
June 26, 2019, 18:58 (GMT) |
GPencil: Change "lock_material" tooltip and text The old name was not clear. Detected while writting the manual. |
June 26, 2019, 17:50 (GMT) |
Make deps: Fix detection/linking of PugiXML on Linux This time both full `make deps` and final compilation is tested on a freshly installed CentOS 7. The thing is: OpenImageIO is not configured to use an external PugiXML library, so it was compiling its own. At the same time the OpenShadingLanguage library was commanded to use an externally compiled PugiXML. This caused some sort of discrepancy which lead to Blender-link-time errors. Could be linking error, could be namespace related, could be ABI related. In any case since we do have PugiXML in the OpenImageIO already lets just stick to it. |
June 26, 2019, 17:40 (GMT) |
Buildbot: Fix undefined architecture string for CentOS |
June 26, 2019, 17:37 (GMT) |
Buildbot: Fix undefined bits for CentOS based builder |
June 26, 2019, 17:36 (GMT) |
Fix T66141: missing viewport texture update after find missing files |
June 26, 2019, 17:35 (GMT) |
Buildbot: Fix pack stage for CentOS based builder |
Revision 215c919 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 26, 2019, 16:39 (GMT) |
Merge branch 'master' into soc-2019-openxr |
Revision 06fab69 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 26, 2019, 16:18 (GMT) |
visualize different particle types with vertex colors |
June 26, 2019, 16:07 (GMT) |
Buildbot: Fix scl command prefix Now it should work correct with command passed as an individual elements of a list. |
June 26, 2019, 15:57 (GMT) |
Fix typo pratially breaking node shader wrapper (used by IO add-ons). Reported with patch as D5140 by andreas atteneder (@atti), thanks! |
June 26, 2019, 15:55 (GMT) |
Revert "Fix T63921: Unable to use confirm on release for keyboard shortcuts" This reverts commit 30bf48c9caee40ce457d58b5bfe7fc398b7e9891. |
June 26, 2019, 14:40 (GMT) |
Merge remote-tracking branch 'origin/master' into sybren-usd |
June 26, 2019, 14:19 (GMT) |
CMake: Cleanup, remove explicit Python version This is now coming from a common CMake configuration. |
June 26, 2019, 14:17 (GMT) |
CMake: Initial support of CentOS for buildbot configuration |
June 26, 2019, 14:12 (GMT) |
CMake: Cleanup, remove unused legacy hardcoded paths |
Revision ddb44ce by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 26, 2019, 13:58 (GMT) |
figure out how to add vertex colors to a new mesh |
Revision f0a225f by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 13:50 (GMT) |
LANPR: modified "item" into prev/next in lanpr_data_types.h |
June 26, 2019, 13:42 (GMT) |
Buildbot: Preliminary support for CentOS based builder |
June 26, 2019, 13:42 (GMT) |
Buildbot: Cleanup, remove unused option It was originally needed for various migration needs, now CUDA binaries are always to be built for 64 bit platforms and never to be built on 32bit platforms. |
|