Skip to content

Blender 5.0 compatibility #1049

@CodeFHD

Description

@CodeFHD

Based on a review of the official Blender 5.0 API change notes, some testing, and user feedback, there are open items which need to be addressed in BlendLuxCore.
The change notes can be found here: https://developer.blender.org/docs/release_notes/5.0/python_api/

Reports may come from a mixture of LuxCore 2.10 and 2.11 development state, so compatibility will have to be evaulated for Blender LTS versions (4.2 and 4.5) with special care.

  • The preset to create a light group node fails
  • Material preview rendering fails
  • 'scene.node_tree' has been removed
  • 'scene.use_nodes' is deprecated
  • 'world.use_nodes' is deprecated
  • 'material.use_nodes' is deprecated
  • 'mathutils' was updated regarding numerical accuracy (float64 -> float32) in some unspecified ways. A potenital impact could be investigated.
  • 'action.fcurves' has been removed (TBC if this the specific fcurves attribute used in BLC in one location)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions