Branch: refs/heads/master
Home: https://github.com/synfig/synfig
Commit: 6b9fcf34250b6f058986f778d949f8a9e47a53e5
https://github.com/synfig/synfig/commit/6b9fcf34250b6f058986f778d949f8a9e47a53e5
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M synfig-core/src/synfig/blur.cpp
Log Message:
-----------
fix: regression of disc blur
introduced in 8dc51c1b06700117dca133b237cbe45bec46dd6e
Commit: 500277969f6be18ece592a338018868ca4c2a064
https://github.com/synfig/synfig/commit/500277969f6be18ece592a338018868ca4c2a064
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M synfig-core/src/synfig/blur.cpp
Log Message:
-----------
refactor: use std::vector instead of direct memory allocation
Commit: 4da1096970d825c652fe99b54b64a0ce9c864dcc
https://github.com/synfig/synfig/commit/4da1096970d825c652fe99b54b64a0ce9c864dcc
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M synfig-core/src/synfig/blur.cpp
Log Message:
-----------
refactor: use synfig::clamp()
Commit: acf2e1b8331923f137a1d05ac9782dc8359f1281
https://github.com/synfig/synfig/commit/acf2e1b8331923f137a1d05ac9782dc8359f1281
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M synfig-core/src/synfig/blur.cpp
Log Message:
-----------
refactor(Blur): use pw,ph wherever we can
Commit: 76085950229c23f1056bb6813ba6ad20acea8e57
https://github.com/synfig/synfig/commit/76085950229c23f1056bb6813ba6ad20acea8e57
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M synfig-core/src/synfig/blur.cpp
Log Message:
-----------
refactor(Blur): use halfsizex/y wherever we can
Commit: 0769f5b6b96a9f9e29d7b27a2c61da5df1ae5833
https://github.com/synfig/synfig/commit/0769f5b6b96a9f9e29d7b27a2c61da5df1ae5833
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M synfig-core/src/modules/lyr_std/bevel.cpp
M synfig-core/src/modules/lyr_std/bevel.h
Log Message:
-----------
style: cleanup #include in bevel layer
Commit: 8559170ffc8f4bd3b9d9f533e3fc0bdeefd732b7
https://github.com/synfig/synfig/commit/8559170ffc8f4bd3b9d9f533e3fc0bdeefd732b7
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M synfig-core/src/modules/lyr_std/bevel.cpp
Log Message:
-----------
style: remove commented-out and unused code
Commit: d2dc9f337660ffd5c46f37081baf24ca6247bd5c
https://github.com/synfig/synfig/commit/d2dc9f337660ffd5c46f37081baf24ca6247bd5c
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M synfig-core/src/modules/lyr_std/bevel.cpp
Log Message:
-----------
refactor: avoid recomputation of coords in bevel layer
Commit: a2443179877ec8ad7322e5ca6c57d761cfed11aa
https://github.com/synfig/synfig/commit/a2443179877ec8ad7322e5ca6c57d761cfed11aa
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M synfig-core/src/modules/lyr_std/bevel.h
Log Message:
-----------
style: use `override` rather simple `virtual`
the compiler checks if we are really overriding or
create another class method signature
Commit: 1cb68166abf609b6ca39a137ac7712ad8785f722
https://github.com/synfig/synfig/commit/1cb68166abf609b6ca39a137ac7712ad8785f722
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M synfig-core/src/modules/lyr_std/bevel.cpp
Log Message:
-----------
refactor: pw means pixel width not pixel per unit
Used by RendDesc:
pw = pixel width = horizontal units per pixels
ph = pixel height = vertical units per pixels
Used by Cobra tasks:
ppu = pixels per unit (Vector2)
upp = units per pixel (Vector2)
Commit: c3cc31dfdf0912b5fef2b5e5619110c8b39222d5
https://github.com/synfig/synfig/commit/c3cc31dfdf0912b5fef2b5e5619110c8b39222d5
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M synfig-core/src/modules/lyr_std/bevel.cpp
Log Message:
-----------
refactor(Bevel): Disc uses same size as FastGaussian
Commit: a3f1131f7e69587f5e541baaa67cd5651a74a7ba
https://github.com/synfig/synfig/commit/a3f1131f7e69587f5e541baaa67cd5651a74a7ba
Author: Rodolfo Ribeiro Gomes <[email protected]>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M synfig-core/src/modules/lyr_std/bevel.cpp
Log Message:
-----------
refactor: simplify sub_renddesc computation
Commit: efeeda8c0925ef8e075a454264ae177cb2539bb7
https://github.com/synfig/synfig/commit/efeeda8c0925ef8e075a454264ae177cb2539bb7
Author: Konstantin Dmitriev <[email protected]>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M synfig-core/src/modules/lyr_std/bevel.cpp
M synfig-core/src/modules/lyr_std/bevel.h
M synfig-core/src/synfig/blur.cpp
Log Message:
-----------
refactor: clean up Bevel layer (#3394)
Compare: https://github.com/synfig/synfig/compare/6cdaa8c2529f...efeeda8c0925
To unsubscribe from these emails, change your notification settings at
https://github.com/synfig/synfig/settings/notifications
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl