No motion blur with scaling object #39023

Closed
opened 2014-03-07 13:50:03 +01:00 by Cenek Strichel · 9 comments

System Information
W7, 64b

Blender Version
571f184

Short description of error
There is no motion in scaling animation. I thinked that it is not implemented yet, but I found this revision:
Revision report

But:
scale.png

scale.blend

**System Information** W7, 64b **Blender Version** 571f184 **Short description of error** There is no motion in scaling animation. I thinked that it is not implemented yet, but I found this revision: [Revision report ](https://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51363) But: ![scale.png](https://archive.blender.org/developer/F80210/scale.png) [scale.blend](https://archive.blender.org/developer/F80212/scale.blend)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @Cenda

Added subscriber: @Cenda

Added subscribers: @brecht, @ThomasDinges

Added subscribers: @brecht, @ThomasDinges

Scaling was disabled in a later commit, due to problems on the GPU. https://developer.blender.org/rB0d6976ad0ce4570e286ca33b852ee3b6a07a09ab

@brecht: These issues happened with CUDA Toolkit 4.2, maybe we can re-enable it?
I tested on CPU (native and OpenCL), also GPU (CUDA, OpenCL) and it works for me now. Geforce 540M. (sm_21).

Patch: cycles_scale_mblur.diff

Scaling was disabled in a later commit, due to problems on the GPU. https://developer.blender.org/rB0d6976ad0ce4570e286ca33b852ee3b6a07a09ab @brecht: These issues happened with CUDA Toolkit 4.2, maybe we can re-enable it? I tested on CPU (native and OpenCL), also GPU (CUDA, OpenCL) and it works for me now. Geforce 540M. (sm_21). Patch: [cycles_scale_mblur.diff](https://archive.blender.org/developer/F80217/cycles_scale_mblur.diff)
Author

I can help with testing on: Quadro 4000, geforce 470, geforce 250 and geforce 640, if you tell me how :)

I can help with testing on: Quadro 4000, geforce 470, geforce 250 and geforce 640, if you tell me how :)

This limitation is documented here:
http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles/Integrator#Motion_Blur

If it works it's fine with me, we'll see what the impact is on various cards when it is committed.

This patch can't be enough to enable it though, in transform_motion_interpolate it's still assigning scale (stored in .z and .w) from the middle time only, the scale from pre/post is not passed to the kernel currently.

This limitation is documented here: http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles/Integrator#Motion_Blur If it works it's fine with me, we'll see what the impact is on various cards when it is committed. This patch can't be enough to enable it though, in `transform_motion_interpolate` it's still assigning scale (stored in `.z` and `.w`) from the middle time only, the scale from pre/post is not passed to the kernel currently.
Author

I only want add some comment: @brecht wrote: "probably not a big loss in practice since it's not so common to animate this"

Animation of scale is very often in motion graphic, where objects are flying, disappear or appear, so unsupported Scale is big loss.

I only want add some comment: @brecht wrote: "probably not a big loss in practice since it's not so common to animate this" Animation of scale is very often in motion graphic, where objects are flying, disappear or appear, so unsupported Scale is big loss.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Brecht Van Lommel self-assigned this 2014-03-12 18:16:52 +01:00

Closing as not a bug, if we want to bring this back we can review the code in differential, but for now it's a documented limitation.

Closing as not a bug, if we want to bring this back we can review the code in differential, but for now it's a documented limitation.
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
3 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#39023
No description provided.