Revision 5fe9b36 by Campbell Barton September 2, 2015, 08:39 (GMT) |
Cleanup: style |
Revision 41b99e4 by Campbell Barton September 2, 2015, 05:39 (GMT) |
Revision f6e0262 by Campbell Barton September 2, 2015, 03:41 (GMT) |
Enable guarded-alloc when --debug-all is passed |
Revision b3e1edf by Campbell Barton September 2, 2015, 03:38 (GMT) |
Correct help message for debug options |
Revision 881047d by Campbell Barton September 2, 2015, 01:29 (GMT) |
Revision 4b1f3a7 by Bastien Montagne September 1, 2015, 17:15 (GMT) |
Fix T45931: Blender Fails to generate previews. Root of the issue was, preview generator was filling ID preview with unsigned int, when RNA only knows of signed integers (and thus generates a python exception when converting uint outside of int range)... Using the brand new and much simple float pixels accessor to PreviewImage now. Why this was working perfectly OK (it seems...) under Linux, and why error (py exception) was so badly and misleadingly reported on Windows, remains pitch black mystery to me. |
Revision a2714c9 by Bastien Montagne September 1, 2015, 17:15 (GMT) |
RNA PreviewImage: add float pixels accessors. Raw int pixels can be nice in some cases (much less memory used), but converting to/from float values (as e.g. expected by/from Image) is not simple in py, error prone and rather slow. |
Revision b5287b1 by Antonis Ryakiotakis September 1, 2015, 16:56 (GMT) |
Avoid reupdating pbvh data in upload functions, these should have been taken care of in draw functions. Those iterate the whole PBVH tree so better avoid doing them, twice or thrice. |
Revision 45eb406 by Campbell Barton September 1, 2015, 16:28 (GMT) |
Fix T45978: Ruler ignores new edit-mesh data |
Revision 312cb0a by Campbell Barton September 1, 2015, 15:34 (GMT) |
Revision ef931fe by Campbell Barton September 1, 2015, 15:25 (GMT) |
Fix uninitialized normal var w/ objects snapping |
Revision 2fcc38a by Campbell Barton September 1, 2015, 14:43 (GMT) |
Assert vec_roll_to_mat3_normalized's gets a normalized vector |
Revision 282811f by Antonis Ryakiotakis September 1, 2015, 13:00 (GMT) |
Fix projection painting normal culling operating on individual triangles. This made the normal-related artifacts of projection painting much more apparent. Now we do culling based on whole polygons. Pure backface culling still uses individual triangles. |
Revision a660f27 by Sergey Sharybin September 1, 2015, 12:40 (GMT) |
Don't use GCC-only pragma for all compilers |
Revision 1140238 by Campbell Barton September 1, 2015, 09:59 (GMT) |
Fix T45976: Crash accessing BMesh customdata Layers returned from items() and values() could have an invalid index. |
Revision 55f8759 by Sergey Sharybin September 1, 2015, 09:48 (GMT) |
Depsgraph: Fix compilation error with legacy depsgraph disabled Reported by Campbell on IRC, partial patch by him as well. |
Revision 74fae33 by Campbell Barton September 1, 2015, 08:43 (GMT) |
Fix T45825: Macro redo disable options incorrectly A non repeatable operator would disable editing options for all operators after it. |
Revision 9304df5 by Campbell Barton September 1, 2015, 06:07 (GMT) |
Fix T45939: Crash w/ BMesh.*.sort() |
Revision 6db978f by Campbell Barton September 1, 2015, 05:43 (GMT) |
BMesh: add asserts for BMesh sort ghash lookups |
Revision a7b349d by Campbell Barton September 1, 2015, 05:01 (GMT) |
Cleanup: redundant cast |
|
|
|


Master Commits
MiikaHweb | 2003-2021