Revision cffaa42 by Campbell Barton May 12, 2012, 19:18 (GMT) |
style cleanup: blenkernel |
Revision 7adeedf by Ove Murberg Henriksen May 12, 2012, 17:43 (GMT) |
ED_vgroup_copy_by_nearest_face_single() Math for interpolation of weights fixed to be consistent with reality... Still there is probably some indexing errors. Some vertices that should have blue weight, gets red. (on border faces) |
Revision d4258c4 by Bastien Montagne May 12, 2012, 16:42 (GMT) |
Fix [#31426] Unwrapping, First unwrap unwraps with LSCM, not with Angle Based When operator method property is not set, the operator uses the one from current scene settings. We must update the operator property accordingly... Also updated default startup.blend file, to match default AngleBased method (was on Conformal one). |
Revision 85fd56a by Campbell Barton May 12, 2012, 16:42 (GMT) |
code cleanup: some style and use math defines, also small speedup for dynamicpaint, dont call acosf twice. |
Revision 53ee790 by Campbell Barton May 12, 2012, 16:11 (GMT) |
style cleanup: whitespace |
Revision bddc7df by Campbell Barton May 12, 2012, 15:13 (GMT) |
style cleanup: remaining BLI files. |
Revision 2f2b15b by Campbell Barton May 12, 2012, 15:02 (GMT) |
style cleanup: whitespace, bli & makesdna |
Revision 23c0d49 by Campbell Barton May 12, 2012, 14:25 (GMT) |
optimization for select similar - use angle_normalized_v3v3() where both vectors are known to be normalized. - remove needless radian to degrees conversions. - move checks for customdata layers outside the inner loop (for bevel and crease). |
Revision 821b231 by Campbell Barton May 12, 2012, 14:06 (GMT) |
add bevel to select similar edges operator |
Revision a9f6e54 by Campbell Barton May 12, 2012, 11:01 (GMT) |
style cleanup: mostly whitespace in rna |
Revision 68e27b7 by Campbell Barton May 12, 2012, 09:40 (GMT) |
fix for building without libmv |
May 12, 2012, 04:31 (GMT) |
reworded tooltip for Tripod Motion button; fixing spelling and making more clear |
Revision b7f4ea1 by Ove Murberg Henriksen May 12, 2012, 03:50 (GMT) |
obs! not thinking straight. Reverting bug from cleanup. |
Revision 66f4f3a by Ove Murberg Henriksen May 12, 2012, 03:32 (GMT) |
some more cleanup |
Revision 097ebb0 by Ove Murberg Henriksen May 12, 2012, 02:13 (GMT) |
ED_vgroup_copy_by_nearest_face_single() excluded 4th vertex in faces for better result. |
Revision 8d7de25 by Ove Murberg Henriksen May 12, 2012, 01:04 (GMT) |
Tiny bit of cleaning. |
Revision c40d445 by Ove Murberg Henriksen May 12, 2012, 00:37 (GMT) |
ED_vgroup_copy_by_nearest_face_single() Is supposed to work, but something funny is going on. (logick error) Function also needs optimization. |
Revision 8925ed1 by Tamito Kajiyama May 11, 2012, 22:48 (GMT) |
Merged changes in the trunk up to revision 46557. Conflicts resolved: source/blender/blenkernel/intern/material.c source/blender/blenkernel/intern/subsurf_ccg.c source/blender/blenloader/intern/readfile.c source/blender/editors/animation/anim_channels_defines.c source/blender/makesrna/intern/rna_scene.c Additional changes: * Fix for recent changes of BKE_* function renaming. * Fix for an "attempt to free NULL pointer" in BlenderStrokeRenderer::RenderStrokeRepBasic(). |
Revision f95f3d9 by Ove Murberg Henriksen May 11, 2012, 21:33 (GMT) |
Incomplete ED_vgroup_copy_by_nearest_face_single() compiles. |
Revision 736c0ca by Ove Murberg Henriksen May 11, 2012, 19:26 (GMT) |
|