Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] ScenePreview node works with Blender 3.6, but breaks with Blender 4.0 #2423

Open
mikeedwards opened this issue Jun 6, 2024 · 1 comment
Labels
bug for actual bugs (unsure? use type:question)

Comments

@mikeedwards
Copy link

Describe the bug
If Blender command is set to Blender 4.0, the node fails. If it is set to Blender 3.6, however, it succeeds.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the ScenePreview node
  2. Under the attributes tab, change Blender Command to the path for Blender 4.0
  3. Hit Compute
  4. See error in log

Expected behavior
Blender 3.6 and Blender 4.0 would produce the same results.

Log

WARN (bgl): C:\Users\blender\git\blender-v400\blender.git\source\blender\python\generic\bgl.cc:2678 BPyInit_bgl: 'bgl' imported without an OpenGL backend. Please update your add-ons to use the 'gpu' module.
Blender 4.0.2 (hash 9be62e85b727 built 2023-12-05 13:01:12)
Read prefs: "C:\__________\AppData\Roaming\Blender Foundation\Blender\4.0\config\userpref.blend"
Init scene
Init compositing
Parse cameras SfM file
Load scene objects

Calling operator "bpy.ops.import_scene.obj" error, could not be found

Desktop (please complete the following and other pertinent information):

  • OS: win 11
  • Python version 3.11.9
  • Meshroom version:
    • Binary version: 2023.3.0
@mikeedwards mikeedwards added the bug for actual bugs (unsure? use type:question) label Jun 6, 2024
@fabiencastan
Copy link
Member

Not yet merged, but this commit does the update for blender-4: 167b993

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug for actual bugs (unsure? use type:question)
Projects
None yet
Development

No branches or pull requests

2 participants