Revision 7bc76f8 by Dalai Felinto March 13, 2017, 09:45 (GMT) |
New Window Operator (to replace Duplicate Window) A user doesn't want to necessarily create a new Screen only because she wants a new window. This patch allows the user to pick the screen to use for the new Window. If the screen picked is the active one, it duplicates it (as the old behaviour in Blender). Patch with contributions and fixes by Julian Eisel (Severin) Subscribers: venomgfx Differential Revision: https://developer.blender.org/D2555 |
Revision 8794a43 by Sergey Sharybin March 13, 2017, 08:57 (GMT) |
Cycles: Make MESA compiler more happy While this compiler is not officially supported yet, getting it to work is a nice thing because more and more AMD cards will fall under MESA driver. It's also nice to use explicit comparison with NULL, which makes it more clear whether variable is a boolean or pointer. Even Rust enforces this! Patch by Ian Bruce with own modifications. |
Revision 4dacda5 by Campbell Barton March 12, 2017, 20:48 (GMT) |
Merge branch 'master' into blender2.8 |
Revision e8021f5 by Campbell Barton March 12, 2017, 20:33 (GMT) |
UI: expose mesh conversion in apply menu The mesh convert operator can 'freeze' a mesh (WYSIWYG, modifiers, shape keys etc). However its not very obvious that the way to perform this operation is to convert a mesh to a mesh. Expose this as 'Visual Geometry to Mesh' in the 'Apply' menu, since this is where users might expect to see it. |
Revision 10404e3 by Campbell Barton March 12, 2017, 20:18 (GMT) |
Comments: minor clarification |
Revision 6d3d2b1 by Clément Foucault March 12, 2017, 20:16 (GMT) |
Clay Engine: Fix missing grid |
Revision 9c6b9e8 by Clément Foucault March 12, 2017, 20:16 (GMT) |
Clay Engine: Mode engine templates. Standard Engine layout easy to extend. Note that most of the work will also happen in mesh_render.c to create geometry batches. |
Revision b759d3c by Gaia Clary March 12, 2017, 19:31 (GMT) |
fix T50923: Inconsistent default values and wrong order of parameters in api call |
Revision 18ed060 by Aaron Carlisle March 12, 2017, 17:56 (GMT) |
Fix T50930 Typo in 'jpeg2k_codec' description |
Revision 6521307 by Campbell Barton March 12, 2017, 17:39 (GMT) |
BMesh: rename cryptic functions Use expanded names for bmesh primitive operations (urmv jvke semv jfke). Use 'bmesh_kernel_' prefix, these functions aren't intended for wide use so favor readability. Remove BM_face_vert_separate, it wasn't used and only skipped step of finding correct loop of face. |
Revision f28376d by Campbell Barton March 12, 2017, 17:39 (GMT) |
Cleanup: style |
Revision 8ca11f5 by Julian Eisel March 12, 2017, 17:14 (GMT) |
UI: Always open enum-search popups with empty search string It might be useful to keep the search string stored in some cases, but in most it's not useful but confusing. Especially if the string is taken from a menu showing a different enum. |
Revision 3f94836 by Brecht Van Lommel March 12, 2017, 17:03 (GMT) |
Fix T50788: blender startup crash on macOS with some types of volumes available. |
Revision 68ca973 by Brecht Van Lommel March 12, 2017, 17:00 (GMT) |
Fix T50628: gray out cycles device menu when no device configured only for GPU Compute. |
Revision 40532b9 by Clément Foucault March 11, 2017, 20:09 (GMT) |
OpenGL: Convert drawobject.c (cont) All remaining 28 deprecated calls are derivedMesh related. |
Revision 76015f9 by Aleksandr Zinovev March 11, 2017, 19:34 (GMT) |
Fix icon alignment for pie buttons |
Revision acd4fc3 by Clément Foucault March 11, 2017, 16:15 (GMT) |
OpenGL: Convert drawobject.c (cont) Edit Particle mode. |
Revision e29e63c by Clément Foucault March 11, 2017, 16:15 (GMT) |
OpenGL: Convert drawobject.c (cont) Particle system (not edit mode) |
Revision b90a619 by Clément Foucault March 11, 2017, 16:15 (GMT) |
OpenGL: Convert drawobject.c (cont) This commit have a serrious perf issue when drawing nurbs (+5 times slower) but it gets rid of deprecated functions. |
Revision fbb1b31 by Campbell Barton March 11, 2017, 16:00 (GMT) |
Merge branch 'master' into blender2.8 |
|
|
|


Master Commits
MiikaHweb | 2003-2021