Skip to main content

All Questions

Tagged with
1 vote
0 answers
11 views

How to install the HCL or LCh Color Space for Blender's Compositor (for use in the Separate and Combine Color nodes)

I am working on a project within Blender that involves colouring black and white videos, and part of it involves using the "Separate" and "Combine" color nodes to overlay the color ...
The VFX Man Colorization VFX E's user avatar
0 votes
0 answers
17 views

How to determine if a tracking marker is inside a mask?

How can I determine whether a camera tracking marker is inside or outside a mask that I have created in Blender using Python? For instance, if I create a mask in Blender's masking area for a specific ...
Axel Olsson's user avatar
0 votes
1 answer
145 views

How to create a masked image using blender python scripting in blender

I am a beginner at blender. I have 5 cylinders present on the field in the shape of a plane, like this one: I have 100 images in which the cylinder's shape and position are randomized. I want to ...
Blitz21Krieg's user avatar
2 votes
0 answers
230 views

How do I create a mask in python?

I'm writing a script for some transition effects in Blender in the VSE. Currently I'm trying to have the script create a mask that can be used. I call ...
Dan Fumosa's user avatar
1 vote
1 answer
489 views

How to insert a keyframe for Mask Point coordinates

I'm currently writing an Add-on for Blender 2.8 where I need to change the coordinates of the MaskSplinePoints in the ...
Allanj's user avatar
  • 13
0 votes
1 answer
2k views

Blender RGB masking with segmentation. How to? If possible

I have a 3d small garden with 15 plants. Each plant have leaf objects. Formally they are just a leaf objects with different XYZ location/rotation/scale. Take a look I want to get something similar to ...
cxnt 's user avatar
  • 397
0 votes
1 answer
83 views

trying to export mask animation but data dont change when changing frames!

trying to export mask data i managed to do so for a single frame successfully by doing for each point: bpy.data.masks[mask].layers[0].splines[0].points[0].co ...
bat3a's user avatar
  • 45
2 votes
1 answer
520 views

How to store the selected points of a Mask

I am trying to store the selected points of a Mask in the ClipEditor in a list, in order to retrieve it later, so to say as a temporary selection-set of mask controlpoints. Here's what I have so far:...
sebastian_k's user avatar
2 votes
1 answer
975 views

How to manipulate position of mask layer using python

I'm using Blender 2.78 and playing around with making different video transition effects. I want to automate the dynamics of a mask layer(rectangle as seen below) and it all work fine if I add ...
Skygge's user avatar
  • 23