Philipp Oeser lichtwerk
  • Blender Bug Triaging Lead and Developer (as in : supporting modules with bugfixes), LTS releases Prior to that, mainly doing R&D at studios in Germany and the UK.

  • Joined on 2008-09-14
Philipp Oeser commented on pull request blender/blender#104814 2023-02-16 13:15:11 +01:00
Fix #98583: Appending a particle system pulls in an unused collection

Starting to implicitly filter out what data we import based on what is currently exposed to the user is a hard no-go.

If you follow that logic, then you can also not link the force…

Philipp Oeser commented on issue blender/blender#104280 2023-02-16 12:37:10 +01:00
Improve visualisation and manipulation of lights in the viewport

Probably too OT (more of a reminder to myself to look into it again - but also because it touches the gizmo to some extend) : I also had this one: https://archive.blender.org/developer/D7971

#88…

Philipp Oeser created pull request blender/blender#104815 2023-02-16 12:22:15 +01:00
Fix #104810: Appending a camera does not pull in background movie clip
Philipp Oeser pushed to 104810 at lichtwerk/blender 2023-02-16 12:21:22 +01:00
c5f83ff2ee Fix #104810: Appending a camera does not pull in background movie clip
Philipp Oeser created branch 104810 in lichtwerk/blender 2023-02-16 12:21:22 +01:00
Philipp Oeser created pull request blender/blender#104814 2023-02-16 12:11:04 +01:00
Fix #98583: Appending a particle system pulls in an unused collection
Philipp Oeser pushed to 98583 at lichtwerk/blender 2023-02-16 12:09:28 +01:00
55b3352ba1 Fix #98583: Appending a particle system pulls in an unused collection
4cb119f533 Fix #104584: Reassigning effect strip input does not update its position
7a76f2ae77 Fix #104370: Draw: Don't request the same attribute more than once
d465b92823 Cleanup: Make format, fix missing static warning
c59d2f3f2d Fix #102529: De-duplicate add node search items with assets
Compare 10 commits »
Philipp Oeser created branch 98583 in lichtwerk/blender 2023-02-16 12:09:28 +01:00
Philipp Oeser deleted branch 98583 from lichtwerk/blender 2023-02-16 12:00:55 +01:00
Philipp Oeser pushed to 98583 at lichtwerk/blender 2023-02-16 11:58:44 +01:00
2a2ec61f40 Fix #98583: Appending a particle system pulls in an unused collection
d5d48a986b Release cycle: Bump version to 3.6.
5bac672e1a Asset Browser: Add separator line & icon padding for import method menu
e3b5a2ae15 Asset Browser: Hide import method menu for essentials
0d798ef57c Assets/UI: Use UI-list for asset library preferences UI
Compare 10 commits »
Philipp Oeser created branch 98583 in lichtwerk/blender 2023-02-16 11:58:43 +01:00
Philipp Oeser deleted branch 98583 from lichtwerk/blender 2023-02-16 11:57:23 +01:00
Philipp Oeser pushed to 98583 at lichtwerk/blender 2023-02-16 11:37:55 +01:00
2a2ec61f40 Fix #98583: Appending a particle system pulls in an unused collection
d5d48a986b Release cycle: Bump version to 3.6.
5bac672e1a Asset Browser: Add separator line & icon padding for import method menu
e3b5a2ae15 Asset Browser: Hide import method menu for essentials
0d798ef57c Assets/UI: Use UI-list for asset library preferences UI
Compare 10 commits »
Philipp Oeser created branch 98583 in lichtwerk/blender 2023-02-16 11:37:55 +01:00
Philipp Oeser opened issue blender/blender#104810 2023-02-16 11:24:22 +01:00
Appending a camera (with a background movie clip) will not pull in the movie clip
Philipp Oeser commented on issue blender/blender#98583 2023-02-16 11:02:49 +01:00
Appending a particle system pulls in an unused collection

Just a suggestion but might it possible that blender could arrange to forget the connection when the file is saved?

Possible? Yes. We could just skip expanding the collection on file…

Philipp Oeser commented on issue blender/blender#104347 2023-02-16 10:44:31 +01:00
Regression: Loop Cut Tool becomes impressive with modifiers

I wasnt able to repro, but yes, if it is a regression, then it should be High prio. @mano-wii : would you be able to bisect this?

Philipp Oeser commented on issue blender/blender#104804 2023-02-16 09:51:15 +01:00
bpy.ops.wm.open_mainfile command overwrite the existing file without warning

To not show the file selector, you can do the following:

import bpy
bpy.ops.wm.open_mainfile(filepath=r"file.blend", check_existing=True, display_file_selector=False)

@Himanshu-Jai…

Philipp Oeser commented on issue blender/blender#104803 2023-02-16 09:38:44 +01:00
Regression: mesh.vertex_colors.active doesn't work since 3.2

To get a shortterm answer, I'll even set this to High prio

Philipp Oeser reopened issue blender/blender#104803 2023-02-16 09:38:05 +01:00
Regression: mesh.vertex_colors.active doesn't work since 3.2