Blender Git Commit Log

All Blender Git commits.

Page: 954 / 8462

February 2, 2021, 11:08 (GMT)
macOS: fix warning about unkown GPU with Apple M1 chip
February 2, 2021, 10:10 (GMT)
Fix regression: Crash garbage collecting VBOs on never evaluated scenes

Committing fix again, since it is somehow got lost when merging release
branch into master.
February 2, 2021, 09:58 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
build_files/cmake/platform/platform_win32.cmake
February 2, 2021, 09:57 (GMT)
Merge branch 'master' into temp-gpencil-io
February 2, 2021, 09:49 (GMT)
Merge branch 'master' into temp-gpencil-fill
February 2, 2021, 09:32 (GMT)
Gpencil: More changes to Fill tool

February 2, 2021, 08:36 (GMT)
Merge branch 'blender-v2.92-release'
February 2, 2021, 08:34 (GMT)
creator: add missing '--debug-*' arguments under debugging options

Only print "Other Options" when the heading has content to show.
February 2, 2021, 08:33 (GMT)
Merge branch 'blender-v2.92-release'
February 2, 2021, 08:30 (GMT)
Fix T85194: Smart UV does not respect "Correct Aspect" correctly

This lead to wrong, stretched UVs regardless of the ON/OFF state of
"Correct Aspect" option (some code in the operator respected this
setting properly, whereas it was hardcoded in another part).

Before rB9296ba867462, `uvedit_pack_islands_multi` was always called
with `correct_aspect` = false for the UnwrapOptions.
After rB9296ba867462, `ED_uvedit_pack_islands_multi` was always called
with `correct_aspect` = true for the UVPackIsland_Params.

Both seem wrong [in that they do not take the operator setting into
account]. Now respect that setting [same as the following
`uv_map_clip_correct_multi` does as well btw.]

Now results match 2.90 [where this was still python] perfectly.

Maniphest Tasks: T85194

Differential Revision: https://developer.blender.org/D10246
February 2, 2021, 08:18 (GMT)
Merge branch 'blender-v2.92-release'
February 2, 2021, 08:12 (GMT)
cmake/deps: remove 'tcl' language support from sqlite

Build sqlite without `tcl` support, as it's causes an error on
installation when `tcl` is installed into the systems `/usr/lib/` and
install isn't running as root.

This could be resolves by adding `tcl` as a dependency
however it's not needed for Python's sqlite integration.

Linux distributions (Debian & Arch at least) split this off
into a separate package (which Python doesn't depend on),
so there is no need for Blender to include sqlite's `tcl`
integration either.

Reviewed By: brecht, LazyDodo

Ref D10281
February 2, 2021, 01:16 (GMT)
import changes from proxy patch
February 2, 2021, 01:11 (GMT)
cleanup
February 2, 2021, 00:03 (GMT)
Merge branch 'master' into cycles_procedural_api
February 2, 2021, 00:00 (GMT)
cleanup
February 1, 2021, 23:18 (GMT)
Geometry Nodes: Support instances in the point instance node
February 1, 2021, 23:17 (GMT)
Geometry Nodes: Output instanced geometry from the object info node
February 1, 2021, 23:17 (GMT)
Geometry Nodes: First pass on instance geometry set API

I think a fair amount of this will change, but this API uses a callback on
each component of a geometry set and its instances recursively.

Example uses will come in a following commit.
Revision 33b8063 by Ankit Meel (master)
February 1, 2021, 20:45 (GMT)
CMake: Remove duplicated code for Haru-TIFF dependency.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021