logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
abtaster  
#1 Posted : Monday, April 26, 2021 7:37:16 PM(UTC)
abtaster

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
Users browsing this topic
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.