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-05-19 03:15:50 +00:00
2013-04-18 01:52:38 +00:00
2012-09-16 04:58:18 +00:00
2012-10-15 02:15:07 +00:00
2013-05-26 18:36:25 +00:00
2012-10-09 13:36:42 +00:00
2013-03-18 11:44:56 +00:00
2012-10-09 13:36:42 +00:00
2013-03-18 11:44:56 +00:00
2012-10-09 13:36:42 +00:00
2013-05-27 15:13:14 +00:00
2012-12-18 20:56:25 +00:00
2013-03-18 11:44:56 +00:00
2012-10-15 02:15:07 +00:00
2012-10-22 08:15:51 +00:00
2012-10-15 02:15:07 +00:00
2013-03-22 14:31:03 +00:00
2012-10-15 02:15:07 +00:00
2013-03-25 02:41:30 +00:00
2012-10-09 13:36:42 +00:00
2013-04-14 18:54:06 +00:00
2013-04-14 18:54:06 +00:00
2012-10-15 02:15:07 +00:00
2012-10-15 02:15:07 +00:00
2012-09-16 04:58:18 +00:00
2012-10-09 13:36:42 +00:00
2013-02-23 02:47:22 +00:00
2012-10-14 08:49:01 +00:00
2012-10-09 13:36:42 +00:00
2013-05-11 03:20:19 +00:00
2012-12-24 03:13:53 +00:00
2013-01-30 05:55:17 +00:00
2012-10-15 04:16:34 +00:00
2012-12-25 08:11:21 +00:00
2012-10-09 13:36:42 +00:00
2012-10-21 07:58:38 +00:00
2012-10-09 13:36:42 +00:00
2013-02-21 18:30:11 +00:00
2012-10-09 13:36:42 +00:00
2013-02-22 15:54:10 +00:00
2012-12-22 05:38:32 +00:00
2013-01-23 07:26:39 +00:00
2012-10-15 02:15:07 +00:00
2013-01-23 07:26:39 +00:00