Revision 7499fcf by Inês Almeida March 5, 2016, 19:46 (GMT) |
Python docs: minor cleanup and adding missing parenthesis to a code sample |
Revision 002deb2 by Brecht Van Lommel March 5, 2016, 13:33 (GMT) |
Fix T47670: cycles GLSL incorrect layer weight / fresnel. World space and view space normals were mixed up, we should only convert from world to view space if a custom normal is connected, otherwise it is already in view space. |
Revision 40b748d by Campbell Barton March 5, 2016, 06:40 (GMT) |
Fix for missing update changing VFont.filepath Changing the filepath wouldn't reload the font even after calling scene.update(). |
Revision 4e50010 by Campbell Barton March 4, 2016, 22:16 (GMT) |
Cleanup: quiet -Wcomma, cast to void where needed |
Revision fea07c1 by Campbell Barton March 4, 2016, 22:13 (GMT) |
Cleanup: unnecessary comma use Also use SWAP macro |
Revision acebfbb by Campbell Barton March 4, 2016, 22:12 (GMT) |
Cleanup: unnecessary comma use |
Revision 5513762 by Campbell Barton March 4, 2016, 19:37 (GMT) |
Alternate fix for virtual-pixel update not working On changing, clear drawable window to force update. |
Revision f33e441 by Campbell Barton March 4, 2016, 19:31 (GMT) |
Revert "Fix changing virtual pixelsize having no affect if only main window is open" This reverts commit fe7bab13439fe6f0181f6661fbf7bb7ae18f5310. Setting correct context is important, but this is setting DPI and widget unit on *every* mouse move. |
Revision fe7bab1 by Julian Eisel March 4, 2016, 17:13 (GMT) |
Fix changing virtual pixelsize having no affect if only main window is open Changing virtual pixelsize only had an affect when a second window was open. (Was also possible to trigger update by opening another window.) Steps to reproduce: * Change any editor into user preferences *in main window* * Change virtual pixel size -> nothing happens |
Revision a3de3a0 by Bastien Montagne March 4, 2016, 16:46 (GMT) |
Fix typo in 'Vietnamese' language label (must have sneaked in while adding Basque one, grr). |
Revision e0da0a1 by Julian Eisel March 4, 2016, 15:52 (GMT) |
Fix menu aliged to right side of screen in UserPref window Only applied in a really few cases actually. To reproduce: * Open User Preferences *in own window* * Search for node wrangler add-on (it's one of the few cases where this happens) * Enable and open details * Click on one of the menues in the add-on preferences Actually this was reproducable in any window, user preference area just had to take up most/all of the width. Note: I'm not totally sure if just disabling these lines is correct, but I didn't find any issues or any information why this was needed. So it seems to be redundant. |
Revision d8b8a6e by Bastien Montagne March 4, 2016, 11:35 (GMT) |
Fix T47683: broken BBox logic when drawing duplis. Once a dupli had a valid bbox, that bbox would be used for all following objects without bbox, instead of skipping clipping check. Issue unveiled by rB3fa0a1a5bc0ff2, but not related at all (in fact, bug was present before that commit). |
Revision f2c40ca by Campbell Barton March 4, 2016, 10:50 (GMT) |
Fix uninitialized memory use lattice-boundbox Many other places weren't clearing boundbox dirty flag after calculation. |
Revision b841750 by Campbell Barton March 4, 2016, 05:38 (GMT) |
Cleanup: suspicious use of commas |
Revision 4ec61ff by Campbell Barton March 4, 2016, 03:53 (GMT) |
Revision 9c8b6cc by Campbell Barton March 3, 2016, 21:40 (GMT) |
Docs: include mathutils.interpolate |
Revision f38c175 by Campbell Barton March 3, 2016, 20:56 (GMT) |
Docs: example for writing blend file libraries |
Revision c38087a by Campbell Barton March 3, 2016, 19:36 (GMT) |
Correct image format args (remove 'MOVIE') |
Revision 63d25b4 by Campbell Barton March 3, 2016, 19:36 (GMT) |
Docs: minor comment correction |
Revision 6d673f8 by Campbell Barton March 3, 2016, 19:36 (GMT) |
Docs: comment on poly flipping w/ solidify |
|
|
|


Master Commits
MiikaHweb | 2003-2021