- 12 Aug, 2020 2 commits
-
-
Zain Selman authored
adds additional conditions that will reduce the number of materials written. so far the speed is already useable again
-
Jan Möbius authored
-
- 06 Apr, 2020 1 commit
-
-
Jan Möbius authored
-
- 04 Feb, 2020 2 commits
-
-
Jan Möbius authored
Suppress too many warn or error log messages See merge request !4
-
Johannes Lenzen authored
Patch by: Shaun Song <sxsong1207@qq.com>
-
- 16 Jul, 2019 1 commit
-
-
Jan Möbius authored
-
- 21 Feb, 2019 1 commit
-
-
Jan Möbius authored
-
- 16 Jan, 2019 1 commit
-
-
Jan Möbius authored
-
- 09 Jan, 2019 1 commit
-
-
Jan Möbius authored
-
- 08 Jan, 2019 2 commits
-
-
Jan Möbius authored
-
Jan Möbius authored
-
- 16 Apr, 2018 1 commit
-
-
Jan Möbius authored
-
- 23 Jan, 2018 2 commits
-
-
Jan Möbius authored
add missing parenthesis in #if 0 code segment See merge request !3
-
Patric Schmitz authored
-
- 08 Dec, 2017 2 commits
-
-
Jan Möbius authored
improved material support See merge request OpenFlipper-Free/Plugin-FileOBJ!2
-
Weizhen Huang authored
-
- 24 Nov, 2017 1 commit
-
-
Weizhen Huang authored
-
- 27 Dec, 2016 1 commit
-
-
Jan Möbius authored
-
- 12 Dec, 2016 1 commit
-
-
Jan Möbius authored
-
- 29 Nov, 2016 1 commit
-
-
Christopher Tenter authored
-
- 11 May, 2016 1 commit
-
-
Jan Möbius authored
-
- 11 Feb, 2016 1 commit
-
-
Martin Schultz authored
* also removed outcommented code fragment from obj loader
-
- 03 Feb, 2016 1 commit
-
-
Martin Schultz authored
-
- 30 Nov, 2015 1 commit
-
-
Martin Schultz authored
-
- 26 Aug, 2015 2 commits
-
-
Martin Schultz authored
* fixed missing log entry git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@21139 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Martin Schultz authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@21137 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 10 Aug, 2015 1 commit
-
-
Christopher Tenter authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@21106 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 16 Jul, 2015 3 commits
-
-
Martin Schultz authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@21016 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Martin Schultz authored
* removed unused trim function from fileOBJ * made alle variables in readMaterial static git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@21013 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Martin Schultz authored
* obj loader now loads materials using QTextStream git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@21012 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 10 Jul, 2015 1 commit
-
-
Matthias Möller authored
- invoke of ""viewAll" moved from the end of the reader to "openedFile" slot, as every reader invoked it but openedFile just, if only one object was loaded - prepares asnyc load refs #2421 git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@20986 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 01 Jul, 2015 2 commits
-
-
Martin Schultz authored
* uncommented objloader tweak as it has been tested successfully git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@20921 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Martin Schultz authored
* saving a textureless mesh to obj is now 10x as fast as before git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@20919 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 25 Jun, 2015 3 commits
-
-
Martin Schultz authored
*objLoader now uses readAll modifications git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@20898 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Martin Schultz authored
* fileOBJ uses utils again git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@20893 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Jan Möbius authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@20887 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 24 Jun, 2015 1 commit
-
-
Martin Schultz authored
* Added Utils namespace * refactor helper functions from obj plugin * meminfo uses utils function git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@20880 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 26 May, 2015 2 commits
-
-
Matthias Möller authored
git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@20722 383ad7c9-94d9-4d36-a494-682f7c89f535
-
Matthias Möller authored
refs #2421 git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@20720 383ad7c9-94d9-4d36-a494-682f7c89f535
-
- 18 Mar, 2015 1 commit
-
-
Martin Schultz authored
* reuse QTextStream, to avoid constructor / destructor calls refs # 2421 git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@20456 383ad7c9-94d9-4d36-a494-682f7c89f535
-