Blender 3.0 - Planar Track - Only half of the image appears in the MovieClip Editor #92807

Closed
opened 2021-11-04 07:04:39 +01:00 by Carlo Andreacchio · 11 comments

System Information
Operating system: Ubuntu 21.04
Graphics card:GTX 1080

Blender Version
Broken: 3.0 d7b231baa8
Worked: 2.79

Short description of error
Movie clip editor, with a planar track showing image, only shows half of the image

Exact steps for others to reproduce the error

  1. Download ZIP
  2. Extract
  3. Open
  4. Notice how only half of hte image is showing for hte planar track

It has this output in the console:

W1104 16:24:28.935379 935352 residual_block.cc:129] 

Error in evaluating the ResidualBlock.

There are two possible reasons. Either the CostFunction did not evaluate and fill all    
residual and jacobians that were requested or there was a non-finite value (nan/infinite)
generated during the or jacobian computation. 

Residual Block size: 1 parameter blocks x 4 residuals

For each parameter block, the value of the parameters are printed in the first column   
and the value of the jacobian under the corresponding residual. If a ParameterBlock was 
held constant then the corresponding jacobian is printed as 'Not Computed'. If an entry 
of the Jacobian/residual array was requested but was not written to by user code, it is 
indicated by 'Uninitialized'. This is an error. Residuals or Jacobian values evaluating 
to Inf or NaN is also an error.  

Residuals:          511.452      255.897         -nan         -nan 

Parameter Block 0, size: 9

       426.5 |    0.0064123            0         -nan         -nan 
         240 |            0    0.0064123         -nan         -nan 
           1 |     -3.27958     -1.64089         -nan         -nan 
           0 |  6.63749e-22            0         -nan         -nan 
           0 |            0  6.63749e-22         -nan         -nan 
           0 | -3.39476e-19 -1.69852e-19         -nan         -nan 
 5.68434e-14 |  8.94944e+15            0         -nan         -nan 
 2.84217e-14 |            0  8.94944e+15         -nan         -nan 
 1.11022e-16 | -4.57721e+18 -2.29014e+18         -nan         -nan 


E1104 16:24:28.935422 935352 trust_region_minimizer.cc:73] Terminating: Residual and Jacobian evaluation failed.

bug.zip
image.png

**System Information** Operating system: Ubuntu 21.04 Graphics card:GTX 1080 **Blender Version** Broken: 3.0 d7b231baa87e Worked: 2.79 **Short description of error** Movie clip editor, with a planar track showing image, only shows half of the image **Exact steps for others to reproduce the error** 1. Download ZIP 2. Extract 3. Open 4. Notice how only half of hte image is showing for hte planar track It has this output in the console: ``` W1104 16:24:28.935379 935352 residual_block.cc:129] Error in evaluating the ResidualBlock. There are two possible reasons. Either the CostFunction did not evaluate and fill all residual and jacobians that were requested or there was a non-finite value (nan/infinite) generated during the or jacobian computation. Residual Block size: 1 parameter blocks x 4 residuals For each parameter block, the value of the parameters are printed in the first column and the value of the jacobian under the corresponding residual. If a ParameterBlock was held constant then the corresponding jacobian is printed as 'Not Computed'. If an entry of the Jacobian/residual array was requested but was not written to by user code, it is indicated by 'Uninitialized'. This is an error. Residuals or Jacobian values evaluating to Inf or NaN is also an error. Residuals: 511.452 255.897 -nan -nan Parameter Block 0, size: 9 426.5 | 0.0064123 0 -nan -nan 240 | 0 0.0064123 -nan -nan 1 | -3.27958 -1.64089 -nan -nan 0 | 6.63749e-22 0 -nan -nan 0 | 0 6.63749e-22 -nan -nan 0 | -3.39476e-19 -1.69852e-19 -nan -nan 5.68434e-14 | 8.94944e+15 0 -nan -nan 2.84217e-14 | 0 8.94944e+15 -nan -nan 1.11022e-16 | -4.57721e+18 -2.29014e+18 -nan -nan E1104 16:24:28.935422 935352 trust_region_minimizer.cc:73] Terminating: Residual and Jacobian evaluation failed. ``` [bug.zip](https://archive.blender.org/developer/F11709084/bug.zip) ![image.png](https://archive.blender.org/developer/F11715296/image.png)

Added subscriber: @candreacchio

Added subscriber: @candreacchio
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Member

Can confrim.

image.png

@candreacchio: How do I actually get the output showing?

Can confrim. ![image.png](https://archive.blender.org/developer/F11715296/image.png) @candreacchio: How do I actually get the output showing?

@lichtwerk output, as in output to the compositor? or the movie clip image? or the output of teh planar track appearing in the movie clip editor?

Output in the compositor, you add a image node -> planar track node -> output node. This looks fine however it makes it hard positioning the planar track

Movie Clip image, I attached two black images, so frames 1 and 2 should appear... that being siad, this was a track done on a production shot and I wont be able to upload it.

Planar track appearing in the movie clip editor, under the track menu in the movie clip editor, plane track, you can assign an image there.

Let me know if you need any more details!

@lichtwerk output, as in output to the compositor? or the movie clip image? or the output of teh planar track appearing in the movie clip editor? Output in the compositor, you add a image node -> planar track node -> output node. This looks fine however it makes it hard positioning the planar track Movie Clip image, I attached two black images, so frames 1 and 2 should appear... that being siad, this was a track done on a production shot and I wont be able to upload it. Planar track appearing in the movie clip editor, under the track menu in the movie clip editor, plane track, you can assign an image there. Let me know if you need any more details!
Member

Added subscribers: @Sergey, @EAW

Added subscribers: @Sergey, @EAW
Member

I recall this being an issue before, and seem to vaguely recall it getting fixed. Best I can find is {https://developer.blender.org/rB630cb1bb1de1e67bef5ed2a202341b334188b62d} which has too vague of a commit message to confirm it is the possible previous fix I am thinking about. @Sergey does that commit seem familiar/relevant?

I recall this being an issue before, and seem to vaguely recall it getting fixed. Best I can find is {https://developer.blender.org/rB630cb1bb1de1e67bef5ed2a202341b334188b62d} which has too vague of a commit message to confirm it is the possible previous fix I am thinking about. @Sergey does that commit seem familiar/relevant?

Caused by 7e66616b7e.

The console output i can not reproduce, but it is not related to the core of the issue here.

P.S. This worked in 2.83.

Caused by 7e66616b7e. The console output i can not reproduce, but it is not related to the core of the issue here. P.S. This worked in 2.83.
Jeroen Bakker self-assigned this 2021-11-05 12:39:45 +01:00

This issue was referenced by fa99d3e53b

This issue was referenced by fa99d3e53b19df5c07999a90115bf52ac7886dc3

This issue was referenced by 00734d5724

This issue was referenced by 00734d57248423b982e75f9d2398e4b7cdf1fe4a
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
6 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#92807
No description provided.