Revision bfdb9f9 by Thomas Dinges November 16, 2014, 18:50 (GMT) |
Cycles: Remove Integrator volume sampling flag, that was moved to Shader. |
Revision a15d584 by Campbell Barton November 16, 2014, 16:42 (GMT) |
UI: fix for recent menu flipping commit |
Revision ed52706 by jens verwiebe November 16, 2014, 16:12 (GMT) |
Just 2 comments cleaned |
Revision fa821a9 by jens verwiebe November 16, 2014, 16:03 (GMT) |
OSX/buildsystems: unify openmp handling by changing iomp5 id to @loader_path/../Resources/lib/libiomp5.dylib This makes install_name_tool usage obsolete here and also assures cmake builds can be codesigned. IMPORTANT: update lib (darwin-9.x.universal/openmp) |
Revision 97e2d62 by Bastien Montagne November 16, 2014, 14:55 (GMT) |
Fix T42581: Add 'icon_value' feature to UI Py/RNA's operator button and items of enums. Rather straightforward, allows for 'DATA' icons (like mat or tex 'previews') to be used as icon for operator button or items of an enum. Patch by Simon Lušenc, with minor cleanup by self. |
Revision 902ba7b by Campbell Barton November 16, 2014, 14:46 (GMT) |
Cleanup: use SUBD_CORNER_* prefix for Subdiv flags |
Revision 6dcf8ba by Campbell Barton November 16, 2014, 13:57 (GMT) |
Knife: fix recent drag option /w loop close It would miss adding an edge when closing the loop. |
Revision 832a97f by Campbell Barton November 16, 2014, 13:29 (GMT) |
Macros: ELEM() can now take 2 args Handy when used indirectly. |
Revision c31f74d by Campbell Barton November 16, 2014, 13:23 (GMT) |
Cleanup: use BLI_listbase_count_ex to avoid redundant looping |
Revision 0e60acc by Campbell Barton November 16, 2014, 13:06 (GMT) |
BLI_listbase: Add BLI_listbase_count_ex (sets a limit) This can be used to avoid redundant looping when we only want to know if a list is smaller then some size. also remove paranoid NULL check in list counting. |
Revision 7d040d2 by Campbell Barton November 16, 2014, 12:57 (GMT) |
Cleanup: use BLI_listbase_*** prefix for count,sort,sort_r |
Revision 080c1d4 by Campbell Barton November 16, 2014, 12:28 (GMT) |
Error in last commit |
Revision f283f57 by Campbell Barton November 16, 2014, 12:04 (GMT) |
CMake: cleanup, namespace & unused vars also add macro 'print_all_vars()', if(0)'d - debugging only. |
Revision 497a266 by Campbell Barton November 16, 2014, 11:59 (GMT) |
Knife: double clicking now closes the loop |
Revision f0a2e71 by Joshua Leung November 16, 2014, 10:32 (GMT) |
Fix T40372: Slow Graph Editor drawing For FCurves where all the keyframes use the "simple" interpolation types (i.e. Constant, Linear, and Bezier), we now use the old FCurve drawing code that was used prior to the Easing Equations changes. This should be generally faster in general. |
Revision 63ec900 by Joshua Leung November 16, 2014, 10:32 (GMT) |
[T40792] Optimisations for FCurve Drawing - Lower sampling precision when "High Quality" drawing disabled When the "High Quality Line Drawing" option (View menu) is disabled, the sampling rate (i.e. the size of timesteps to use when sampling the FCurve for drawing it in most cases now) is set to be quite low (i.e. at 0.1 frame increments). This amounts to at most 10 sub-steps. In one test file (with a wide window), this had the effect of improving the performance by over 3x. It's still not as good as a sampling-free approach, but for this functionality is still needed for FModifiers, so it's better that we can optimise this. |
Revision 38f2f4c by Joshua Leung November 16, 2014, 10:32 (GMT) |
Revision a39100c by Joshua Leung November 16, 2014, 10:32 (GMT) |
Code cleanup - Typos and separating out assignment from for-loop header |
Revision fbfdbaf by Bastien Montagne November 16, 2014, 10:16 (GMT) |
Own cleanup, sorry for the noise :/ |
Revision f36785c by Bastien Montagne November 16, 2014, 10:11 (GMT) |
Cleanup: Replace `WM_operator_name_call` by `WM_operator_name_call_ptr` where possible. This avoids one lookup in optypes list... |
|
|
|


Master Commits
MiikaHweb | 2003-2021