Blender Git Commits

Blender Git "master" branch commits.

Page: 1612 / 5574

August 8, 2018, 18:22 (GMT)
UI: move grease pencil entry in add menu.

The first group of object types is renderable geometry which this belongs
to more than the second group, which are unrenderable utility objects.
August 8, 2018, 18:18 (GMT)
Cleanup: remove leftover game player code.
August 8, 2018, 18:13 (GMT)
WeightVG modifiers: cleanup.
August 8, 2018, 18:08 (GMT)
Fix T55818: Dynamically modified influence vertex group not working in modifier stack.

Now that we are using meshes, we need to assign back potential new
vgroup cdlayer to mesh->dvert pointer...
August 8, 2018, 17:48 (GMT)
GP: Fix memory leak in draw engine for buffer strokes

This memory leak was undetected during a long time, but with new memory checking is visible.

The problem was the stroke buffer batch was realocating new batches without free the memory.
August 8, 2018, 14:56 (GMT)
Fix T56220: Adding Grease Object crashes if link Material is set to Object
August 8, 2018, 11:37 (GMT)
Cleanup: Move some duplicate code to new function
August 8, 2018, 10:45 (GMT)
Cleanup: trailing space
August 8, 2018, 10:19 (GMT)
GP: Fix unreported segment fault with some old files

In some corner situations for old files, the weights array could not be initialized properly.
August 8, 2018, 09:57 (GMT)
Cleanup unused arg warning.
August 8, 2018, 09:56 (GMT)
Fix T56273: User count assert on re-saving a particular file.

new background image/clip of Camera ID was totally wrong, down the old,
broken 'way it used to be' instead of using new, more generic system.

Those ID pointers were not even added to library_query.c file, shame! xD
August 8, 2018, 09:48 (GMT)
GP: Change to make the temp name unique

The previous commit could fail if some corner situations. This new temp name must be unique always.
August 8, 2018, 09:16 (GMT)
Fix T55095: Undo crash w/ linked library data
August 8, 2018, 09:11 (GMT)
Fix T56270: Crash when save a grease pencil file with instance modifier.

The error was related to duplicate names in the internal hash used to order instances in z-depth.
August 8, 2018, 09:11 (GMT)
GP: Check render status before use it.
August 8, 2018, 08:57 (GMT)
Fix T56251: Outliner crash on selecting nested.

We need a valid tree here, undo step will make it invalid...
August 8, 2018, 07:56 (GMT)
Merge branch 'master' into blender2.8
August 8, 2018, 07:54 (GMT)
Ghost/X11: correct function signature
August 8, 2018, 07:13 (GMT)
Merge branch 'master' into blender2.8
August 8, 2018, 07:12 (GMT)
Fix T54584: Crash w/ image undo

Using accumulation undo type (eg painting)
as the first undo step, broke code which adds an initial memfile undo.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021