BLI_math: fix parameter aliasing in mul_m3_series and mul_m4_series #104934

Merged
Chris Blackbourn merged 2 commits from Chris_Blackbourn/blender:matrix-multiply-series into main 2023-02-20 23:04:20 +01:00

No functional changes.

No functional changes.
Sergey Sharybin was assigned by Chris Blackbourn 2023-02-18 23:35:09 +01:00
Chris Blackbourn added 1 commit 2023-02-18 23:35:20 +01:00
Author
Member

@Sergey / @ideasman42 Can you review?

@Sergey / @ideasman42 Can you review?
Jesse Yurkovich reviewed 2023-02-18 23:44:21 +01:00
@ -103,0 +131,4 @@
{0.0f, 0.0f, 125.0f, 0.0f},
{0.0f, 0.0f, 0.0f, 343.0f},
};
EXPECT_M3_NEAR(matrix, expect, 1e-5);

Should be EXPECT_M4_NEAR

Should be `EXPECT_M4_NEAR`
Author
Member

Nice spotting! Should be fixed now.

Nice spotting! Should be fixed now.
deadpin marked this conversation as resolved
Chris Blackbourn added 1 commit 2023-02-19 03:19:01 +01:00
buildbot/vexp-code-patch-coordinator Build done. Details
aee16ffc0d
Fix test
Sergey Sharybin was unassigned by Brecht Van Lommel 2023-02-19 14:35:08 +01:00
Brecht Van Lommel requested review from Campbell Barton 2023-02-19 14:35:26 +01:00
Brecht Van Lommel requested review from Sergey Sharybin 2023-02-19 14:35:26 +01:00
Brecht Van Lommel added this to the Core project 2023-02-20 10:39:34 +01:00

@blender-bot build

@blender-bot build
Sergey Sharybin approved these changes 2023-02-20 12:22:59 +01:00
Chris Blackbourn merged commit 07ae1feed2 into main 2023-02-20 23:04:20 +01:00
Chris Blackbourn referenced this issue from a commit 2023-02-20 23:04:21 +01:00
Chris Blackbourn deleted branch matrix-multiply-series 2023-02-20 23:06:17 +01:00

In case it was not clear, for this PR you should have used squash instead of rebase. Fixup commits like "Fix test" should not go to main on their own.

In case it was not clear, for this PR you should have used squash instead of rebase. Fixup commits like "Fix test" should not go to main on their own.
Author
Member

In case it was not clear, for this PR you should have used squash instead of rebase. Fixup commits like "Fix test" should not go to main on their own.

My bad, have updated my notes here.

I think the buttons we're confusing labelled. I thought the workflow was going to merge from main into the branch, and then I would squash (in the branch), and finally merge the squashed commit back into main.

... In general, big green buttons are generally safe to press regardless of the current state. Perhaps a warning that the operation cannot be undone would be helpful?

> In case it was not clear, for this PR you should have used squash instead of rebase. Fixup commits like "Fix test" should not go to main on their own. My bad, have updated my notes here. I think the buttons we're confusing labelled. I thought the workflow was going to merge from main into the branch, and then I would squash (in the branch), and finally merge the squashed commit back into main. ... In general, big green buttons are generally safe to press regardless of the current state. Perhaps a warning that the operation cannot be undone would be helpful?
Julian Eisel referenced this issue from a commit 2023-02-21 15:22:37 +01:00
Bastien Montagne removed this from the Core project 2023-07-03 12:48:45 +02:00
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
4 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#104934
No description provided.