Blender Git Commit Log

All Blender Git commits.

Page: 1209 / 8462

October 15, 2020, 05:25 (GMT)
Cleanup: defer importing '_cycles' in properties.py

This was imported already in nearly all usage.

Also use static-set for string comparison.
Revision 70b2af4 by Joseph Eagar
October 15, 2020, 00:08 (GMT)
Write a small design document. Committing it here
until I figure out how the new wiki works.
October 15, 2020, 00:04 (GMT)
Fixed compile error due to renamed file.
October 14, 2020, 23:54 (GMT)
Cleanup: use defined sizes when accessing file date/time

Also add static assert for struct size assumption.
Revision a509e79 by Hans Goudey (master)
October 14, 2020, 20:04 (GMT)
Cleanup: Comment formatting, grammar
October 14, 2020, 19:58 (GMT)
Fluid: Add phystype to fluid particle settings

When creating a particle system to display simulated particles, the phystype needs to be set to 'no physics' so that particle positions are just copied and not integrated.
October 14, 2020, 18:57 (GMT)
UI: Show more information in open file tooltip

This shows the file's full path, its modification date, and its size in
the tooltips for the open recent fiels menu. When no file path is set,
the original operator description is used.

Differential Revision: https://developer.blender.org/D9028
October 14, 2020, 17:26 (GMT)
Fix T81633 Workbench: TAA never resolve when enabling both X-Ray and cavity

This was caused by a wrong flag equality check when in xray mode because
the xray mode was masking the effect option flags that are not supported
in this mode. This means the never passed and the TAA was reset before
every redraw, leading to infinite rendering.
October 14, 2020, 16:53 (GMT)
Fix T81004 Python: Images drawn in the Sequence Editor have wrong colors

This was caused by the sequencer using a sRGB buffer without using
the sRGB transform.

This patch make it so that the framebuffer is rebound using the
sRGB transform before the python draw callbacks.
October 14, 2020, 16:53 (GMT)
GL: FrameBuffer: Set GL_FRAMEBUFFER_SRGB if needed

This makes possible to rebind the same GPUFrameBuffer to enable or
disable sRGB encoding transform.
October 14, 2020, 15:43 (GMT)
Merge branch 'master' into xr-actions-D9124
October 14, 2020, 15:41 (GMT)
Operators: Add modal_3d() and implement for box select

This follows the same logic as invoke_3d(). That is, we wrap an
operator's modal() with modal_3d() and project 3D controller coords to
2D mouse coords.
October 14, 2020, 15:23 (GMT)
XR: Remove "replace existing" param from action bindings creation

Since action bindings are only created once at the beginning of an XR
session, overwriting all existing bindings will not be needed.
October 14, 2020, 15:18 (GMT)
PyDocs: GPU Module: Examples: convert all gl_FragColor variables to FragColor

Based on D6425 by @robbott

Differential Revision: https://developer.blender.org/D6425
Revision 50d7811 by Hans Goudey (master)
October 14, 2020, 15:09 (GMT)
Fix warning for duplicate field in DNA defaults

Caused by a typo in rBd3b59d1358424371. Thanks to @ankitm for reporting.
Revision 1cf8a4e by Hans Goudey (master)
October 14, 2020, 15:00 (GMT)
Fix Asan warning in property editor texture tab

When there is no active texture, a NULL pointer was dereferenced.
It didn't crash because the dereference was for the first item at the
pointer, the ID. To fix this, return with no data when `texture is NULL.
October 14, 2020, 14:43 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
October 14, 2020, 14:42 (GMT)
LineArt: Memory debug info.
October 14, 2020, 13:30 (GMT)
Merge branch 'master' into greasepencil-edit-curve
October 14, 2020, 13:30 (GMT)
Merge branch 'master' into greasepencil-object
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021