GPv3: Conversion: Add general modifiers handling, and convert Noise one. #118415

Merged
Bastien Montagne merged 1 commits from mont29/blender:tmp-gp-conversion-modifiers into main 2024-02-19 14:34:50 +01:00

No response

_No response_
Author
Owner

@blender-bot build

@blender-bot build
Bastien Montagne requested review from Falk David 2024-02-17 20:24:39 +01:00
Bastien Montagne added this to the Grease Pencil project 2024-02-17 20:24:45 +01:00
Member

Leaving a note to myself here: Add task to modifier todo task to add conversion for each modifier. EDIT: Done.

~~Leaving a note to myself here: Add task to modifier todo task to add conversion for each modifier.~~ EDIT: Done.
Falk David requested changes 2024-02-19 11:01:29 +01:00
Falk David left a comment
Member

Seems very straightforward! Noticed one thing.

Seems very straightforward! Noticed one thing.
@ -596,6 +749,8 @@ void legacy_gpencil_object(Main &bmain, Object &object)
/* Thickness factor is applied after all other changes to the radii. */
thickness_factor_to_modifier(*gpd, object);
legacy_object_modifiers(bmain, object);
Member

I believe that the layer adjustments and the global thickness factor need to be converted after the other modifiers (so that they end up last in the stack). So this line should be above layer_adjustments_to_modifiers. I will test this with the patch and confirm.

I believe that the layer adjustments and the global thickness factor need to be converted after the other modifiers (so that they end up last in the stack). So this line should be above `layer_adjustments_to_modifiers`. I will test this with the patch and confirm.
Member

Ok, I tested this and yes, the modifiers need to be added first, then layer adjustments, then thickness factor.

Ok, I tested this and yes, the modifiers need to be added first, then layer adjustments, then thickness factor.
mont29 marked this conversation as resolved
Bastien Montagne force-pushed tmp-gp-conversion-modifiers from f4ced27c24 to 9d511cd526 2024-02-19 11:17:35 +01:00 Compare
Bastien Montagne requested review from Falk David 2024-02-19 11:17:44 +01:00
Falk David reviewed 2024-02-19 11:20:33 +01:00
@ -580,0 +585,4 @@
const ModifierType type,
GpencilModifierData &legacy_md)
{
/* TODO: Copy of most of #ED_object_modifier_add, this should be a BKE_modifiers function
Member

Is this an actual todo or what is the plan with this function?

Is this an actual todo or what is the plan with this function?
Author
Owner

The core (first part) of this function should be deduplicated yes, but this is not a TODO for this patch specifically. I'll handle it separately most likely this week.

The core (first part) of this function should be deduplicated yes, but this is not a TODO for this patch specifically. I'll handle it separately most likely this week.
Falk David approved these changes 2024-02-19 11:44:21 +01:00
Falk David left a comment
Member

Accepting this and I suppose this is ready for main (we just have to add support for all modifiers, but that can be done bit by bit). Don't forget to add a description before merging ;)

Accepting this and I suppose this is ready for main (we just have to add support for all modifiers, but that can be done bit by bit). Don't forget to add a description before merging ;)
Bastien Montagne merged commit b31e6bd93e into main 2024-02-19 14:34:50 +01:00
Bastien Montagne deleted branch tmp-gp-conversion-modifiers 2024-02-19 14:34:52 +01:00
Sign in to join this conversation.
No reviewers
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
2 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#118415
No description provided.