Revision c44f489 by Campbell Barton March 9, 2015, 04:49 (GMT) |
Fix for clamping large UV coords in UV-panel Would clamp value ranges in UI when outside hard coded range. |
Revision 60f7f93 by Tamito Kajiyama March 9, 2015, 03:53 (GMT) |
Freestyle: Fix for a few line style properties left not copied. |
March 9, 2015, 03:53 (GMT) |
Freestyle: Fix for references of deprecated texture stroke shaders. Removed all references of deprecated texture shader. Also deleted several lines of dead code. Since texture_shader.py no longer does what it was supposed to do, the file itself was removed. Patch reviewed by Tamito Kajiyama (kjym3). |
Revision a0fa3de by Tamito Kajiyama March 9, 2015, 03:53 (GMT) |
Fix T43624: Freestyle uses wrong colour on second Line Set with textured lines in Cycles. This is a regression introduced by rBd8b00a3bf5c1 (Freestyle: memory consumption optimization in stroke rendering). The issue was caused by uninitialized MPoly::mat_nr values. Before the stroke rendering optimization, individual Freestyle strokes were represented by distinct mesh objects, and thus MPoly::mat_nr was left unset (i.e., was always zero). Now that the stroke rendering optimization has been done and mesh objects may represent multiple strokes of different materials, MPoly::mat_nr had to be properly set to the material index that refers to the material of the poly face. |
Revision ec18021 by Campbell Barton March 9, 2015, 03:33 (GMT) |
Fix T43337: Group object disappear after append Relying on user-count of 1 wasn't reliable because of custom-bones. |
Revision 5737832 by Julian Eisel March 9, 2015, 01:27 (GMT) |
IME: Disable IME for number buttons |
Revision 7d5d971 by Julian Eisel March 9, 2015, 01:27 (GMT) |
Revision a7855f8 by Campbell Barton March 9, 2015, 01:23 (GMT) |
Fix T43332: Adding polygon int layer failed |
Revision fee0e6e by Campbell Barton March 8, 2015, 13:47 (GMT) |
BMesh Py API: calc_edge_angle functions Make consistent with calc_edge_angle, take an optional fallback arg for non-manifold edges otherwise raise an exception. |
Revision b4fccce by Jorge Bernal March 7, 2015, 20:27 (GMT) |
BGE: Fix for regressions T43883 and T43456 (and T43876 likely). SDL joystick related Only to create and destroy joystick devices for connected joysticks Reviewers: campbellbarton, sybren, moguri Reviewed By: sybren Maniphest Tasks: T43883, T43876 Differential Revision: https://developer.blender.org/D1161 |
Revision c32ded3 by Sv. Lockal March 7, 2015, 17:25 (GMT) |
Cycles: add better specializations for SSE shuffle function and few more wrappers. |
Revision c8fb488 by Sv. Lockal March 7, 2015, 16:20 (GMT) |
Fix T41066: An actual fix for curve intersection on FMA-enabled CPUs |
Revision b7a7595 by Bastien Montagne March 7, 2015, 13:42 (GMT) |
InstallDeps: Fix stupid typo which broke OIIO building (and nobody reported it :| ). |
Revision 8dbbb60 by Bastien Montagne March 7, 2015, 13:41 (GMT) |
Fix T43910: Unpack fails when stored filename is broken (empty, or no file part...). Now we have an helper that will generate local/global paths and ensure they are valid. Note: We currently have no way to 'generate' a valid extension in these cases, so just using raw (file-safe) ID name. |
Revision cf1227d by Campbell Barton March 6, 2015, 16:53 (GMT) |
Fix edit-lattice leaving incorrect point-size |
Revision 1c3b2c5 by Antonis Ryakiotakis March 6, 2015, 13:22 (GMT) |
Fix issue reported on irc by Sebastian, crash when undoing and changing screen. Apparently the screen on the given file did not have a scene attached. Not sure how this is possible exactly, but for now just guard against it at load time by assigning default scene in that case. |
Revision e95732b by jens verwiebe March 6, 2015, 12:07 (GMT) |
Fix broken "force setting multisamples only once", introduced in b5b359b48f7f |
Revision 9794fac by Campbell Barton March 6, 2015, 11:46 (GMT) |
Fix metaball->mesh removing all metas in the scene Assumed the entire scene used the one motherball. |
Revision 6405aa4 by Sergey Sharybin March 6, 2015, 10:22 (GMT) |
Fix access freed memory when doing constraints ID counter on main free Basically just made constraints free function aware of possible do_id_users argument, same as we've got for objects, object data and so on. |
Revision 3f572fe by Sergey Sharybin March 6, 2015, 09:58 (GMT) |
Fix T43905: Crash happens when press Create Plane Track It was only happening on 32bit platforms because of alignment differences when allocating class. Now got rid of copy of eigen matricies stored by value in the residual block which solves aligment issues and should also give some unmeasurable speedup. |
|
|
|


Master Commits
MiikaHweb | 2003-2021