Blender Git Commit Log

All Blender Git commits.

Page: 1558 / 8462

June 15, 2020, 08:04 (GMT)
Export multiple frames to separate files.

Frame 20 with mentioned filename `name` is exported to `name020.obj`
It should be modified to exclude cases when a single frame is being
exported to avoid overwriting what the user intended to name it.

Also a filter is added to include only OB_MESH type objects for export.

The limits on frames can be changed, the current limits are like this:
Let's say unknowingly, the user selects the maximum 1000 frames & every
file is 1 MB in size. That will quickly fill up 1 GB on the disk.
More frames add to this risk.
June 15, 2020, 07:46 (GMT)
Fix T77735: Numinput of radial control operator behaved incorrectly

This fixes the behavior of `ctrl+F` and `shift+F` to control the angle
and strength of a brush when the unit scale is not one.

Reviewers: pablodp606

Differential Revision: https://developer.blender.org/D7992
June 15, 2020, 05:33 (GMT)
Fix curve handle color ID display

Regression in 49f59092e7c8c caused all handles to display using
the 'aligned' theme color.

Arrange flags to fix this, add assert to avoid this happening again.

Also rename flag so it's use is clearer.
June 14, 2020, 23:15 (GMT)
API docs: mathutils leaked markup

Reviewed By: Blendify

Differential Revision: https://developer.blender.org/D8021
June 14, 2020, 23:06 (GMT)
UI: Do not use term 'Subsurf'

So not to be confused with subsurf scatter

Differential Revision: https://developer.blender.org/D8005
Revision 3229939 by TempoDev (soc-2020-custom-menus)
June 14, 2020, 21:36 (GMT)
Custom Menu: fix display error, operator editor
June 14, 2020, 17:09 (GMT)
deps/windows/embree: Prevent exports leaking out of blender binary

embree marks a few of its functions with a dll_export macro
forcibly exporting these symbols from whatever binary links
them. Given we link embree statically and we do not want these
exports in the blender binary, the macro needs to be a no-op.
June 14, 2020, 15:07 (GMT)
Fix T76563: Transforming an auto-aligned point won't set it aligned

Correct previous commit that was checking values not yet initialized,
causing T77796.
June 14, 2020, 15:07 (GMT)
Cleanup: remove unnecessary header

Introduced in D8007
June 14, 2020, 14:44 (GMT)
Added unique name parameter for modifiers as well as MeshTest class
June 14, 2020, 11:58 (GMT)
Fixed bug for some binary boolean ops. Fixed a memory leak.

Now the basic binary booleans work from the tool (not the modifier).
Still to do: (1) coplanar and non-connected-component cases;
(2) dissolve triangulation lines and new verts due only to them;
(3) properly transfer mesh attributes from old to new;
(4) hook up to modifier;
(5) attention to and tuning of performance.
June 14, 2020, 11:34 (GMT)
GPencil: Apply all GSoC changes

June 14, 2020, 11:28 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
June 14, 2020, 11:24 (GMT)
GPencil: Refactor BKE_gpencil_selected_strokes_editcurve_update
June 14, 2020, 11:24 (GMT)
GPencil: Fix selection of BezTriple
June 14, 2020, 10:39 (GMT)
GPencil: Replace loops by FOREACH macro
June 14, 2020, 10:17 (GMT)
GPencil: update the stroke after they are fitted to a curve
June 14, 2020, 10:16 (GMT)
GPencil: update the stroke after they are fitted to a curve
June 14, 2020, 07:42 (GMT)
install_deps: Update python default version to 3.7.7.

Re T77846.
June 13, 2020, 23:54 (GMT)
Made binary version of boolean and hooked up to Boolean tool.

Union seems to work. Other ops are flaky because I haven't
quite got the winding number propagation right yet.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021