Revision 9d3b1f7 by Campbell Barton 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(). |
Revision f157a54 by Bastien Montagne September 19, 2011, 12:26 (GMT) |
/blender/editors: Removed final points in UI strings and messages. Plus a few cuts in very long linesâ?¦ |
Revision e9b967d by Brecht Van Lommel 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. |
Revision 9478167 by Campbell Barton September 19, 2011, 11:55 (GMT) |
remove Buffer.list, deprecated before 2.59 release. |
Revision fed2994 by Sergey Sharybin September 19, 2011, 11:45 (GMT) |
i18n: fixes for scons datafiles installation pathes |
Revision 0a12dd4 by Sergey Sharybin September 19, 2011, 11:40 (GMT) |
i18n: fixed building with player |
Revision 1c0bdad by Sergey Sharybin September 19, 2011, 10:48 (GMT) |
Revision 9b7b846 by Sergey Sharybin September 19, 2011, 10:32 (GMT) |
i18n: do not translate obect mode enum and transform orientation enum if UI translation is disabled |
Revision 226ff0d by Sergey Sharybin 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. |
Revision dd204cb by Sergey Sharybin 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. |
Revision 4e9ab6d by Campbell Barton September 19, 2011, 08:11 (GMT) |
replace WORDS_BIGENDIAN with __BIG_ENDIAN__ |
Revision 83a2f02 by Campbell Barton 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 |
Revision 425a81a by Campbell Barton September 19, 2011, 06:32 (GMT) |
remove WITH_* defines from image formats, instead just dont build the files at all. |
Revision 20463cb by Campbell Barton September 19, 2011, 05:58 (GMT) |
svn merge ^/trunk/blender -r40311:40338 |
Revision e197b99 by Campbell Barton September 19, 2011, 05:06 (GMT) |
remove duplicate variable - wpaint_make_validmap(ob) was being called twice for no good reason. |
Revision 8835a18 by Campbell Barton 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. |
Revision a89b253 by Campbell Barton 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. |
Revision 513293a by Tamito Kajiyama 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" |
Revision 049838f by Campbell Barton 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. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021