Blender Git Commits

Blender Git "master" branch commits.

Page: 3622 / 5574

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.
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.
May 13, 2012, 08:16 (GMT)
Projection onto face added for:
ED_vgroup_copy_by_nearest_face_single()
May 13, 2012, 05:57 (GMT)
Removed sqr_dist_v3v3()
Now using existing: len_squared_v3v3()
May 13, 2012, 05:33 (GMT)
Cleanup.
Basis changed/added for:
ED_vgroup_copy_by_nearest_face_single()
Interpolation is still not working 100%

May 13, 2012, 03:46 (GMT)
Complete working function added:
ED_vgroup_copy_by_nearest_vertex_in_face_single()
May 12, 2012, 23:18 (GMT)
code cleanup: use static functions for transform operators
May 12, 2012, 23:07 (GMT)
add access to bevel weight modal operator (only available in the Shift+E edge menu currently)
May 12, 2012, 22:38 (GMT)
patch [#31434] IDMaterials.pop/append() UI update from console
from Dan Eicher (dna)
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)
May 12, 2012, 22:13 (GMT)
code cleanup: minor improvements to float/vector usage.
May 12, 2012, 22:00 (GMT)
Disable sm_13 CUDA kernel building for now, as the build fails with out of memory.
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.
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
May 12, 2012, 21:29 (GMT)
replace GP_PAINTFLAG_STROKEADDED with a NULL check, saves worrying about keeping the flag correct after undo.
May 12, 2012, 21:23 (GMT)
fix [#31427] Crash when undoing until no point in grease pencil poly mode
May 12, 2012, 21:11 (GMT)
fix [#31428] bpy.ops.wm.path_open only works once
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).
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.
May 12, 2012, 20:39 (GMT)
code cleanup: header cleanup and remove some duplicate defines.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021