Revision 6f6c26b by Bastien Montagne December 14, 2015, 18:24 (GMT) |
Usual i18n fixes, and cleanup: fix 'randomise' -> 'randomize' spelling in code. |
Revision 1fbd742 by Joshua Leung December 14, 2015, 15:03 (GMT) |
Graph Editor: "Add at Cursor" options for Insert Key operator in Graph Editor * Added the ability to add a keyframe at the current cursor location in the Graph Editor. This is useful for precisely defining the shape of driver F-Curves. * Fixed a bug where the wrong cursor-x time was being used in Drivers mode (i.e. it was still using time, and not just any time-value, but the NLA-mapped time!) |
Revision 236d094 by Joshua Leung December 14, 2015, 15:03 (GMT) |
Fix: NLA Mapping should not apply to keyframes of Driver FCUrves |
Revision de0119d by Campbell Barton December 14, 2015, 06:16 (GMT) |
BLI_storage: util function BLI_file_read_as_mem Use for text loading and pasting from file. |
Revision 4510fe8 by Jorge Bernal December 14, 2015, 05:56 (GMT) |
BGE Physics clean up: double-promotion warnings |
Revision 94b34c9 by Jorge Bernal December 14, 2015, 05:56 (GMT) |
BGE Scenegraph clean up: double-promotion warnings |
Revision 9c53e55 by Mike Erwin December 13, 2015, 20:58 (GMT) |
OpenGL: system info tweaks - show extensions one per line in order for easier human scanning - show DrawElements vertex & index limits - assume GL version >= 2 for GLSL limit queries |
Revision 9f6c065 by Campbell Barton December 13, 2015, 16:24 (GMT) |
Cleanup: unused args |
Revision a791153 by Joshua Leung December 13, 2015, 14:06 (GMT) |
3D Cursor: Add option to lock it in place to prevent accidental modification This option helps users protect themselves from accidentally changing the cursor location (and not being aware of this until it has already caused problems) when drawing using Grease Pencil (or with other tools where this is equally likely). It seems to occur most frequently when using a tablet. Currently, this only affects the use of the mouse to set the cursor, as this is where most accidental invocations occur. (I'm aware that this change may turn out to be quite contentious. Fortunately, it should be simple to just revert this commit in that case :) |
Revision 003523e by Joshua Leung December 13, 2015, 14:06 (GMT) |
Removed duplicated define |
Revision ab0b0ef by Joshua Leung December 13, 2015, 14:06 (GMT) |
Dopesheet: Mirroring GPencil keyframes now works again |
Revision a27477b by Joshua Leung December 13, 2015, 14:06 (GMT) |
Dopesheet: IKEY (Insert Keyframe) operator now works in GPencil Mode It will create blank keyframes, or copies of the prevailing keyframe, depending on whether "Additive Drawing" is enabled or not. |
Revision 66a6491 by Antonis Ryakiotakis December 13, 2015, 13:25 (GMT) |
Fix yet one more Intel driver with crappy dfdy support in offscreen buffers |
Revision a158a74 by Campbell Barton December 13, 2015, 13:16 (GMT) |
BMesh: split-face by edges support isolated edges Previously edges needed to be connected to the faces. |
Revision b7090b3 by Campbell Barton December 13, 2015, 13:16 (GMT) |
BMesh: replace BLI_array w/ BLI_buffer Also reuse temporary buffer between calls. |
Revision 81b32e8 by Campbell Barton December 13, 2015, 13:16 (GMT) |
BMesh: add BKE_bmbvh_find_face_closest |
Revision cecdd13 by Joshua Leung December 13, 2015, 12:12 (GMT) |
GP Sculpt: WheelUp/Down can be used to control brush size/strength while a sculpt stroke is in progress |
Revision 9426505 by Joshua Leung December 13, 2015, 12:09 (GMT) |
Fixed incomplete comment |
Revision 46218dc by Inês Almeida December 13, 2015, 10:36 (GMT) |
Fix: unreported crash with misconfigured nvidia opengl drivers |
Revision fa4a9c7 by Campbell Barton December 13, 2015, 08:55 (GMT) |
BMesh: don't use total faces to detect edits Possible a boolean operation edits the mesh while keeping the same number of faces. |
|
|
|


Master Commits
MiikaHweb | 2003-2021