Revision 290b0a9 by Mike Erwin January 7, 2016, 21:32 (GMT) |
cleanup: OpenGL comment Removed reference to GL 1.x since we no longer support that. ES is likely in our future though! |
Revision 77641c2 by Mike Erwin January 7, 2016, 21:32 (GMT) |
OpenGL: remove some hacks/workarounds Everything I've tested works fine without these hacks. Variety of Mac, Linux, Windows, Intel, nVidia, AMD. If these workarounds are for old unsupported systems let's clean house. Reviewers: #opengl_gfx Differential Revision: https://developer.blender.org/D1707 |
Revision e20b30a by Mike Erwin January 7, 2016, 21:32 (GMT) |
OpenGL: remove glPointSize hack |
Revision 261ac69 by Bastien Montagne January 7, 2016, 20:52 (GMT) |
Fix RNA_enum_set_identifier(), needs a context to handle correctly dynamic enums. |
Revision e63c773 by Campbell Barton January 7, 2016, 19:09 (GMT) |
Correct check when no path can be found |
Revision d755b08 by Campbell Barton January 7, 2016, 17:58 (GMT) |
Revision 5fd3b07 by Campbell Barton January 7, 2016, 17:42 (GMT) |
Add select next/previous items to select menu |
Revision 8965586 by Campbell Barton January 7, 2016, 17:07 (GMT) |
Editmesh select sub-menu 'Select All by Trait' Similar to object mode 'Select All by Type', This menu is for various options to select based on some rules. Moving into a submenu removes clutter, and means we can add other selection types. |
Revision 5d118f6 by Campbell Barton January 7, 2016, 16:21 (GMT) |
BMesh: add select next/prev operator This uses selection history to select the next vert/edge/face based on surrounding topology. Select previous just removes the last selected element. Uses key-bindings: Ctrl-Shift +/- |
Revision 08185d2 by Sergey Sharybin January 7, 2016, 15:06 (GMT) |
Fix T46723: Issue with linking to rigs running Blender in new depsgraph mode This isn't really ideal fix, but currently i can't tell how proxies should work with the new dependency graph. This backward links are crazy, non-threadsafe and mindblowing. Need to do some smarter/easier system. |
Revision 3ad1e4f by Campbell Barton January 7, 2016, 12:33 (GMT) |
addon_utils: improve docstrings Also make error handler take the exception as its argument. |
Revision 3e530f9 by Campbell Barton January 7, 2016, 10:05 (GMT) |
Fix error in recent commit |
Revision eed28a1 by Campbell Barton January 7, 2016, 09:57 (GMT) |
Select mirror multiple axis support Previously you could only select mirror on X axis, now support mirroring on multiple axis as well as more than one (for mesh and lattice data). |
Revision 9e3ae79 by Sergey Sharybin January 7, 2016, 09:35 (GMT) |
Fix access possibly uninitialized armature's bounding box flag |
Revision c4fda6f by Campbell Barton January 7, 2016, 09:22 (GMT) |
Cleanup: use generic xyz axis enums |
Revision 0778856 by Campbell Barton January 7, 2016, 09:11 (GMT) |
Cleanup: remove unused scene arg |
Revision 5483695 by Sergey Sharybin January 7, 2016, 09:04 (GMT) |
Cycles: Update some API to be ready for OSL 1.6 While previous code was already compiling with OSL 1.6 it was using some symbols which were considered deprecated in upstream. This commit adds some ifdefs, but soon we'll get rid of all them rather soon with the upcoming OIIO/OSL update. |
Revision 772a3da by Sergey Sharybin January 7, 2016, 08:15 (GMT) |
Cycles: Update some types used form OSL Some types were deprecated back in 2013, better to be prepared earlier for those types being removed from upstream. |
Revision 3d313c9 by Sergey Sharybin January 7, 2016, 06:52 (GMT) |
Cycles: Whitespace cleanup, extra space in the argument list Seems we're really starting to need to have cpplint for Cycles. |
Revision 02739bd by Sergey Sharybin January 7, 2016, 06:47 (GMT) |
Cycles: Cleanup, use "string_" prefix for functions in util_string No functional changes, just makes it easier to track where the function is coming from. |
|
|
|


Master Commits
MiikaHweb | 2003-2021