Revision 13bbf1c by Thomas Dinges May 13, 2012, 09:26 (GMT) |
Sequencer / Clip Editor: * Make it more clear that the Memory Cache Limit is used by the Clip Editor as well. |
Revision 7735e56 by Thomas Dinges May 13, 2012, 09:13 (GMT) |
More work for [#31429] Curve menu polish. * Curve Extrude and Duplicate from Toolbar also moves the points now, same as for Mesh and in alignment with the menu. * Fixed yet another tooltip. |
Revision 9331b5e by Ove Murberg Henriksen May 13, 2012, 08:16 (GMT) |
Projection onto face added for: ED_vgroup_copy_by_nearest_face_single() |
Revision 55e627d by Ove Murberg Henriksen May 13, 2012, 05:57 (GMT) |
Removed sqr_dist_v3v3() Now using existing: len_squared_v3v3() |
Revision 4bee0a4 by Ove Murberg Henriksen May 13, 2012, 05:33 (GMT) |
Cleanup. Basis changed/added for: ED_vgroup_copy_by_nearest_face_single() Interpolation is still not working 100% |
Revision 4215071 by Ove Murberg Henriksen May 13, 2012, 03:46 (GMT) |
Complete working function added: ED_vgroup_copy_by_nearest_vertex_in_face_single() |
Revision 90aa56a by Campbell Barton May 12, 2012, 23:18 (GMT) |
code cleanup: use static functions for transform operators |
Revision 9004f9f by Campbell Barton May 12, 2012, 23:07 (GMT) |
add access to bevel weight modal operator (only available in the Shift+E edge menu currently) |
Revision 7146129 by Campbell Barton May 12, 2012, 22:38 (GMT) |
patch [#31434] IDMaterials.pop/append() UI update from console from Dan Eicher (dna) |
Revision c1570d9 by Campbell Barton May 12, 2012, 22:34 (GMT) |
code cleanup: missed some min/max use of float[3], also found case of DO_MIN/MAX re-reading same value from array 4 times when it can do once (use minf rather then MIN2, same for maxf) |
Revision 145289a by Campbell Barton May 12, 2012, 22:13 (GMT) |
code cleanup: minor improvements to float/vector usage. |
Revision a88f910 by Nathan Letwory May 12, 2012, 22:00 (GMT) |
Disable sm_13 CUDA kernel building for now, as the build fails with out of memory. |
Revision a1c0834 by Campbell Barton May 12, 2012, 21:38 (GMT) |
previous commit didnt work right, the flag is still needed, wrap access with functions so the NULL check is always done. |
Revision 63690b6 by Nathan Letwory May 12, 2012, 21:37 (GMT) |
Enable setting of CUDA kernels to compile on command-line: python scons/scons.py BF_CYCLES_CUDA_BINARIES_ARCH=sm_20,sm21 |
Revision e7612ff by Campbell Barton May 12, 2012, 21:29 (GMT) |
replace GP_PAINTFLAG_STROKEADDED with a NULL check, saves worrying about keeping the flag correct after undo. |
Revision 613f464 by Campbell Barton May 12, 2012, 21:23 (GMT) |
fix [#31427] Crash when undoing until no point in grease pencil poly mode |
Revision 7413ab8 by Campbell Barton May 12, 2012, 21:11 (GMT) |
fix [#31428] bpy.ops.wm.path_open only works once |
Revision b224cbe by Campbell Barton May 12, 2012, 21:01 (GMT) |
fix for own bad logic with polygon normal calculation, was reading one past the loop array (reported as bug #31431). |
Revision ed12a5d by Thomas Dinges May 12, 2012, 20:50 (GMT) |
3D View: * Changed Duplicate and Exture Operator fpr Curves/Surfaces to Duplicate/Extrude and Move, like for Mesh objects, for consistency. This is also consistent with Shift+D and E shortcut. This fixes [#31429] Curve menu polish. * Fixed a wrong tooltip for metaball duplication. |
Revision 9892736 by Campbell Barton May 12, 2012, 20:39 (GMT) |
code cleanup: header cleanup and remove some duplicate defines. |
|