Revision bee6c17 by Campbell Barton January 27, 2014, 09:19 (GMT) |
Code Cleanup: de-duplicate nested node tree checking |
Revision 2d3bd58 by Sergey Sharybin January 27, 2014, 09:11 (GMT) |
Fix clip editor interface being broken by a71f072 Please do test commits before committing them. This is second working day in a row which was started with solving issues caused by untested patches. |
Revision e5b1498 by Martijn Berger January 27, 2014, 08:24 (GMT) |
patch by Mihai Melinescu: boost hardcoded MSVC12 Updated CMakeLists.txt to account for boost hardcoded locations for VS 2013. Reviewers: juicyfruit Differential Revision: https://developer.blender.org/D261 |
Revision 029a7bb by Campbell Barton January 27, 2014, 08:11 (GMT) |
UI: Fix for icon-only menus too small click-able area |
Revision a71f072 by Campbell Barton January 27, 2014, 07:42 (GMT) |
Revision 8f2eec5 by Campbell Barton January 27, 2014, 06:25 (GMT) |
Build System: icon files now depend on UI_icons.h for CMake Now changing UI_icons.h causes icons to be re-generated, without this adding a new icon wouldn't automatically get into the generated PNG. |
January 27, 2014, 04:21 (GMT) |
Curves: save active point to file Changed curve active point from pointer to index. Allows curve active point to be saved to file and retained between modes for free. Also some small optimisations by removing pointer look up code. - Made active point access functions into BKE API calls. - Fixes operators where curve de-selection resulted in unsel-active point. - Split curve delete into 2 functions |
Revision f91368d by Mitchell Stokes January 27, 2014, 01:52 (GMT) |
.gitignore: Adding CMakeLists.txt.user for QtCreator users. |
Revision 646cc46 by Sv. Lockal January 26, 2014, 16:12 (GMT) |
Fix typo in nla blend modes. |
Revision afb9393 by Bastien Montagne January 26, 2014, 15:56 (GMT) |
Fix T38354: Excess memory allocation when projecting onto object with multires Found three cases where created bvhtree was not freed... |
Revision 12109dd by Thomas Dinges January 26, 2014, 15:23 (GMT) |
Cycles Standalone: Basic support for external OSL shaders. * Very simple implementation, only allows for 1 output socket. As we haven't decided yet whether we keep the XML API, rather not spend more time on this now. * To use an external osl shader, put the .osl file next to the xml file. * Parameters: "output" is the output socket name, "output_type" the variable type (float, color and closure color are supported). Example: <osl_shader name="tex" src="ramp_closure.osl" output="Phong" output_type="closure color" /> <connect from="tex Phong" to="output surface" /> |
Revision bb83bdf by Bastien Montagne January 26, 2014, 15:08 (GMT) |
Fix T38366: export collada crash - if you set a keyframe Don't assume all objects have a valid animdata... |
Revision d292d6a by Bastien Montagne January 26, 2014, 14:18 (GMT) |
Cleanup of BLI_smallhash Factorized a bit the code here, think it's more readable now... No performance enhancement though. Reviewed by: campbellbarton Differential Revision: https://developer.blender.org/D259 |
Revision 1c29fd7 by Campbell Barton January 26, 2014, 11:17 (GMT) |
Code Cleanup: style and correct API class ref |
Revision 97aab5a by Thomas Dinges January 25, 2014, 18:25 (GMT) |
Cycles: Set samples to USHRT_MAX per default in the constructor, this is already used elsewhere. |
Revision f746d90 by Thomas Dinges January 25, 2014, 17:57 (GMT) |
Cycles Standalone: Various changes * Change Info in header, put more important info to the left * API: Move Camera width/height to camera, add some film properties * Add ESC key to help menu |
Revision 70e844e by Brecht Van Lommel January 25, 2014, 16:44 (GMT) |
Fix T38353: some EXR files from other applications not loading correctly. * EXR layers with names like 'Z' without any pass name were not loaded at all and would break the Combined pass as well. * EXR pass names longer than 16 characters where writing past the end of the array and getting invalid names. |
Revision b46dcaf by Martijn Berger January 25, 2014, 13:20 (GMT) |
fix building cycles standalone on windows / cmake |
Revision 1dd05a1 by Thomas Dinges January 25, 2014, 12:25 (GMT) |
Cleanup: Simplify Cycles standalone OSL detection code. |
January 25, 2014, 11:29 (GMT) |
Blender docs: Correct upper limit, shown for missing -t option value. Differential Revision: https://developer.blender.org/D248 |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021