Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> temp-dynamic-overrides
"Temp-dynamic-overrides" branch
Total commits : 82
Total committers : 7
First Commit : May 8, 2018
Latest Commit : June 26, 2018
Commits by Month
Date | Number of Commits | |
---|---|---|
June, 2018 | 13 | |
May, 2018 | 69 |
Committers
Author | Number of Commits |
---|---|
Dalai Felinto | 52 |
Bastien Montagne | 18 |
Campbell Barton | 4 |
Sergey Sharybin | 3 |
Brecht Van Lommel | 2 |
Julian Eisel | 2 |
Nick Milios | 1 |
Popular Files
Filename | Total Edits |
---|---|
draw_manager.c | 448 |
object_mode.c | 196 |
eevee_private.h | 189 |
DRW_render.h | 182 |
rna_scene.c | 172 |
versioning_280.c | 168 |
rna_space.c | 167 |
eevee_engine.c | 163 |
layer.c | 159 |
drawobject.c | 153 |
Latest commits
June 26, 2018, 14:07 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-dynamic-overrides |
June 20, 2018, 08:50 (GMT) |
Cleanup: De-duplicate overrides properties apply loop |
June 20, 2018, 08:29 (GMT) |
Cleanup: Create ID property only once Avoids refining ID pointer for every property which is being applied. |
June 20, 2018, 08:18 (GMT) |
Merge branch 'blender2.8' into temp-dynamic-overrides |
June 18, 2018, 10:37 (GMT) |
Merge branch 'blender2.8' into temp-dynamic-overrides |
June 15, 2018, 12:44 (GMT) |
Fix broken multi-threaded concurrent access to same data. Note that later we do can cache the non-data version of this path (i.e. list of propnames), this will still save us the full RNA path parsing. But the data side of path resolution has to be fully local, no way to cache that since a same override can be applied to several objects! |
June 15, 2018, 12:11 (GMT) |
Update DNA comment |
June 15, 2018, 10:58 (GMT) |
Depsgraph: Link scene cow with object cow For dynamic override we need to be sure the object cow is not updated before the scene cow. In fact we need this to any datablock that is potentially dynamic overridable. That said this patch makes the relationship (fix the arrows) yet it doesn't fix the underlying problem. |
June 15, 2018, 10:18 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-dynamic-overrides |
June 12, 2018, 12:26 (GMT) |
Use proper UI name |
June 12, 2018, 12:17 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-dynamic-overrides |
June 12, 2018, 09:11 (GMT) |
Update the UI to use bl_parent_id Also remove the DNA/RNA settings that were added for that. |
June 12, 2018, 09:00 (GMT) |
Merge branch 'blender2.8' into temp-dynamic-overrides Conflicts: source/blender/makesrna/intern/rna_access.c |
May 31, 2018, 19:44 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-dynamic-overrides |
May 30, 2018, 22:01 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-dynamic-overrides |
May 28, 2018, 19:57 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-dynamic-overrides |
May 28, 2018, 19:56 (GMT) |
Fix readfile for affected collections |
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. |
MiikaHweb - Blender Git Statistics v1.06