Revision aac2db3 by Brecht Van Lommel November 9, 2014, 14:11 (GMT) |
Fix T42540: save_pre and save_post handlers not called when saving startup.blend. |
Revision a1c1ec8 by Brecht Van Lommel November 9, 2014, 13:55 (GMT) |
Fix T42548: crash showing subsurf modifier UI on hidden object. |
Revision 8f8e1dd by Sergey Sharybin November 9, 2014, 11:47 (GMT) |
Code cleanup: Remove unused functions from implicit.c Most of the unused functions were removed. Some of them were if-defed because they are referenced from the code which was already if-defed. Reviewers: lukastoenne, campbellbarton Differential Revision: https://developer.blender.org/D868 |
Revision 5cce2e1 by Martijn Berger November 8, 2014, 20:17 (GMT) |
Cmake cleanup Move compiler warnings for msvc to common compilerwarnings. |
Revision 67766f7 by Sergey Sharybin November 8, 2014, 19:11 (GMT) |
Put latest buildbot config files to git |
Revision 75f518c by Thomas Dinges November 8, 2014, 15:47 (GMT) |
Cycles: Remove dead branch for Distant lamps, ls->t is always FLT_MAX here. |
Revision 83dee4a by Thomas Dinges November 8, 2014, 15:47 (GMT) |
Readme for Blender 2.73. |
Revision 7b873b0 by Campbell Barton November 8, 2014, 12:37 (GMT) |
Add safe_normalize to cycles, avoid checking length first This won't give any big speedup, just avoids redundant sqrtf and may be useful in future. Differential Revision: https://developer.blender.org/D880 |
Revision 112032f by Campbell Barton November 8, 2014, 12:37 (GMT) |
Cleanup: cycles whitespace |
Revision 8f8321b by Martijn Berger November 8, 2014, 10:32 (GMT) |
cmake buildfiles Cleanup / Refactor, no functional changes. Move away from using hardcoded ${target} when calling install() in cmake |
Revision 5604a3d by Bastien Montagne November 7, 2014, 09:31 (GMT) |
Fix T42531: Setting 'Undo' steps to '1' causes weirdness. Do not allow '1' value here, it's useless. Thanks to Campbell for suggested solution here! |
Revision a8b9402 by Sergey Sharybin November 7, 2014, 08:35 (GMT) |
Cycles: Tweak to the expf() speed workaround Add compile-time check for particular glibc version which fixed the issue. This makes it so own-compiled blender is the fastest in the world, and the only issue remains what should we do for release builds. After some discussion with Campbell we decided to keep it as is for now because slowdown is not that much noticeable. We'll disable this workaround for release builds when all the majority of the distros will switch to the new version of glibc. |
Revision 548b8f5 by Sergey Sharybin November 7, 2014, 08:17 (GMT) |
Fix assert failure in GPU codegen Even though GLSL allows to have polymorphic functions our codegen is not aware of this at all. Let's rename the functions for now, but in the future would be handy to make codegen aware of the polymorphic functions. |
Revision 0627bc2 by Antonis Ryakiotakis November 6, 2014, 19:19 (GMT) |
Fix T42208 color pickers are coupled. Decouple color picker hsv data from the whole block. Basically, each color picker now takes care of creating its own color picker role. For this bug report it can be seen that probably HSV is not the best space for gamma/lift/gain workflow because it is bounded at 1.0 but this is a separate issue. |
Revision 4542504 by Antonis Ryakiotakis November 6, 2014, 17:07 (GMT) |
better fix for fix T42525 (tm) Looks like material node trees are stored directly in the material. The reason I thought this was fixed was because my test file didn't connect the lamp data node in the rest of the tree. Thanks to Campbell for catching this :) |
Revision a918882 by Julian Eisel November 6, 2014, 16:45 (GMT) |
Fix T42497: Enlarge rename text field in File Browser To ensure there's space for more than a few characters in the rename text fields of the File Browser, we now use a width relative to the column width (for all display modes). Includes some edits from @campbellbarton - thanks for this! |
Revision 0c28aaa by Antonis Ryakiotakis November 6, 2014, 15:38 (GMT) |
Revision a081a48 by Campbell Barton November 6, 2014, 14:35 (GMT) |
Editmesh: select more/less can now step over adjacent faces This keeps a square shaped selection when using grid topology. |
Revision d1eb762 by Antonis Ryakiotakis November 6, 2014, 14:03 (GMT) |
Revision 5e01e71 by Antonis Ryakiotakis November 6, 2014, 13:06 (GMT) |
Revert "Metastrips: disallow making a metastrip with only one strip present." This reverts commit a1578f08dc442b0c64f05a1ab18ef0fd90a9f6e4. Looks like some workflows benefit from being able to do this |
|
|
|


Master Commits
MiikaHweb | 2003-2021