Blender Git Commits

Blender Git "master" branch commits.

Page: 3913 / 5574

September 5, 2011, 15:55 (GMT)
Fix #28389: UILayout.menu function didn't emboss menu button correct in the
3d view tools region.

September 5, 2011, 15:03 (GMT)
Left debug print accidently enabled.
September 5, 2011, 14:44 (GMT)
add missing files after merging
September 5, 2011, 13:19 (GMT)
Fix #28504: lib linking errors were not shown when opening a file from
the splash screen.

September 5, 2011, 12:24 (GMT)
Cycles: use workgroup size from opencl, attempt to fix issue with apple opencl.

September 5, 2011, 08:23 (GMT)
Cycles: remove -Werror from opencl compile options, apple opencl on lion
seems to give "no previous prototype for function" warning, but it doens't
make much sense in opencl, seems like a compiler bug?

September 5, 2011, 08:20 (GMT)
Partial revert commit 39878 "Fix #28280: Insert Hook wrong index"

Such load/make edit structures introduced regression into iterators
via object's geometry (vertices, edges, control points and so) when
adding hooks in the body of this iterator.

Fix for wrong index should be non-destructable for geometry.

This will fix #28506: Unusual behavior in curves.
September 5, 2011, 06:53 (GMT)
[#28498] BMesh: fix 28481
by Andrew Wiggin (ender79)

This fixes a loop bug in bmesh.
September 5, 2011, 05:43 (GMT)
correct float -> double promotion warnings
September 5, 2011, 05:42 (GMT)
Adding noise module by default in driver_namespace

http://www.pasteall.org/blend/8677
September 5, 2011, 05:28 (GMT)
- vertex group modifiers isDisabled functions were incorrect, need to check if the string is set: == NULL will never be true.
- was doing NULL checks on freeing memory in cases where the values were already accessed (blender would have crashed anyway), so remove the NULL checks.
- use deform.c api weight functions to replace inline weight lookups in some cases.
- change if checks in weightvg_do_mask() so its more obvious whats going on.
September 5, 2011, 04:53 (GMT)
rename vertex group mix "vgroup, vgroup2" to "vgroup_a, vgroup_b"
also clamp more values between 0.0 and 1.0
September 5, 2011, 04:00 (GMT)
simplify get_vert2ob_distance, mat4_to_loc_rot_size isnt needed.
September 5, 2011, 03:53 (GMT)
change proximity method since minimum distance of 0.0 wasnt working at all.
September 5, 2011, 03:26 (GMT)
- mask_tex_map_obj --> mask_tex_map_object
- dont allow negative min distances
September 5, 2011, 03:09 (GMT)
minor edits.
- init proximity to 1.0f
- min/max proximity dist were not being copied.
- minor edits to comments - use ascii chars in a few places.
September 4, 2011, 22:14 (GMT)
Remove NULL-checks, as they might cause infinite loops while reading a DAE containing unsupported data, i.e. <lines> geometry.
September 4, 2011, 18:36 (GMT)
Patch 28495 from Andrew Wiggin (ender79) to fix bug 28494 - make edge and ring walkers more like trunk behavior for rmb select with non-manifold edges.
September 4, 2011, 15:53 (GMT)
Fix #28503: Selecting a Grease Pencil from the Properties panel does not update 3D View

Added missing notifiers.
September 4, 2011, 15:39 (GMT)
Compile fixes for MinGW, checked with basic initial setup, no CUDA, gcc 4.5.2.
OpenImageIO still gives link-time errors, will try to make a lib for MinGW, see if it is fixed.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021