Revision 25ca762 by Bastien Montagne August 23, 2013, 15:17 (GMT) |
Fix [#36538] Discontinuity (Euler) Filter - never ends - (deadlock?) Code could enter in an infinite loop when curve value was an odd multiple of PI (i.e. 180°)... Current code was also factorized and got rid of fabs calls! ;) |
Revision 09ff497 by Campbell Barton August 23, 2013, 14:37 (GMT) |
math api edits - replace point-normal form for a plane with dist_to_plane_v3() also correct python mathutils api, was missing vector checks. |
Revision 01e22d1 by Brecht Van Lommel August 23, 2013, 14:34 (GMT) |
Cycles: more code refactoring to rename things internally as well. Also change property name back so we keep compatibility. |
Revision 22f4874 by Brecht Van Lommel August 23, 2013, 14:08 (GMT) |
Cycles: change Progressive sampling option in UI to an enum of "Path Tracing" and "Branched Path Tracing", to try to make it more clear that this is not related to progressive refinement, non-progressive was always a bad name anyway. |
Revision 805cca3 by Brecht Van Lommel August 23, 2013, 14:08 (GMT) |
Fix clang compile warning. |
Revision a55857c by Campbell Barton August 23, 2013, 14:07 (GMT) |
new mesh bisect had a problem not selecting faces with fill option in face mode. |
Revision 620d674 by Campbell Barton August 23, 2013, 13:27 (GMT) |
fix error in recently added symmetrize rewrite, verts already on the aligned to the mirror-plane would not be welded. |
Revision d6b9fb3 by Campbell Barton August 23, 2013, 13:00 (GMT) |
fix leak in BM_face_split() with multires if the split failed. also remove redundant normal copy. only triangulate the mesh if its needed when enabling dyntopo. |
Revision f560d25 by Thomas Dinges August 23, 2013, 12:19 (GMT) |
Code cleanup / Cycles: * Some style tweaks for hair code. |
Revision c752346 by Campbell Barton August 23, 2013, 11:46 (GMT) |
new mesh bisect tool, available in the mesh menu. cuts the mesh in half based on the cursor location and the viewport, optionally supports filling the cut area (with uvs. vcols, etc), and removing geometry on either side of the cut. |
Revision e203c4c by Thomas Dinges August 23, 2013, 11:39 (GMT) |
Cycles / Sampling UI: * Do not show Total Samples print for Progressive, when Square Samples are disabled. In this case it's obvious even without the print. :) |
Revision 81096ba by Campbell Barton August 23, 2013, 11:28 (GMT) |
correct error in recent commit triangle-fill-dissolve, need to check if the edges face is removed (happens in rare cases). |
Revision 9843170 by Thomas Dinges August 23, 2013, 11:16 (GMT) |
* Compile fix for r59395, 'move bmesh tools into their own include'. |
Revision 111b365 by Campbell Barton August 23, 2013, 11:11 (GMT) |
_another_ fix for recently added bisect operator, looping over mixed geometry could read freed memory when vertices were removed. |
Revision 98bb219 by Campbell Barton August 23, 2013, 11:10 (GMT) |
add dissolve option to triangle fill operator, running dissolve after scanfill isn't so simple because of errors if one edge can't merge. |
Revision 59b082d by Campbell Barton August 23, 2013, 10:19 (GMT) |
fix for error in recetly added bisect operator, in rare cases it could attempt to remove vertices twice. |
Revision 5b5cae8 by Campbell Barton August 23, 2013, 10:12 (GMT) |
optiona for bmesh triangle fill operator to take a normal argument |
Revision 2e2ea1a by Campbell Barton August 23, 2013, 09:46 (GMT) |
set function args in BLI_math_rotation as const where possible. |
Revision 9f72bf7 by Sergey Sharybin August 23, 2013, 09:40 (GMT) |
Tracking cleanup - Collapse plane track panels by default - Hide 3D markers when in mask edit mode - Remove alpha from mask layers list Discussed with Sebastian and Roman. |
Revision a734ddc by Sergey Sharybin August 23, 2013, 09:10 (GMT) |
Tracking Python API improvements - Solved issue with changing marker's frame number for tracks which doesn't belong to camera object. - Support find_frame, insert_frame and delete_frame functions for plane markers. |
|
|
|


Master Commits
MiikaHweb | 2003-2021