forked from blender/blender
BLEN-351: Test/fix Hydra addon with different blender scenes #13
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BogdanNagirniak/blender#13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BLEN-351"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -221,2 +223,3 @@
if (!obj_data) {
objects[id] = ObjectData::init(this, object);
unique_ptr<ObjectData> new_object = ObjectData::init(this, object);
if (!new_object) {
It shouldn't be nullptr here, please check.
Looks good