Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plugin-FileOBJ
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenFlipper-Free
Plugin-FileOBJ
Commits
89a19ba8
Commit
89a19ba8
authored
2 years ago
by
Jan Möbius
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix/crash-on-lines-file' into 'master'
Fix crash when loading file without supported geometry: See merge request
!7
parents
08e22515
e07b92d0
No related branches found
No related tags found
1 merge request
!7
Fix crash when loading file without supported geometry:
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
FileOBJ.cc
+2
-0
2 additions, 0 deletions
FileOBJ.cc
with
2 additions
and
0 deletions
FileOBJ.cc
+
2
−
0
View file @
89a19ba8
...
...
@@ -1381,6 +1381,8 @@ void FileOBJPlugin::checkTypes(QByteArray& _bufferedFile, QString _filename, OBJ
int
parentId
=
-
1
;
#endif
_importer
.
setObjectOptions
(
OBJImporter
::
NONE
);
while
(
!
input
.
atEnd
())
{
line
=
input
.
readLine
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment