vMix Forums
»
General
»
GT
»
Show Visible Toggle for Brush Rectangle Images doesn't work
Rank: Member
Groups: Registered
Joined: 2/19/2017(UTC) Posts: 17
|
Hi,
I am redesigning all my Overlays and had to find out, the the "ShowVisbleToggel" doesn't work for bitmaps imported with the PSD import.
If I edit the documents xml by hand and replace the Rectangle/Brush part with a simple Image.Bitmap it works. But I have to do it for a lot.
Any idea how to solve this or what I am missing?
From: <Layer Name="testlayer" Dimensions="3840,2160,0"> <Layer.Composition> <Composition Width="3840" Height="2160"> <Rectangle Name="SO Home Dot Red6" Dimensions="56,56,0" Location="894,967,0" DataFlags="ShowVisible"> <Rectangle.Fill> <Brush Type="Bitmap" Color="#FFFF0000"> <Brush.Bitmap> <Bitmap Source="e9b2b46b-4df8-4744-8aab-b60bcc586a5b\Overlay 4K.psd.20.png" /> </Brush.Bitmap> </Brush> </Rectangle.Fill> <Rectangle.Stroke> <Brush Color="#FFFFFFFF" /> </Rectangle.Stroke> </Rectangle> </Composition> </Layer.Composition> </Layer>
to
<Layer Name="testlayer" Dimensions="3840,2160,0"> <Layer.Composition> <Composition Width="3840" Height="2160"> <Image Name="SO Home Dot Red6" Dimensions="56,56,0" Location="894,967,0" DataFlags="ShowVisible"> <Image.Bitmap> <Bitmap Source="e9b2b46b-4df8-4744-8aab-b60bcc586a5b\Overlay 4K.psd.20.png" /> </Image.Bitmap> </Image> </Composition> </Layer.Composition> </Layer> and the Visible Togel shows up in the Title Editor in Vmix.
Thanks Henrik
|
|
|
|
vMix Forums
»
General
»
GT
»
Show Visible Toggle for Brush Rectangle Images doesn't work
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close