Revision 45ce901 by Sergey Sharybin October 9, 2014, 09:48 (GMT) |
Cycles: Remove redundant float4->float3 conversion Not as if it gives noticeable changes render-time, but it's just weird to convert float4 to float 3 to just access individual x/y/z components. Plus some compilers might be more stupid than GCC and don't optimize this out well. |
Revision c1004b1 by Sergey Sharybin October 9, 2014, 09:30 (GMT) |
Libmv: Update Ceres to latest upstream just to be sure we're dealing with the latest git version when troubleshooting one annoying OSX issue.. |
Revision 375d2dc by Sergey Sharybin October 9, 2014, 09:17 (GMT) |
Implement custom names for render slots Basically the title tells it all, quite straightforward implementation. The only thing is the image.render_slot which used to represent the active render slot index is now moved to image.render_slots.active_index. Reviewers: venomgfx, campbellbarton Differential Revision: https://developer.blender.org/D821 |
Revision fe93947 by Tamito Kajiyama October 8, 2014, 16:31 (GMT) |
Freestyle: silence a GCC warning (-Wunused-function). |
Revision 14df7de by Tamito Kajiyama October 8, 2014, 16:31 (GMT) |
D801: Freestyle: remove old and unused stroke shaders This patch removes several stroke shaders written in C++ that are unused and don't serve a real purpose any more. The removed shaders are: - BPy_ColorVariationPatternShader - BPy_StrokeTextureShader - BPy_TextureAssignerShader - BPy_ThicknessVariationPatternShader - BPy_fstreamShader - BPy_streamShader and a few more that weren't even exposed to the Python API. Some minor edits were made by the reviewer. Differential Revision: https://developer.blender.org/D801 Reviewed by: kjym3 |
Revision 9c97624 by Lukas Toenne October 8, 2014, 16:10 (GMT) |
Select Random in Particle Edit Mode, by jezv Added the select random functionality in particle edit mode for hairs or control points. Reviewers: campbellbarton, lukastoenne Reviewed By: lukastoenne Subscribers: campbellbarton, kevindietrich, jezv Projects: #quick_hacks, #bf_blender, #physics Maniphest Tasks: T37873 Differential Revision: https://developer.blender.org/D809 |
Revision 0ba84b7 by Sergey Sharybin October 8, 2014, 16:02 (GMT) |
Operator to define render border from rendered image editor This way it is possible to define render border directly from the image editor, which is useful for at least three things: - If viewport is really optimized out (simplified etc) then it might be hard to guess which exact area you're mainly interested now. - No need to switch to the viewport to do render border tweaks, could be useful when doing compositing. - If one need to look at particular pixel(s) which is real handy for debugging render engines (both Cycles and BI). Reviewers: campbellbarton, venomgfx Reviewed By: venomgfx Differential Revision: https://developer.blender.org/D820 |
Revision a62b806 by Bastien Montagne October 8, 2014, 14:42 (GMT) |
Fix T42145: EditMesh Bevel tools had no clamping option. Missing feature already present in Bevel modifier, useful and rather simple to add. |
Revision 67943af by Campbell Barton October 8, 2014, 12:01 (GMT) |
glutil: use ints for drawing functions shorts would wrap sometimes & many inputs were ints already. |
Revision 5c829d2 by jens verwiebe October 8, 2014, 10:48 (GMT) |
OSX: fsmenu cleanup |
Revision e1ef451 by Antonis Ryakiotakis October 8, 2014, 10:19 (GMT) |
Fix OpenGL error on cycles rendered viewport. We queried the wrong value when looking for the bound 2D texture. This is not totally robust because currently bound texture may not be a 2D one, but this should work for now. |
Revision 7a76b1a by Bastien Montagne October 8, 2014, 10:03 (GMT) |
Fix T41661: Added to main repo graph, science_lab and softimage themes. |
Revision efee3be by Campbell Barton October 8, 2014, 08:58 (GMT) |
Cycles: enable double promotion warning /w gcc |
Revision a550d91 by Campbell Barton October 8, 2014, 07:47 (GMT) |
Fix Python ray-cast failing to check hit direction |
Revision 47b8bf5 by Sergey Sharybin October 7, 2014, 22:15 (GMT) |
Fix more issues after recent context commit |
Revision be3a6d7 by Campbell Barton October 7, 2014, 22:13 (GMT) |
Cycles: reduce float/double conversions |
Revision e2522b4 by Campbell Barton October 7, 2014, 22:13 (GMT) |
Cycles: correct math wrappers include the parens around value before cast, in some cases was causing double/float promotion by only casting the left value. |
Revision 9245e1a by Sergey Sharybin October 7, 2014, 22:11 (GMT) |
Fix compilation error after recent commit |
Revision 05e2629 by jens verwiebe October 7, 2014, 21:45 (GMT) |
OSX: adapt fs_menue to modern entries handling |
Revision e36cc29 by Bastien Montagne October 7, 2014, 21:39 (GMT) |
Fix T42137: Keymap editing is broken Own mistake in previous fix here, was too greedy in finding an existing kmi of UserPref add diff kmi, we only want to ignore exact same kmi's here. |
|
|
|


Master Commits
MiikaHweb | 2003-2021