Definitely a bug. Sergey has fixed it before when the shadow catcher was masking out the environment if I remember correctly.
I don't think that would make a difference though, because it's probably most likely caused by one of the operators not terminating.
Unsure, the motion tracker doesn't work well with movie files apparently, so I've never tried to track with anything but image sequences.
oh, and also use the prefetch option to put the image sequence into RAM. That could also be the rogue operator.
You can use this footage if you like. I forget now, but I may have placed the trackers using the detect features operator, so it's probably best to use that as it may be the culprit (if the modal…
Hi, no, the steps need to be carried out from a new blend file, as I notice after saving and tracking again, the issue doesn't seem to happen. So grab any short footage, then generate 400 frames…
Hi, is this something that's still being discussed and/or planned?
The best way is to hold alt when clicking on the properties text box, enter the value, and then press enter. It'll change…
open file. set up as above. solve camera. If doesn't happen, try both clean up operations (clean tracks/filter tracks) then resolve again.
imagine if you have 10 markers whose pattern has grown to the bounds of the search area. Currently you have to select all markers and scale them back down to register the new pattern, but the…
it basically keeps the search size relative to the pattern until unfeasable, then sets the marker pattern and search back to the original and registers a new pattern for the following frames, to…
that's what the user definable max_search_size would be for.
Maybe something like this:
for marker in current_frame.markers:
max_search = bpy.context.scene.max_search
min_search = bpy.context.scene.min_search
original_pattern_bounds…
Hi @3di , I could not reproduce "search area shrinks", but when using
global motion model to loc rot scale
, the patter would grow as the viewpoint moves, and when some patterns grows to fill…
dopesheet_view_all_exec
after motion tracking.
sorry, no I hadn't launched blender from cmd, so no other debug log files are in the temp directory.