michael campbell 3di
  • Joined on 2019-01-13
michael campbell commented on issue blender/blender#107751 2023-05-08 23:56:25 +02:00
cycles viewport rendering gets stuck on loading kernels if more than one instance of portable blender is open

I have this version not too old. This is after opening 3.6 after closing 3.5.1

image

michael campbell commented on issue blender/blender#107668 2023-05-08 20:31:52 +02:00
shadow catcher data missing from diffuse passes when transparency is disabled, and shadow catcher object is masking environment when transparency is enabled (can't recombine moving scene envronment)

Definitely a bug. Sergey has fixed it before when the shadow catcher was masking out the environment if I remember correctly.

michael campbell opened issue blender/blender#107751 2023-05-08 19:07:24 +02:00
cycles viewport rendering gets stuck on loading kernels if more than one instance of portable blender is open
michael campbell commented on issue blender/blender#107690 2023-05-08 05:14:11 +02:00
non stop cpu usage after motion tracking.

I don't think that would make a difference though, because it's probably most likely caused by one of the operators not terminating.

michael campbell commented on issue blender/blender#107690 2023-05-08 05:13:02 +02:00
non stop cpu usage after motion tracking.

Unsure, the motion tracker doesn't work well with movie files apparently, so I've never tried to track with anything but image sequences.

michael campbell commented on issue blender/blender#107690 2023-05-08 01:11:44 +02:00
non stop cpu usage after motion tracking.

oh, and also use the prefetch option to put the image sequence into RAM. That could also be the rogue operator.

michael campbell commented on issue blender/blender#107690 2023-05-07 22:52:57 +02:00
non stop cpu usage after motion tracking.

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…

michael campbell commented on issue blender/blender#107690 2023-05-07 22:48:56 +02:00
non stop cpu usage after motion tracking.

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…

michael campbell opened issue blender/blender#107690 2023-05-07 00:12:48 +02:00
non stop cpu usage after motion tracking.
michael campbell opened issue blender/blender#107668 2023-05-05 22:30:05 +02:00
shadow catcher data missing from diffuse passes when transparency is disabled, and shadow catcher object is masking environment when transparency is enabled (can't recombine moving scene envronment)
michael campbell commented on issue blender/blender#54862 2023-05-03 23:54:19 +02:00
Multi-Object Properties Editing

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…

michael campbell commented on issue blender/blender#107421 2023-05-02 21:03:34 +02:00
Auto-Save doesn't work in Edit Mode

open file. set up as above. solve camera. If doesn't happen, try both clean up operations (clean tracks/filter tracks) then resolve again.

michael campbell commented on issue blender/blender#107421 2023-05-02 18:58:28 +02:00
Auto-Save doesn't work in Edit Mode

yes that's the one, solve motion camera.

image

No I didn't have the file browser open.

michael campbell commented on issue blender/blender#107403 2023-05-02 01:15:16 +02:00
motion tracking detect features distance ignores existing trackers

doh, thanks for looking 👍

michael campbell commented on issue blender/blender#107487 2023-05-01 19:24:52 +02:00
Motion tracking marker's search area is not expanding with tracker, requiring constant manual scaling up.

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…

michael campbell commented on issue blender/blender#107487 2023-05-01 19:01:49 +02:00
Motion tracking marker's search area is not expanding with tracker, requiring constant manual scaling up.

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…

michael campbell commented on issue blender/blender#107487 2023-05-01 18:55:39 +02:00
Motion tracking marker's search area is not expanding with tracker, requiring constant manual scaling up.

that's what the user definable max_search_size would be for.

michael campbell commented on issue blender/blender#107487 2023-05-01 18:30:40 +02:00
Motion tracking marker's search area is not expanding with tracker, requiring constant manual scaling up.

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…
michael campbell commented on issue blender/blender#107487 2023-05-01 09:29:55 +02:00
Motion tracking marker's search area is not expanding with tracker, requiring constant manual scaling up.

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…

michael campbell commented on issue blender/blender#107488 2023-05-01 08:27:50 +02:00
Crash on 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.