Revision 2341ca9 by Charlie Jolly October 14, 2021, 13:56 (GMT) |
Geometry Nodes: Add White Noise texture Port White Noise shader to geometry nodes. Reviewed By: JacquesLucke Differential Revision: https://developer.blender.org/D12719 |
Revision 55cf9bb by Sybren A. Stüvel October 14, 2021, 13:34 (GMT) |
Cleanup: fix const discard warning No functional changes. |
Revision 25a255c by Charlie Jolly October 14, 2021, 13:19 (GMT) |
Nodes: add boilerplate for image sockets The sockets are not exposed in any nodes yet. They work similar to the Object/Collection/Texture sockets, which also just reference a data block. Based on rB207472930834 Reviewed By: JacquesLucke Differential Revision: https://developer.blender.org/D12861 |
Revision 138aa20 by Sybren A. Stüvel October 14, 2021, 13:16 (GMT) |
Cleanup: asset browser, remove invalid assertion Remove `BLI_assert_unreachable()` in a spot that is actually easily reachable. To reach, follow these steps: - Configure three asset libraries (say A, B, and C) in preferences - Set the asset browser to library C and save the file - Remove asset library C from the preferences - Reopen the file. |
Revision 2403458 by Paul Golter / Sebastian Parborg October 14, 2021, 12:42 (GMT) |
Filebrowser: Expose file select functions for File Browser to Python API. This patch adds activate_file_by_relative_path(relative_path="") and deselect_all() function to the space api of the File Browser. While the first sets the active file and adds it to the selection based on a relative path to the current File Browser directory the second one deselects all files but does not change the active file. Differential Revision: https://developer.blender.org/D12826 Reviewed by: Julian Eisel |
Revision 9ca567b by Johnny Matthews October 14, 2021, 11:41 (GMT) |
Geometry Nodes: Reorganize Add Menu - Move Converters to 'From' menus - Create Instances Menu - Realphabetize the Curve Menu Differential Revision: https://developer.blender.org/D12860 |
Revision 56b3599 by Sybren A. Stüvel October 14, 2021, 10:55 (GMT) |
Alembic: avoid crash when Cycles is not enabled The Alembic/CacheFile modifier supports Cycles procedurals when Cycles is configured to use experimental features; the check for this would segfault on builds with `WITH_CYCLES=OFF`. This is now fixed by adding an extra NULL check. |
Revision 42d79a6 by Clément Foucault October 14, 2021, 09:49 (GMT) |
Fix T91398 Overlay: Camera BG jitter offset (regression) This was caused by camera background being rendered in world space, causing floating point imprecision issues when camera was far from origin. Adding a uniform to change vertex shader to process everything in viewspace to fix the problem. |
Revision 583939c by Philipp Oeser October 14, 2021, 09:03 (GMT) |
Fix T92200: VSE: 2D Cursor position missing viewport update Was using notifier from wrong space (copy-paste error in rBd04d27b406b8). |
Revision aa46459 by Sergey Sharybin October 14, 2021, 07:39 (GMT) |
Fix shadow catcher behind transparent object on GPU The assumption about absent shadow path was wrong. The rest of the changes are to ensure shadow paths are finished prior to the split, so that they write to the proper passes. The issue was caught by running regression tests on OptiX. Differential Revision: https://developer.blender.org/D12857 |
Revision 4f5ef3b by Campbell Barton October 14, 2021, 05:41 (GMT) |
WM: quiet output of delete object operator Object deletion was reporting the number of objects deleted, causing tests to print noisy output. Now this is information is only included when invoked. |
Revision 3be2d60 by Campbell Barton October 14, 2021, 05:41 (GMT) |
Cleanup: remove historic reference from makesdna.c We have mostly removed information about original authors, as this information isn't so useful. |
Revision a620ce7 by Campbell Barton October 14, 2021, 05:41 (GMT) |
Cleanup: use dot-points for appdir platform specific paths |
Revision f12ea3d by Campbell Barton October 14, 2021, 05:41 (GMT) |
Cleanup: reserve C++ comments for disabled code |
Revision 5fec6ed by Ankit Meel October 14, 2021, 04:36 (GMT) |
Cleanup: silence Clang missing-braces warning. |
Revision a059d16 by Johnny Matthews October 14, 2021, 04:33 (GMT) |
Geometry Nodes: Add Offset Option to Set Postion Add a boolean field to the Set Position Node. This value allows for each point to either have its position set to the input position value or have the input value added to the current position. Differential Revision: https://developer.blender.org/D12773 |
Revision 5401fda by Campbell Barton October 14, 2021, 03:06 (GMT) |
Cleanup: avoid using size for array length in naming Confusing when array allocation takes two kinds of size arguments. |
Revision 576142d by Campbell Barton October 14, 2021, 02:00 (GMT) |
Cleanup: pass the sizeof(..) as the second arg for array allocation By argument naming and convention this is the intended argument order. |
Revision c6e956b by Germano Cavalcante October 14, 2021, 01:00 (GMT) |
Fix compile error with 'WITH_CXX_GUARDEDALLOC' |
Revision 9dff3de by Campbell Barton October 13, 2021, 21:57 (GMT) |
Cleanup: clang-tidy, clang-format & spelling |
|