Blender Git Loki
Page: 3 / 13
March 2, 2020, 17:00 (GMT) |
Merge branch 'uuid-undo-experiments' into uuid-undo-experiments-swap-reread-datablocks |
Revision d169707 by Bastien Montagne (uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) March 2, 2020, 16:59 (GMT) |
Merge branch 'uuid-id' into uuid-undo-experiments |
Revision e02e47c by Bastien Montagne (uuid-id, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) March 2, 2020, 16:58 (GMT) |
Fixes to Session uuids. Do not assign new session uuid if ID already has one. Only re-use existing session uuids from read IDs in undo case. Regular file loading requires a full reset of the uuids. |
March 2, 2020, 16:52 (GMT) |
Some more debug prints. |
March 2, 2020, 16:23 (GMT) |
Merge branch 'uuid-undo-experiments' into uuid-undo-experiments-swap-reread-datablocks Conflicts: source/blender/blenloader/intern/readfile.c source/blender/makesdna/DNA_ID.h |
Revision a658b62 by Bastien Montagne (uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) March 2, 2020, 16:00 (GMT) |
Merge branch 'uuid-id' into uuid-undo-experiments |
Revision 5c84907 by Bastien Montagne (uuid-id, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) March 2, 2020, 15:58 (GMT) |
Fix mistake in ghash handling code in new id_map' uuid thing. |
Revision e299351 by Bastien Montagne (uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) March 2, 2020, 15:28 (GMT) |
Merge branch 'uuid-id' into uuid-undo-experiments |
Revision 1301d0b by Bastien Montagne (uuid-id, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) March 2, 2020, 15:27 (GMT) |
Forgot to free new id_map uuid ghash in previous commit. |
Revision aec9007 by Bastien Montagne (uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) March 2, 2020, 15:25 (GMT) |
Merge branch 'uuid-id' into uuid-undo-experiments |
Revision 458bfea by Bastien Montagne (uuid-id, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) March 2, 2020, 15:14 (GMT) |
Add uuid support to main_idmap. |
Revision 00988ca by Bastien Montagne (uuid-id, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) March 2, 2020, 11:49 (GMT) |
Merge branch 'master' into uuid-id |
Revision 0c4fdaf by Bastien Montagne (uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) February 28, 2020, 16:42 (GMT) |
Merge branch 'uuid-id' into uuid-undo-experiments |
Revision 8013046 by Bastien Montagne (uuid-id, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) February 28, 2020, 16:39 (GMT) |
Add an session-wise uuid integer to IDs. This is intended to provide undo with a way to find IDs across several 'memory realms' (undo speedup project). |
February 28, 2020, 14:43 (GMT) |
Merge branch 'uuid-undo-experiments' into uuid-undo-experiments-swap-reread-datablocks |
Revision 2393fd3 by Bastien Montagne (uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) February 28, 2020, 14:36 (GMT) |
Fix for undoing 'unique id memaddress' branch. |
Revision 3803263 by Bastien Montagne (uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) February 28, 2020, 14:35 (GMT) |
Merge branch 'master' into uuid-undo-experiments |
Revision afcc442 by Bastien Montagne (uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) February 28, 2020, 14:26 (GMT) |
Revert "Initial rough idea of 'unique ID address' change." This reverts commit 587155745b3b6c4949dd0b155abf24405b436c24. |
Revision da0b2d8 by Bastien Montagne (uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) February 28, 2020, 14:24 (GMT) |
Revert "Rework the whole unique ID system to also store ID addresses history in Main's mapping." This reverts commit 726e6972160159cc9d5b2be9cfb618f7362acc81. |
Revision f6658ff by Bastien Montagne (undo-experiments-swap-reread-datablocks, uuid-undo-experiments-swap-reread-datablocks) February 28, 2020, 09:57 (GMT) |
Cleanup outdated comment. |