Blender Git Commit Log

All Blender Git commits.

Page: 1563 / 8462

June 12, 2020, 09:19 (GMT)
GPencil: Update last GSoC branch changes

June 12, 2020, 09:05 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
June 12, 2020, 09:02 (GMT)
GPencil: Use resolution parameter

Use the curve resolution parameter in the stroke option panel
to control how many segments are generated from the edit curve.
June 12, 2020, 08:52 (GMT)
Merge branch 'master' into greasepencil-object
June 12, 2020, 08:42 (GMT)
GPencil: Add Resolution prop to Curve Editing popover

June 12, 2020, 08:33 (GMT)
Merge branch 'master' into greasepencil-edit-curve
June 12, 2020, 08:32 (GMT)
GPencil: New Error Threshold parameter

This parameter is used to determine how precise is the curve conversion.
June 12, 2020, 06:27 (GMT)
Cleanup: split object data deform functions into their own files

Move armature/curve functions into their headers,
they were previously in BKE_lattice.h
June 12, 2020, 05:06 (GMT)
Cleanup: use doxy sections for armature.c
June 12, 2020, 04:39 (GMT)
Cleanup: minor changes to deform functions

- Use 'float (*)[3]' to avoid casts.
- Remove unnecessary float[3] copy in gpencil_deform_verts.
- Use MEM_SAFE_FREE
- Use const arguments.
June 12, 2020, 03:53 (GMT)
Cleanup: split deform functions that take target object-data

Prefer meaningful function names over redundant NULL arguments.

Also clarify variable names as it wasn't obvious the object-data
is part of the object target.
June 12, 2020, 02:52 (GMT)
Cleanup: use BKE_ prefix for deform functions
June 12, 2020, 01:47 (GMT)
Outliner: Add pose mode toggle to left column

Allow adding/removing objects from pose mode through the left column.
Also cleanup the icon drawing code by using the same function for
active and inactive states and only change the icon and add the callback
when needed.
June 12, 2020, 00:37 (GMT)
First real boolean union output test works.
June 11, 2020, 22:46 (GMT)
Quient some warnings on Linux.
June 11, 2020, 22:07 (GMT)
UI: Start towards property search in public branch

This is VERY WIP, but I will continue work in this branch. Implementation
starts with a few things:
- A pass at the end of the layout system to scan buttons based on a
search string set by the properties space. Buttons which don't fit
the filter are removed from the layouts.
- A pass after the filter to move buttons that are still in layouts
to a single column "search layout." There is currently a bug with
this that adds too much space in between items.
- An attempt to only show panels that haven't been completely
filtered by the previous two steps. This is quite buggy right now:
panels don't animate properly and sometimes it fails.
- An attempt at a keymap item "ctrl-F" to activate the search button.
"alt-F" should probably clear the button too.
June 11, 2020, 21:28 (GMT)
Makefile: Add build target for release

Fixes T77353
June 11, 2020, 20:27 (GMT)
EEVEE: Motion Blur: Auto detect animation and deformation on objects

This remove the overhead of deformation and normal motion blur
for all static objects.
June 11, 2020, 19:28 (GMT)
Review: Added Exception safety, some minor improvements and works as
intended.
June 11, 2020, 18:41 (GMT)
GPencil: Fix compiler warning

This is temp hack.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021