mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-19 05:35:01 +00:00
Instance tables refactor part 4: replace ArtboardGroups with multi-row Instances<Artboard> (#2265)
* Clean up dyn_any usages * Migrate ArtboardGroup to ArtboardGroupTable (not yet flattened) * Reorder graphical data imports * Flatten and remove ArtboardGroup in favor of ArtboardGroupTable * Fix test
This commit is contained in:
parent
2f6c6e28f0
commit
19a140682e
32 changed files with 233 additions and 156 deletions
|
@ -1,8 +1,8 @@
|
|||
use dyn_any::{StaticType, StaticTypeSized};
|
||||
use graphene_core::raster::{color::RGBA16F, Image, Pixel, SRGBA8};
|
||||
use graphene_core::*;
|
||||
|
||||
use bytemuck::{Pod, Zeroable};
|
||||
use dyn_any::{StaticType, StaticTypeSized};
|
||||
use glam::UVec3;
|
||||
use std::borrow::Cow;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue