refactor tables to calculate the index of the the row in the vec of instances

This commit is contained in:
indierusty
2025-06-28 08:39:18 +05:30
parent db141046a3
commit b1ee9cf412
7 changed files with 184 additions and 165 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ use graphene_core::raster_types::CPU;
use graphene_core::renderer::RenderMetadata;
use graphene_core::transform::ReferencePoint;
use graphene_core::uuid::NodeId;
use graphene_core::vector::VectorDataInstancesModification;
use graphene_core::vector::VectorDataModification;
use graphene_core::vector::style::Fill;
use graphene_core::{Color, MemoHash, Node, Type};
use std::fmt::Display;
@@ -215,7 +215,7 @@ tagged_value! {
DocumentNode(DocumentNode),
Curve(graphene_core::raster::curve::Curve),
Footprint(graphene_core::transform::Footprint),
VectorDataInstancesModification(VectorDataInstancesModification),
VectorDataModification(VectorDataModification),
FontCache(Arc<graphene_core::text::FontCache>),
// ==========
// ENUM TYPES