Merge conflict from blender-v3.6-release into main in io_scene_3ds/export_3ds.py #104619
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
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
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#104619
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi @NRGSille, I made a commit for Sun Position in the
blender-v3.6-release
branch, and when I tried to merge it intomain
I ran into a merge conflict related to the 3DS exporter.Could you have a look?
@pioverfour
I just pushed a code cleanup about 2 hours ago
084ea4fb7d
Your commit did not made any conflicts it seems
No, it’s unrelated to my commit. The issue appears to be that you cleaned up some comments in
c0d93678
(3.6), and cleaned up the same comments in6d4c6670
(main), but in a different way, so there is a conflict when merging 3.6 into main.@pioverfour
Ah, okay now I understand, this should be fixed in
blender-v3.6-release
branch or inmain
?I would probably fix the conflict in main and leave 3.6 alone, but you it’s up to you if you want to add some changes from main back into 3.6!
@pioverfour
The io_scene_3ds update for 3.6 is completed - I do not intend to merge main again into it.
The next cleanup will be the last before release, I will merge the cleanup changes from main into it
Hello ... Oops, sorry, I ran into the same issue, and I merged your code into main, trying to guess what needs to be merge.
Please have a look on it, to be sure I made it correctly.
Because all addons share the same repo, every change on your addon in 3.6 branch need to be merged into main, to avoid to block any other dev on the addon repo.
@JulienDuroure
no worries, I had a look and everthing is fine. I will have a look how to fix this issue
PS: To be honest, I do not know how to solve this conflict by now... can anyone help me with this?
Basically both scripts for main and v3.6 release are completed, I tried to revert the last changes but this does not solve the conflict
@NRGSille You seem to be having some difficulty with merging 3.6 into main. Can I help you with that?
What are you trying to do? Do you want to continue main from 6d4c6670?
Also, do you have access to blender.chat? It may be easier to fix this issue over there.
@pioverfour
you are right, I caused a conflict and do not know how to solve it. It is because I pushed a cleanup in v3.6 branch
8161c7811
and later in main6d4c667032
and they are not in sync. I just want to remove the conflict, the cleanup commits are not so importantPS: I have access to blender chat and I am online atm
Fixed in
023cf27c25
, the 3.6 branch was merged into main, without any change to main for the 3DS add-on.