January 16, 2020, 09:32 (GMT) |
Cleanup: More use of LISTBASE_FOREACH |
January 16, 2020, 09:24 (GMT) |
Cleanup: Use LISTBASE_FOREACH |
January 16, 2020, 09:09 (GMT) |
Fix bug introduced in previous commit checking number of users If the eval is not used for 1 user, the modifier is added again and again. To avoid this eval, it would be required a flag to check if the modifier was applied before, but this need more work and we will do in the future. |
January 16, 2020, 07:41 (GMT) |
Merge branch 'greasepencil-refactor' into temp-gpencil-eval |
January 16, 2020, 07:41 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-refactor |
January 16, 2020, 07:40 (GMT) |
Merge branch 'master' into greasepencil-object |
January 16, 2020, 07:39 (GMT) |
GPencil: Show overlap option for Texture materials |
January 16, 2020, 07:35 (GMT) |
Do not create eval data if users is 1 If only one user, the default eval data is used and don't need a new copy |
January 15, 2020, 18:14 (GMT) |
Merge branch 'greasepencil-refactor' into temp-gpencil-eval |
January 15, 2020, 18:13 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-refactor |
January 15, 2020, 18:13 (GMT) |
Merge branch 'master' into greasepencil-object |
January 15, 2020, 18:12 (GMT) |
Fix Sculpt to use Eval data |
January 15, 2020, 18:08 (GMT) |
Cleanup: Remove ToDo comments |
January 15, 2020, 18:08 (GMT) |
Fix Weight Paint to use Eval data |
January 15, 2020, 17:13 (GMT) |
Fix Vertex Paint to use Eval data |
January 15, 2020, 17:13 (GMT) |
Save reference to original frame |
January 15, 2020, 16:23 (GMT) |
Copy relevant variables to eval datablock Instead to copy full datablock (very slow), just copy the active frame, but also the variables related to GPD and GPL. |
January 15, 2020, 15:23 (GMT) |
Copy full datablock to Eval Need to copy all, or all tags are missing |
January 15, 2020, 15:05 (GMT) |
Revert "GPencil: Fix missing edit points with modifiers" This reverts commit 6c9f72c1b25624625feda2f556566f07eb5d2c66. |
January 15, 2020, 10:51 (GMT) |
GPencil: Fix missing edit points with modifiers The flag was updated in original datablock, but not in eval copy. |
|