Revision ef2f310 by Julian Eisel February 13, 2015, 12:57 (GMT) |
Revert "Fix T43646: VSE preview allows displaying channels down to -5" This reverts commit e652f781a33b3b31fa95b543bf4003ff7b0c57d6. @schlaile, mentioned in T43646 that this was an intended feature. Checked git history and it's seems like he's right. |
Revision 90a9415 by Antonis Ryakiotakis February 13, 2015, 11:15 (GMT) |
No need to use "SSAO" for SSAO color |
Revision c01a2aa by Antonis Ryakiotakis February 13, 2015, 10:56 (GMT) |
Alleviate grid creating shadows in Ambient Occlusion effect. Draw the grid last with depth masking disabled. That should have no ill effects otherwise as far as I can tell except from some exceptional cases (axis lines over grid) but this is hardly annoying. Generally to properly solve such issues we need to have a better render pipeline with wire objects/materials being drawn after compositing. This is not impossible but for now doing it the simple way. |
Revision e652f78 by Julian Eisel February 13, 2015, 10:53 (GMT) |
Fix T43646: VSE preview allows displaying channels down to -5 Maybe just another typo (tm). (Checked with @psy-fi) |
Revision 261cd7f by Sergey Sharybin February 13, 2015, 10:24 (GMT) |
Fix T43649: Geometry node breaks GLSL shading The issue was caused by the recently added attribute, which is to be added to the shader function even tho it's not supported. |
Revision e63594a by Bastien Montagne February 13, 2015, 09:57 (GMT) |
Fix again tablets with linux! Yes, for me tablets (both wacom and no-name) were again broken - curse X11! So now, we want ButtonPress, Button1Motion does not work anymore... Anyway, this patch makes things much cleaner, storing each event type in its own variable! Patch by cedricp (Cédric PAILLE) from T43367, thanks a bunch! |
Revision 46151a6 by Sergey Sharybin February 13, 2015, 08:51 (GMT) |
Fix issue with some files having non-unique modifier names Originally the files are coming from ancient early-2.4x epoch, but in theory such setups might have been re-saved multiple times already with more recent blender versions. So the verisoning code is applied on all the files, including very recent ones. Bumped subversion, because this check si not really cheap. |
Revision 67fa545 by Sergey Sharybin February 13, 2015, 08:46 (GMT) |
Make modifier_unique_name return whether modifier was renamed or not |
Revision 270bbc8 by Thomas Dinges February 13, 2015, 08:29 (GMT) |
Fix Cycles compilation on x86, without SSE. |
Revision 34e9f6b by Bastien Montagne February 13, 2015, 08:10 (GMT) |
Fix (revert) mistake in rB1ae2098a6e04359b, causing broken UI (see e.g. Scene buttons). Reported by sebastian_k through IRC, thanks! |
Revision 616eb68 by Campbell Barton February 13, 2015, 05:17 (GMT) |
cleanup |
February 13, 2015, 03:34 (GMT) |
mathutils: __hash__ for mathutils types This gives the same result as converting to a tuple and hashing. |
Revision 1ae2098 by Campbell Barton February 13, 2015, 00:43 (GMT) |
cleanup: ui, use bools |
Revision 4132ca1 by Campbell Barton February 13, 2015, 00:33 (GMT) |
UI: show check-boxes pie-menu bool/enums |
Revision 29e19ce by Campbell Barton February 13, 2015, 00:06 (GMT) |
BMesh: avoid ugly macro for loop interpolation Compiler optimizes to practically the same output |
Revision 1af042d by Jorge Bernal February 12, 2015, 23:12 (GMT) |
BGE: Fix for T42285 & T38935 crashes. They are Rayhit related. We make sure that good values are passed to GetPolygon() and we check that the visual mesh doesn't have a wrong displacement when it passes over a object which has a mesh triangle as compound bound. Reviewers: dfelinto, sergof, agoose77, moguri Reviewed By: moguri Subscribers: agoose77 Differential Revision: https://developer.blender.org/D979 |
Revision 2b847d1 by Jorge Bernal February 12, 2015, 23:05 (GMT) |
BGE: Remove translation and rotation constrains subpanel from dynamics type The translation and rotation locks subpanel was not used by dynamic physics type to avoid inestability in the application of forces and/or torques. Therefore it is better to remove it from UI (for dynamics) to avoid misunderstandings. Reviewers: moguri, dfelinto, campbellbarton Reviewed By: campbellbarton Subscribers: panzergame Differential Revision: https://developer.blender.org/D1090 |
Revision 9e217cc by Jorge Bernal February 12, 2015, 22:56 (GMT) |
BGE Fix T39026: No collisions detected with parented rigid body object Fix for T39026. Preliminary investigation by blenderscripter on D446. Also it solves bug T41285 (Parenting object leave collission box). Refactor commit b90de0331df6c92af909b20a3e183596ff3511e4 introduced a regression bug. Reviewers: sergof, campbellbarton, moguri Reviewed By: moguri Subscribers: blueprintrandom, blenderscripter Differential Revision: https://developer.blender.org/D1064 |
Revision eda2d56 by Antonis Ryakiotakis February 12, 2015, 21:05 (GMT) |
Cleanup horrible artifact of Greek to English translation. |
Revision 8de421b by Antonis Ryakiotakis February 12, 2015, 18:59 (GMT) |
Use the RNA for overriding the name instead. |
|
|
|


Master Commits
MiikaHweb | 2003-2021