Skip to main content

All Questions

Tagged with
8 questions with no upvoted or accepted answers
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
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
1 vote
0 answers
349 views

Is it possible to do pic collage (compositing nodes)?

I would like to build a python script that takes in entry a list of pictures, set them into a layout like in the above pictures, animate the pictures (ken burns effect) and render. I would like to ...
johnconnor's user avatar
1 vote
1 answer
76 views

How to select a point of a MaskLayer with python?

I am trying to select points of a spline of a MaskLayer with Python. In the end I want to be able to temporarily store a group of points in a list so I can select and deselect a bunch of mask points ...
sebastian_k's user avatar
0 votes
0 answers
8 views

How to update the selecting state of the Mask Points in Image Editor and Movieclip Editor with Python?

I'm writing a new add-on for the masking. I tried hard to find how to update/redraw the Image Editor or Movieclip Editor, but I didn't find helpful information. I share my test code below. If you try ...
Tony Houng'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
0 answers
38 views

MovieClipEditor : Load frames using a script when filesname are not enumerated

Got a folder of image files from time-lapse imaging which need to be read into the MovieClipEditor. The filenames are not enumerated following blender's convention, and there's value in not modifying ...
eldad-a's user avatar
  • 101
0 votes
1 answer
186 views

Can you Apply a Mask (hide) to a Model Based on the Camera's Field of View?

I need to render a model in pieces. That is, I need to split the model up so I can render it equally N number of times. However I need to capture every vertex in the process (or close too it). It ...
junfanbl's user avatar
  • 101