From 88c9d66352c2f4856682efd48482b5b72aca18bf Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 12 Mar 2023 00:54:24 +0000 Subject: Support loading references to texture fragments --- res/brush47.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/brush47.xml') diff --git a/res/brush47.xml b/res/brush47.xml index dbd3327..a7e3894 100644 --- a/res/brush47.xml +++ b/res/brush47.xml @@ -59,6 +59,8 @@ + + -- cgit v1.2.3 From 0ee9b8c6036899f95dfd54f151cb60a03645f87a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 12 Mar 2023 01:05:18 +0000 Subject: Support loading texture references into faces --- res/brush47.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'res/brush47.xml') diff --git a/res/brush47.xml b/res/brush47.xml index a7e3894..c345c82 100644 --- a/res/brush47.xml +++ b/res/brush47.xml @@ -71,7 +71,11 @@ - + + + + + -- cgit v1.2.3 From b5db39e7de50cff669920ab1f279df223d257a51 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 20 Mar 2023 00:26:16 +0000 Subject: Support applying a single face controller to multiple faces --- res/brush47.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'res/brush47.xml') diff --git a/res/brush47.xml b/res/brush47.xml index c345c82..f74cb29 100644 --- a/res/brush47.xml +++ b/res/brush47.xml @@ -2,8 +2,7 @@ - - + @@ -66,15 +65,12 @@ - - + - - + - - + -- cgit v1.2.3 From 2bcbb86db4061e32005adea8806e4ac552691bcf Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 7 Apr 2023 23:55:09 +0100 Subject: Extend face controller to support splitting a face along a plane Individual parts of the splits faces can then be styled separately --- res/brush47.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'res/brush47.xml') diff --git a/res/brush47.xml b/res/brush47.xml index f74cb29..20c43c8 100644 --- a/res/brush47.xml +++ b/res/brush47.xml @@ -70,7 +70,11 @@ - + + + + + -- cgit v1.2.3 From 26219bd0e3a1a0da74282509357f0ffcbcbafd7e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 8 Apr 2023 11:50:40 +0100 Subject: Update Brush47 with yellow cab parts and window texture Note: side window distorted still. --- res/brush47.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'res/brush47.xml') diff --git a/res/brush47.xml b/res/brush47.xml index 20c43c8..31518c8 100644 --- a/res/brush47.xml +++ b/res/brush47.xml @@ -60,14 +60,25 @@ + + + + + + - + + + + + + -- cgit v1.2.3