This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/gameengine/Converter
Sergey Sharybin 880c132b11 Fix #35480: object without material crash blender when starting game engine
Was a missing NULL-pointer check. No idea why it took so long to figure
issue out -- apparently there was no crash in linux for me and msvc
didn't show any backtrace :S

Also corrected weirdo way of bit flag check which was:
  !ma->mode & MA_FACETEXTURE
better do !(ma->mode & MA_FACETEXTURE) since ! is a logic NOT.
2013-05-27 15:13:14 +00:00
..
2013-04-18 01:52:38 +00:00
2012-09-16 04:58:18 +00:00
2013-03-18 11:44:56 +00:00
2013-03-18 11:44:56 +00:00
2013-03-18 11:44:56 +00:00
2012-10-22 08:15:51 +00:00
2013-03-25 02:41:30 +00:00
2012-09-16 04:58:18 +00:00
2012-10-15 04:16:34 +00:00
2013-01-23 07:26:39 +00:00