Blender Git Commits

Blender Git "master" branch commits.

Page: 3435 / 5574

October 19, 2012, 12:45 (GMT)
fix for some issues with modal mesh tool interaction.

When inset and bevel used the mouse input as a distance value, the change could be far too great when zoomed in, or far too small when zoomed out. Now get the pixel-size based on the center point of the selection.
October 19, 2012, 11:47 (GMT)
Fix #32705: Esc a value change doesn't recalc compositor

Seems the issue was caused by G.is_break set to Truth on both escape
press and release. This ended up in situation when after press event
compositor was tagged to redraw and new job was started. On escape
release this compositor job was cancelled.

Made it so G.is_break is setting on escape press event only.
October 19, 2012, 10:40 (GMT)
add option to initialize heap with a known number of elements, since this may be known in advance - it avoids re-allocing too much.
October 19, 2012, 10:37 (GMT)
simplify addon install print, Now it only prints the source and destination dirs, with a list of addons added.
don't think its needed to print the full path of each addon.

also remove the __MACOX check, its harmless and people can make sure there zips dont have cruft in them before distributing them.
Revision 9d18731 by Gaia Clary
October 19, 2012, 08:51 (GMT)
[#32921] Fix: Python error triggered when installing an addon via 'install addon' button
Revision cf4f4e8 by Joshua Leung
October 19, 2012, 08:49 (GMT)
Fix: Text fields for Generator FModifier were too small

This was caused by the x^n labels being far too large. Also, replaced old string
functions with "safer" versions
October 19, 2012, 07:31 (GMT)
decimate modifier rewrite to use bmesh (#ifdef-disabled by default for now).
- maintains quads & ngons
- supports some customdata (weight paint for example works fine).

TODO
- add suppory for loop data (UV's / VCol's).
- outputs invalid geometry when heavily reducing some meshes, needs to be made stable in these cases.
October 19, 2012, 07:20 (GMT)
small quadric library ported from Laurence Bourn's LOD_decimator LOD_Quadric class. not used just yet.
October 19, 2012, 03:28 (GMT)
DM_to_bmesh_ex() now initializes index values when running in empty meshes. saves running extra loop on vert/edge/face data if these values are needed after.
October 19, 2012, 03:07 (GMT)
code cleanup: minor style change & quiet warning, also add assert for BM_vert_splice() to check for invalid use.
October 19, 2012, 02:38 (GMT)
Fix for VBO drawing in multires sculpting

Was a mistake in a code cleanup commit, r51118.

Fixes bug [#32919] Sculting performance regression in svn_51118
projects.blender.org/tracker/?func=detail&aid=32919&group_id=9&atid=498
October 18, 2012, 16:25 (GMT)
More UI messages and BKE_reportf<->BKE_report fixes...
Revision d3eb9dd by Lukas Toenne
October 18, 2012, 15:54 (GMT)
Better fix for #32846. Instead of using time change or object recalc condition, set an explicit object flag to disable particle system modifier update during dupli list creation. This is more transparent and should prevent issues with hair path generation being skipped.
October 18, 2012, 15:00 (GMT)
Fix #32912: cycles crash with dead particles, actual crash was caused by an
inconsistency in the particle system code, using <= and <. Also tightened up
checks on cycles side to avoid other potential crashes.
October 18, 2012, 14:23 (GMT)
Fix: Smoke 3d viewport shading was sometimes calculated incorrectly when adaptive domain was enabled.
October 18, 2012, 13:48 (GMT)
Cycles: suppress path to nvcc appearing in the console in cases
cuda toolkit is installed to different place than /usr/local/cuda
(i.e. happens when using cuda toolkit from repository)
October 18, 2012, 13:20 (GMT)
Mark unused variables.
October 18, 2012, 13:18 (GMT)
Fix #32851: Mouse click coordinates when adding and selecting mask vertices on undistorted footage are off
Revision d396bf3 by Lukas Toenne
October 18, 2012, 13:16 (GMT)
Fix for OSL compile errors.

1) object_fetch_transform_motion omits the per-object motion blur test (r51394), must use object_fetch_transform_motion_test.
2) KernelCamera.ndctoworld has been removed (r51402), do transform invert directly.
October 18, 2012, 12:45 (GMT)
More fixes related to #32900, motion blur with cuda sm 2.0 still disabled.

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021