Blender Git Commits

Blender Git commits from all branches.

Page: 1514 / 2888

May 27, 2018, 23:58 (GMT)
Fixup for LinkData > AffectedCollection
May 27, 2018, 23:48 (GMT)
Tag COW when link/unlinking collections

In theory we can tag only the objects that are in the corresponding colletction
and its children.
May 27, 2018, 23:37 (GMT)
Use affected collections to determine objects to override

Note: It is done now as a cache system, although right now
this runs for all the objects.

But the logic should be decoupable once we integrate this with
the depsgraph properly.

Note: I seem to be getting a crash on saving/writing because
AffectedCollection->collection is NULL sometimes.
May 27, 2018, 22:42 (GMT)
New Affected Collection struct

No point in using anonymous LinkData structs.
May 27, 2018, 20:06 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 27, 2018, 19:39 (GMT)
Cleanup
May 27, 2018, 17:46 (GMT)
SLIM: Fix uppercase folder name in CMake file
May 27, 2018, 17:23 (GMT)
Update the viewport when changing dynamic override properties
May 27, 2018, 17:23 (GMT)
Util function to find view layer by dynamic property
May 27, 2018, 17:22 (GMT)
Extra make sure view3d updates for dynamic override

Without this we do not get updates when deleting/adding override
sets and affected collections.

We should probably replace this by manually publishin RNA updates though.
May 27, 2018, 17:21 (GMT)
Make sure viewport updates on dynamic override and override set changes
May 27, 2018, 17:20 (GMT)
Depsgraph: Tag depsgraph id based on id type
May 27, 2018, 16:33 (GMT)
BKE_idtype_to_main_data

Function to map ID_Type to bmain-> listbases.
May 27, 2018, 16:23 (GMT)
Fix 'broken' Multiply operation for Dynamic Overrides.

No reason to store operands of Multiply op in a separate property! Let's
keep things simple ;)
May 27, 2018, 14:34 (GMT)
Fix broken RNA override apply in Dynamic case.

Was accessing some pointers it should not access in Dynamic case.
Typical stupid mistakes that happen when you code without being able to
test your changes... ;)

Also made code a bit clear by using a global bool is_dynamic_override,
instead of using crappy NULL-pointer check.
May 27, 2018, 12:50 (GMT)
Make groom drawing work in edit mode with COW.
May 27, 2018, 10:38 (GMT)
Merge branch 'master' into fm_master
May 27, 2018, 10:33 (GMT)
compile and link errors fixed
May 27, 2018, 07:43 (GMT)
Merge branch 'hair_guides' into hair_guides_grooming
May 27, 2018, 07:42 (GMT)
Merge branch 'blender2.8' into hair_guides
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021