Blender Git Commit Log

All Blender Git commits.

Page: 1132 / 8462

November 10, 2020, 12:08 (GMT)
encapsulate the need_update member of every manager
November 10, 2020, 12:01 (GMT)
create temporary instances component in nodes modifier
November 10, 2020, 12:00 (GMT)
initial instances component
November 10, 2020, 11:28 (GMT)
initial rendering of geometry component
November 10, 2020, 11:25 (GMT)
ImBuf: support detecting the file format from in-memory images

Add `IMB_ispic_type_from_memory` so we can detect the file format
of in-memory images.

This removes `is_a_filepath` callback and uses a magic check for
photo-shop files that's compatible with OIIO.

Even though OIIO doesn't support packed images, we can still use the
file magic for detecting the format.

This change allows D9500 (a fix for unpacking images),
to be implemented without a significant performance penalty,
although the actual performance cost would depend heavily on the
blend file.

Reviewed By: dfelinto, sergey

Ref D9517
November 10, 2020, 10:50 (GMT)
update point cloud modiifer interface
November 10, 2020, 08:09 (GMT)
Merge branch 'blender-v2.91-release'
November 10, 2020, 08:05 (GMT)
Fix T82540: Smart UV project ignores seams

Functionality was lost in the Python to C conversion from
850234c1b10a828678f1b91001f2731db807f7e2
November 10, 2020, 06:50 (GMT)
Merge branch 'blender-v2.91-release'
November 10, 2020, 06:44 (GMT)
Fix T82555: Crash using copied object from Python

Also clear `gpd_eval` as this wasn't being copied either.
November 10, 2020, 06:25 (GMT)
Added an "Exponent" slider to Color Boundary brush.
November 10, 2020, 05:30 (GMT)
Merge branch 'blender-v2.91-release'
November 10, 2020, 05:25 (GMT)
Fix T65585: Knife fails when cursor away from the object

Zeroed mouse coordinates were being used making projection fail.
November 10, 2020, 02:50 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
November 10, 2020, 02:47 (GMT)
LineArt: reduce chaining_image_threshold to 0.001 to prevent errorous chaining.
November 10, 2020, 02:37 (GMT)
LineArt: Reduce geometry threshold default to 0.01
November 10, 2020, 02:30 (GMT)
Tweaked value for smoothing in vcol boundary tool (a slight amount of
smoothing is applied to prevent normal discontiuties from perfectly
colinear triangles).

Also reverted some CLANG compiling stuff.
November 10, 2020, 00:58 (GMT)
Cleanup: remove hard coded file format check in IMB_ispic_type

This is already being checked in the 'is_a' callback.
November 9, 2020, 22:42 (GMT)
Cleanup: clang-format
November 9, 2020, 22:40 (GMT)
Cleanup: clang-tidy suppress warnings for PyTypeObject.tp_print

Clang-tidy behavior changes from Python 3.7 to 3.8+ so it's simplest
to suppress the warning in this instance.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021