Blender Git Commits

Blender Git commits from all branches.

Page: 755 / 2888

August 4, 2020, 19:20 (GMT)
Resetting some stuff that got messed up with previous commit.
August 4, 2020, 18:21 (GMT)
Merge branch 'master' into soc-2020-outliner
August 4, 2020, 17:48 (GMT)
Fixed several filtering bugs.

Several bugs with the acceleration filters cauased crashes and
incorrect results. Redid the error analysis and found some mistakes.
There was also a bug in the code for checking non-trivial intersections.
Now you can boolean a standard cube and cylinder and scale the cylinder
without crashing.
Also rewrote the tri-tri intersection code to make it more understandable
and also prepare the way for more floating filters.
August 4, 2020, 15:57 (GMT)
Fix bsdf_ being null; asserts for SOCK_RGBA

Use `ntreeType_Shader->idname` instead of manually entering the
ID to avoid mistakes (which I did!
`ShaderNodeTree` vs `ShaderNodetree`).

Add assert in case caller doesn't own the `nodetree_`.

Fix passing `float a, int b` to `Span` instead
of `float *, size_t size`.
Revision 0ead199 by Nathan Craddock (soc-2020-outliner)
August 4, 2020, 15:33 (GMT)
Merge branch 'master' into soc-2020-outliner
August 4, 2020, 15:30 (GMT)
Fix buildbot macOS packaging error after recent changes
August 4, 2020, 15:12 (GMT)
GPencil: Check camera view before export SVG
August 4, 2020, 14:59 (GMT)
Fix buildbot packaging error after recent changes
August 4, 2020, 14:44 (GMT)
Merge branch 'master' into greasepencil-edit-curve
August 4, 2020, 14:43 (GMT)
Merge branch 'master' into greasepencil-object
August 4, 2020, 14:39 (GMT)
GPencil: Include scene name at the bottom of SVG export
August 4, 2020, 14:21 (GMT)
Buildbot: make code signing of packages optional with --codesign parameter

This is in preparation of doing builds per commit that will not be code signed.

Ref D8438

Differential Revision: https://developer.blender.org/D8451
August 4, 2020, 14:00 (GMT)
Use Map's lookup instead of direct pointer to MTLMaterial

A direct pointer to a struct no longer points to the internal struct
of the `Map`, it seems. So use lookup which returns the reference too.
August 4, 2020, 14:00 (GMT)
GPencil: Fix error with boundbox exporting to SVG from view
August 4, 2020, 13:23 (GMT)
MTL: use mtllib for importing MTL files.

Create a utility function for splitting lines into the first words
& the rest of it.
August 4, 2020, 12:14 (GMT)
Merge branch 'master' into soc-2020-info-editor
August 4, 2020, 12:04 (GMT)
Simplify clog time function family

macros are no longer dependent on DEBUG
August 4, 2020, 11:52 (GMT)
GPencil: Add markers support to SVG export

Instead to export all frames, only export frames with markers.
August 4, 2020, 11:44 (GMT)
Rename clog time functions
August 4, 2020, 11:05 (GMT)
MTL: release shader_output_ node instead of bsdf_.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021