Blender Git Commit Log

All Blender Git commits.

Page: 2319 / 8462

July 29, 2019, 14:24 (GMT)
GPencil: Update stroke loop after merge using macro

During merge, the loop back to old style using for's and now it's using the macro.
July 29, 2019, 14:13 (GMT)
Merge branch 'master' into greasepencil-object
July 29, 2019, 14:05 (GMT)
fix coyp paste error
July 29, 2019, 14:02 (GMT)
Linux: update appdata description
July 29, 2019, 14:00 (GMT)
Doxygen: update version number
July 29, 2019, 13:48 (GMT)
add integer attribute type
July 29, 2019, 13:28 (GMT)
Fix T67857: crash assigning None to the data of an empty using python

Assigning None is allowed for (image) empties.

Reviewers: sergey

Maniphest Tasks: T67857

Differential Revision: https://developer.blender.org/D5362
July 29, 2019, 13:24 (GMT)
Fix T67860: missing 3d cursor update when picking texture clone location

Reviewers: sergey

Maniphest Tasks: T67860

Differential Revision: https://developer.blender.org/D5360
July 29, 2019, 13:21 (GMT)
Fix T67221: Auto-offset in VSE doesn't refresh audio

Reviewers: sergey, ISS

Maniphest Tasks: T67221

Differential Revision: https://developer.blender.org/D5300
July 29, 2019, 13:16 (GMT)
initial particles block id
July 29, 2019, 13:10 (GMT)
Fix T66931: "reset to default value" of metaball - viewport resolution is way too high

Maniphest Tasks: T66931

Differential Revision: https://developer.blender.org/D5251
July 29, 2019, 13:08 (GMT)
remove lots of redundant code
July 29, 2019, 12:50 (GMT)
initial age output in particle info node
July 29, 2019, 12:45 (GMT)
Remove debug prints from previous commit.

Sorry for the noise...
July 29, 2019, 12:17 (GMT)
Fix T67777: Linked rig crashes Blender 2.8 RC3 on File|New.

Sync back between proxy armature pose and linked one was not properly
clearing the posebone runtime data, ending up with shared memory between
both (direct cause of reported crash), and probably some other nasty
issues.

While this crash is not critical in itself, I would suggest to add this
fix to 2.80 branch, as it is super-safe and simple, and is probably
fixing some other un-reported issues?
July 29, 2019, 12:11 (GMT)
Fix T67620: Font preview translations malfunction in Blender 2.8

We cannot reliably use translations API from non-main threads.

Now storing translated strings in a static cache, with basic mechanism
to update it on language change.

Reviewers: brecht, campbellbarton

Differential Revision: https://developer.blender.org/D5350
July 29, 2019, 12:02 (GMT)
introduce input provider interface
July 29, 2019, 11:56 (GMT)
GPencil: Merge by distance (WIP)

Initial implementation of merge by distance
GPencil: Fix duplicated CMake entry


GPencil: Add missing code for operator in previous commit

July 29, 2019, 11:51 (GMT)
support for freeing particle function input arrays
July 29, 2019, 11:39 (GMT)
extract method to create particle function input provider
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021