Revision 680d0db by Bastien Montagne September 19, 2014, 20:11 (GMT) |
Fix T41875: Update issue in Timeline space This space did not refresh on NC_OBJECT, ND_BONE_SELECT notifier... |
Revision 23e2c97 by Antonis Ryakiotakis September 19, 2014, 16:04 (GMT) |
Fix T35993, issue with viewport when using instances. Not really sure what the issue here was initially (might have been a driver problem) but looks like the issue is solved if we skip generating a display list for clipped objects; Driver does not like a generated list that is not drawn. Now we try to clip the object always, not only when using display lists. This means that display lists will only get generated if object is actually visible. Also used glPush/glPop for instance matrices since glLoad can cause recalculation of inverses in the driver. |
Revision f2c8209 by Antonis Ryakiotakis September 19, 2014, 13:36 (GMT) |
Fix T40751 preview image not generated after baking. A DAG_id_tag_update here is enough to fix the problem. |
Revision d76d314 by Bastien Montagne September 19, 2014, 13:14 (GMT) |
Install_deps: add an '--info' path option to store BUILD_NOTES.txt... Still defaults to current dir! |
Revision 07bb364 by jens verwiebe September 19, 2014, 13:00 (GMT) |
OSX: make some more symbols global only, this may prevent clashes on older systems and is good for loading times anyway. |
Revision d804a5e by Sergey Sharybin September 19, 2014, 11:34 (GMT) |
Fix T41865: Fluid bake not possible in windows using a python script from the command line Stupid missing variables initialization. |
Revision 75b61f5 by Thomas Dinges September 19, 2014, 11:21 (GMT) |
Cycles: Remove unused Mix Shaders from the ShaderGraph, instead of only relinking. Differential revision: https://developer.blender.org/D796 |
Revision 40a1c7b by Thomas Dinges September 19, 2014, 10:57 (GMT) |
Cleanup: Indentation and Whitespace. |
Revision d04e488 by Nathan Letwory September 19, 2014, 07:44 (GMT) |
Add texture coordinate export. |
Revision 1c8d9cc by Tamito Kajiyama September 19, 2014, 05:11 (GMT) |
Freestyle: Fix for irrelevant docstring showing up in Python API docs. |
Revision 64ade99 by Tamito Kajiyama September 19, 2014, 04:41 (GMT) |
Freestyle: Python API documentation updates. Fixed dead references of API identifiers (e.g., freestyle.types.Interface0D) due to relocations of the identifiers into submodules. Also made various minor revisions of mark-ups and typos. |
Revision 98a7896 by Antonis Ryakiotakis September 18, 2014, 14:02 (GMT) |
Fix crashes with timers. Incorrectly accessing the menu pointer, set it to NULL before doing the tests. We don't restore the menu pointer because it is invalid by the time the operator ends. |
Revision 070ce41 by Antonis Ryakiotakis September 18, 2014, 11:03 (GMT) |
One last tweak to palette deletion code. It would correct active color only when deleting the last color. |
Revision 90c1afb by Antonis Ryakiotakis September 18, 2014, 10:51 (GMT) |
Fix T41708, active palette indicator not refreshing when clicking Issue, after a lot of blood sweat and tears, was found in ui_but_update_from_old_block, where we restore a button to its old values when possible. The problem here is that a1 and a2 are not really meant to store temporary variables, because they tend to get overriden and palette selection is one of those temporary states. Instead, we now store the position of each button in the palette in a2 and pointer to the palette in the customdata pointer of each button and use that to test if it's active. The positions won't change when clicking so we are guaranteed that the old button won't override the new one with garbage. It's still hacky but it is better than testing button types when copying old values. |
Revision 4412144 by Antonis Ryakiotakis September 18, 2014, 10:20 (GMT) |
Palette active color: Use indicator color derived from color luminance for better contrast. |
Revision b247e19 by Antonis Ryakiotakis September 18, 2014, 10:07 (GMT) |
Palettes * Remove some duplication in deletion code * Fix crash when restoring file from last saved state. |
Revision e6271d2 by Antonis Ryakiotakis September 18, 2014, 09:16 (GMT) |
Palettes: Avoid having an invalid active index if user deletes a color. Also attempt to set active color on clicking (Not working yet but fix coming soon) |
Revision 90f75b8 by Campbell Barton September 18, 2014, 07:45 (GMT) |
Cleanup: use static sets where possible |
Revision cf0ce0a by Tamito Kajiyama September 18, 2014, 06:48 (GMT) |
Fix for a run-time error in sphinx_doc_gen.py on Windows. |
Revision f87ca5f by Tamito Kajiyama September 18, 2014, 06:48 (GMT) |
Fix for missing Freestyle sections in the Blender Python API documentation. Freestyle sections of the API docs were empty due to Freestyle module reorganization in commit rB6498b96ce7081db039354228213d72e8c70bd3aa. Module __all__ property was added to submodules so as to properly exclude irrelevant documentation elements such as mathutils.Vector. |
|
|
|


Master Commits
MiikaHweb | 2003-2021