February 14, 2020, 17:58 (GMT) |
Merge branch 'id-ensure-unique-memory-address' into undo-experiments
|
February 14, 2020, 17:58 (GMT) |
Factorize unique ID mem address allocation into a util functions.
|
February 14, 2020, 14:35 (GMT) |
undoexp: transfer set of used ID pointers from old to new bmain in undo case.
|
February 14, 2020, 14:00 (GMT) |
Merge branch 'id-ensure-unique-memory-address' into undo-experiments
|
February 14, 2020, 13:56 (GMT) |
Merge branch 'readfile-rework-refcount-handling' into id-ensure-unique-memory-address
|
February 14, 2020, 13:55 (GMT) |
Cleanup: remove timing debug calls.
We now know that extra time spent here is neglectable.
|
February 14, 2020, 13:53 (GMT) |
Fix crash on undo case.
We cannot use libquery too early in undo case, because of all the black magic we perform over our data-blocks there...
|
February 14, 2020, 13:34 (GMT) |
Merge branch 'id-ensure-unique-memory-address' into undo-experiments
|
February 14, 2020, 13:20 (GMT) |
Merge branch 'readfile-rework-refcount-handling' into id-ensure-unique-memory-address
Conflicts: source/blender/blenkernel/intern/main.c
|
February 14, 2020, 11:55 (GMT) |
Merge branch 'libquery-handle-ui-pointers' into readfile-rework-refcount-handling
|
February 14, 2020, 11:54 (GMT) |
Merge branch 'master' into libquery-handle-ui-pointers
Conflicts: source/blender/blenkernel/intern/lib_query.c
|
February 14, 2020, 11:33 (GMT) |
Merge branch 'libquery-handle-ui-pointers' into readfile-rework-refcount-handling
|
February 14, 2020, 11:29 (GMT) |
Merge branch 'master' into libquery-handle-ui-pointers
|
February 14, 2020, 08:55 (GMT) |
Merge branch 'master' into libquery-handle-ui-pointers
|
February 11, 2020, 17:07 (GMT) |
Fix previous commit.
|
February 11, 2020, 17:01 (GMT) |
undoexp: Update for 'unique ID memaddress' change.
|
February 11, 2020, 16:54 (GMT) |
Merge branch 'id-ensure-unique-memory-address' into undo-experiments
|
February 11, 2020, 16:50 (GMT) |
Initial rough idea of 'unique ID address' change.
Goal of this code is to ensure we only ever use a given memory address once, for all IDs generated in a bmain.
This is crucial if we want to be able to use ID pointers instead of ID names in undo speedup work, when re-using existing IDs.
|
February 10, 2020, 17:49 (GMT) |
Merge branch 'libquery-handle-ui-pointers' into undo-experiments
|
February 10, 2020, 17:49 (GMT) |
Merge branch 'master' into libquery-handle-ui-pointers
|