Skip to content

Commit 7e5ab52

Browse files
authored
Merge pull request #1057 from LuxCoreRender/for_v2.11
For v2.11
2 parents 2107d0b + b71a116 commit 7e5ab52

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build_bundle.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,4 @@ jobs:
6767
uses: actions/upload-artifact@v4
6868
with:
6969
name: "BlendLuxCore"
70-
<<<<<<< HEAD
7170
path: "${{ github.workspace }}/build/out/BlendLuxCore-*.zip"
72-
=======
73-
path: "${{ github.workspace }}/build/BlendLuxCore-*.zip"
74-
>>>>>>> 9c294874 (Build bundle workflow: add worflow_dispatch)

ui/addon_preferences.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,7 @@ def film_device_items_callback(self, context):
144144
lol_useragent: StringProperty(
145145
name="HTTP User-Agent",
146146
description="User Agent transmitted with requests",
147-
<<<<<<< HEAD
148-
default=f"BlendLuxCore/{utils.get_version_string()}",
149-
=======
150147
default = f"BlendLuxCore/{version_string}",
151-
>>>>>>> e1282839 (Remove obsolete bl_info dictionary, merge information into blender_manifest.toml and AUTHORS.txt)
152148
)
153149

154150
max_assetbar_rows: IntProperty(

0 commit comments

Comments
 (0)