Revision 4d5cd63 by Lukas Toenne December 20, 2016, 10:02 (GMT) |
String drawing function for the "simdebug" utilities. Simple string drawing API for debug drawing, in addition to basic primitives. |
Revision 76c4f0e by Antonio Vazquez December 19, 2016, 21:36 (GMT) |
Fix parameter error (changes by Mike Erwin) |
Revision bd42987 by Bastien Montagne December 19, 2016, 15:31 (GMT) |
Fix (unreported) linked datablocks going through do_versions several times. When linking data-blocks from same library in several steps, the already linked data-blocks of same lib would go again through versionning code... Note: only fixed for libraries, I can't imagine how this could happen with local data... |
Revision e30d94b by Antonio Vazquez December 19, 2016, 11:28 (GMT) |
Cleanup: rename paramenter to right name |
Revision 3af98b4 by Bastien Montagne December 17, 2016, 12:07 (GMT) |
Merge branch 'master' into blender2.8 Conflicts: intern/cycles/blender/CMakeLists.txt source/blender/editors/gpencil/drawgpencil.c source/blender/editors/physics/physics_ops.c |
Revision 6c3d8fb by Campbell Barton December 17, 2016, 08:05 (GMT) |
Cleanup: trackball logic Used SQRT2 and SQRT1_2 to calculate the same value, harmless but a little confusing, set once and check instead. |
December 17, 2016, 01:53 (GMT) |
Fix T50216: Missing checks caused data transfer segfault Data transfer was not checking if the required geometry existed, thus causing a segfault when it didn't. This adds the required checks, and reports errors if geometry is missing. This also replaces instances of the words "polygon" and "loop" in error messages with "face" and "corner" respectively, to be consistent with the rest of the existing UI. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D2410 |
Revision 535298e by Antonio Vazquez December 16, 2016, 21:56 (GMT) |
Fix T50264: Stroke is not painted when append Grease Pencil block When append a datablock the default brushes were not created and only were created when draw new strokes. Now the default brushes are created when draw strokes if necessary. |
Revision 4df75e5 by Julian Eisel December 16, 2016, 01:49 (GMT) |
Make Shift+LMB on transform manipulator configurable It's now possible to change the shortcut that enables planar transformation with the transform manipulators (shift+LMB on axis). This actually fixes the workaround added in rB20681f49801fd. Thing is that we needed to allow using the manipulators, even if a modifier key is held so things like snapping work right away. That's why normal LMB behavior uses KM_ANY. However, event handling would always execute the KM_ANY keymap handler because it's iterated over first. Simply solved this by registering the KM_SHIFT keymap item first, so it has priority over the KM_ANY one. |
Revision 524ab96 by Julian Eisel December 15, 2016, 22:43 (GMT) |
Fix drawing enum property with icon only flag Enum properties with icon only flag should use minimum/fixed width in expanded layouts (alignment=UI_LAYOUT_ALIGN_EXPAND). Differential Revision: https://developer.blender.org/D2415 by @raa (only made some really minor corrections) |
December 15, 2016, 21:12 (GMT) |
Remove double menu entries These were already present in the "Select" menu. |
Revision bd3de93 by Sergey Sharybin December 15, 2016, 16:53 (GMT) |
Gtest: Fix/workaround MSVC complains about use of struct with alignment |
Revision 26bb0ee by jens verwiebe December 15, 2016, 14:47 (GMT) |
Fix Playerstubs tm |
Revision 12e1732 by Alexander Romanov December 15, 2016, 12:03 (GMT) |
Layer Weight node support for Blender Internal Render |
Revision 665110a by Sergey Sharybin December 15, 2016, 10:51 (GMT) |
Proper fix for strict compiler warning |
Revision 14d17cd by Sergey Sharybin December 15, 2016, 10:50 (GMT) |
Revert "Cleanup: Remove unused variable" This reverts commit 743165eb48870f1d68c8df48cc5907dea857b017. Didn't see it is used in debug mode, sorry |
Revision 743165e by Sergey Sharybin December 15, 2016, 10:49 (GMT) |
Cleanup: Remove unused variable |
Revision 820709c by Karsten Weiss / Campbell Barton December 15, 2016, 01:40 (GMT) |
Fix STR_String Capitalize on non Win32 Harmless since its not used, but good to fix. |
Revision 741c408 by Thomas Szepe December 14, 2016, 19:07 (GMT) |
BGE: Fix T50098: Crash when useding ImageMirror The crash was caused by a missing m_sync initialisation in the second ImageRender constructor. |
Revision 84a283d by Alexander Romanov December 14, 2016, 16:48 (GMT) |
Fix World Space Shading option influence on Fresnel node for BI + cleanup |
|
|
|


Master Commits
MiikaHweb | 2003-2021