Skip to content

Conversation

@bakpaul
Copy link
Collaborator

@bakpaul bakpaul commented Oct 24, 2025

Title says it all
I followed what is done currently in the template scene and hasn't been backported.

# MOR IMPORT
from mor.utility import sceneCreation as u
from mor.utility import sceneCreation as sc
from mor.utility import utility as u
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from mor.utility import utility as u
from mor.utility import utility as util

originalScene = os.path.dirname(os.path.abspath(__file__)) + "/../../caduceusNG.pyscn"
originalScene = os.path.normpath(originalScene)
originalScene = imp.load_source(originalScene.split(slash)[-1], originalScene)
originalScene = u.load_source(originalScene.split(slash)[-1], originalScene)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
originalScene = u.load_source(originalScene.split(slash)[-1], originalScene)
originalScene = util.load_source(originalScene.split(slash)[-1], originalScene)

@hugtalbot hugtalbot merged commit 37de77f into SofaDefrost:master Dec 8, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants