Revision 78b56fa by Campbell Barton August 15, 2019, 12:57 (GMT) |
Revision fdef1a6 by Campbell Barton August 15, 2019, 12:57 (GMT) |
UI: make int/float button clicking logic consistent - When no change is performed on a float button, cancel the action. - Move left/right clicks into the same block. - Replace ambiguous names: temp, tempf. |
Revision e4084f8 by Howard Trickey August 15, 2019, 11:55 (GMT) |
Fix CDT bug causing crash with some output modes. Forgot to properly maintain the edge for faces while dissolving edges. |
Revision 48a6997 by Campbell Barton August 15, 2019, 11:34 (GMT) |
Fix T64888: full-screen button overlaps side-bar |
Revision 95a0144 by Germano Cavalcante August 15, 2019, 11:29 (GMT) |
Fix T68684: Vertex snapping with median not working if the object is not at center of the world |
Revision 9e54e6b by Antonio Vazquez August 15, 2019, 11:17 (GMT) |
Cleanup: Minor change to previous commit |
Revision 143a44c by Antonio Vazquez August 15, 2019, 11:15 (GMT) |
GPencil: Fix unreported missing VFX in Video Editor As the video editor mode is not Render mode the VFX was omitted. Now, the mode is only checked for View3D. |
Revision ff1ea60 by Philipp Oeser August 15, 2019, 09:56 (GMT) |
Fix T68675: particle edit mode makes blender crash In rB9c010c44f420, DRW_mesh_batch_cache_create_requested was changed to take a scene (instead of toolsettings directly), but DRW_draw_depth_object is calling this with with NULL, just checking for this seems to fix... Reviewers: fclem Maniphest Tasks: T68675 Differential Revision: https://developer.blender.org/D5488 |
Revision eac2a7a by Campbell Barton August 15, 2019, 09:51 (GMT) |
Fix full-screen button overlapping navigation gizmo |
Revision e6fa174 by Campbell Barton August 15, 2019, 09:51 (GMT) |
UI: skip drawing the full-screen when alpha is zero |
Revision a2a9c95 by Campbell Barton August 15, 2019, 09:51 (GMT) |
Revision c7598cd by Campbell Barton August 15, 2019, 09:51 (GMT) |
Cleanup: spelling Missed in recent commit. |
Revision 5b04829 by Brecht Van Lommel August 15, 2019, 09:28 (GMT) |
Cleanup: replace commented out code by comment |
Revision 32395dd by Bastien Montagne August 15, 2019, 09:13 (GMT) |
UI: Finalize old TODO in UI float number handling. Just enable some commented-out code from rB636289b755f6ce (disabled at that time because we were too close of 2.79 release...). Issue raised in D5486, thanks. |
Revision 63b3cc1 by Campbell Barton August 15, 2019, 06:56 (GMT) |
Cleanup: spelling |
Revision 1ddc12c by Campbell Barton August 15, 2019, 06:55 (GMT) |
Cleanup: unused warnings Reminder not to leave in unused code, or comment why it should be kept. |
Revision bb2394a by Campbell Barton August 15, 2019, 06:09 (GMT) |
Fix T68014: Add-on's override Python built-in modules Append addon paths to the sys.path to avoid name collisions with system modules. |
Revision 7c258a8 by Campbell Barton August 15, 2019, 05:59 (GMT) |
Mesh: bypass legacy tessface conversion step when remeshing |
Revision f4d548d by Ray molenkamp August 14, 2019, 23:57 (GMT) |
msvc: Enable /bigobj on all object files. bf_intern_openvdb makes a significant number of template instantiations causing it go over the maximum number of sections (int16) in a coff file when doing a debug build. This change switches the compiler to use the extended coff format which has this field extended (int32) all linkers post msvc2005 can process this format so there's no reason not to turn this on globally. Clang on windows does not need this change since clang switches implicitly to the extended format when required. [1] [1] https://reviews.llvm.org/rL217812 |
Revision cb7ead2 by Dalai Felinto August 14, 2019, 22:18 (GMT) |
Fix T68658: Text offset makes scale to fit not to work Differential Revision: https://developer.blender.org/D5484 |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021