Blender Git Commits

Blender Git "master" branch commits.

Page: 3894 / 5574

September 19, 2011, 13:08 (GMT)
Move function out of mathutils to: BLI_math_rotation --- single_axis_angle_to_mat3(mat3, axis, angle), copied out from mathutils, axis arg is a char 'X/Y/Z' rather then a vector like axis_angle_to_mat3().
September 19, 2011, 12:26 (GMT)
/blender/editors: Removed final points in UI strings and messages.
Plus a few cuts in very long linesâ?¦
September 19, 2011, 11:57 (GMT)
Cycles: remove deprecated strict aliasing flag for opencl, fix missing update
modifying object layer in properties editor, and add memarena utility.

September 19, 2011, 11:55 (GMT)
remove Buffer.list, deprecated before 2.59 release.
September 19, 2011, 11:45 (GMT)
i18n: fixes for scons datafiles installation pathes

September 19, 2011, 11:40 (GMT)
i18n: fixed building with player
September 19, 2011, 10:48 (GMT)
svn merge -r40222:40344 ^/trunk/blender

September 19, 2011, 10:32 (GMT)
i18n: do not translate obect mode enum and transform orientation enum if UI translation is disabled
September 19, 2011, 09:47 (GMT)
Curve back/front fill changes:

- Use enum instead of back/front flags combinations.
- This flags behaves differently for 2d/3d curves so use different enums for them.
- This commit shouldn't change existing files.
September 19, 2011, 08:25 (GMT)
Fix for add hook/vertex parent for meshes

The only way to achieve this is to re-load editMesh.
After this commit you can't iterate through vertices and insert
hooks/parents from script anymore -- this operators are now
treated as topology-changing and shouldn't be used when iterating
via geometries.
September 19, 2011, 08:11 (GMT)
replace WORDS_BIGENDIAN with __BIG_ENDIAN__
September 19, 2011, 08:02 (GMT)
cleanup endian handling
- define __BIG_ENDIAN__ or __LITTLE_ENDIAN__ with cmake & scons.
- ENDIAN_ORDER is now a define rather than a global short.
- replace checks like this with single ifdef: #if defined(__sgi) || defined (__sparc) || defined (__sparc__) || defined (__PPC__) || defined (__ppc__) || defined (__hppa__) || defined (__BIG_ENDIAN__)
- remove BKE_endian.h which isn't used
September 19, 2011, 06:32 (GMT)
remove WITH_* defines from image formats, instead just dont build the files at all.
September 19, 2011, 05:58 (GMT)
svn merge ^/trunk/blender -r40311:40338
September 19, 2011, 05:06 (GMT)
remove duplicate variable - wpaint_make_validmap(ob) was being called twice for no good reason.
September 19, 2011, 04:53 (GMT)
refactor wpaint_stroke_update_step not to call expensive functions per-vertex and move args passed to do_weight_paint_vertex into WeightPaintInfo structure since there were far too many args to this function.
September 19, 2011, 02:43 (GMT)
edits to radish before merge with trunk

- removed some unused functions.
- renamed vars to make more sense paint_vertex.c 'flags' --> 'lock_flags'
- some odd modifications were made in unrealted, commented code, copy these back from trunk.
- rename vertex_group_fix 'cp' property to 'accuracy'
- make style more consistant with trunk.
- remove 'Radish' comments.
September 18, 2011, 22:59 (GMT)
Added new line style options for selecting chains by min/max 2D lengths.
Revision 73863a1 by Jason Hays
September 18, 2011, 17:10 (GMT)
Split do_weight_paint_vertex() to isolate the simple case.

Added a tool-tip to the "fix deforms" op.

Removed code markers:
"Radish"
September 18, 2011, 15:37 (GMT)
update glew from 1.6 to 1.7:

from their site:
adds support for OpenGL 4.2, new extensions, fixes bugs

remove ChangeLog, its missing from the 1.7 bundle, also remove html doc dir.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021