Revision b688013 by Nathan Letwory October 26, 2010, 21:16 (GMT) |
Revert 32710 for now, otherwise can't test release building with scons. |
Revision f13417a by Campbell Barton October 26, 2010, 20:51 (GMT) |
keep the view centered with camera shift, camera view grease pencil intentionally ignores shift. |
Revision a44f4dd by Campbell Barton October 26, 2010, 20:41 (GMT) |
dont use const for matrix arg, since it needs to be cast in most cases. |
Revision ef7904f by Joseph Eagar October 26, 2010, 19:13 (GMT) |
commit of wip copy to work on other comuter |
Revision d5f66ea by Campbell Barton October 26, 2010, 16:55 (GMT) |
partial bugfix [#24002] Constraint "Limit rotation" doesn't work properly this fixes the obvious problems but there are still some rotation jumping when clamping in some cases. |
Revision f8ec6b8 by Campbell Barton October 26, 2010, 12:48 (GMT) |
move matrix decomposition out of object.c into BLI_math_matrix function: mat4_to_loc_rot_size(), use this now for pchan_apply_mat4() to support negative scale, visual keying now uses compatible eulers. also added access to this in python's mathutils.Matrix() loc, quat, scale = matrix.decompose() |
Revision 30b4fa2 by Nathan Vegdahl October 26, 2010, 05:07 (GMT) |
Removed old rigify code, as it is starting to interfere with the newer Rigify addon. The newer addon currently resides here: bzr://bzr.cessen.com/rigify But will eventually be included in svn. |
Revision 05abc0d by Dalai Felinto October 26, 2010, 01:55 (GMT) |
blenderplayer building again in CMake+MSVC (I basically commented out functions already defined in other places) |
Revision 3264ced by Campbell Barton October 25, 2010, 22:44 (GMT) |
move geometry python module into mathutils.geometry, since it provides utility functions using mathutils types. |
Revision 29605fc by Campbell Barton October 25, 2010, 21:57 (GMT) |
Added function RNA_property_update_check() to check if an update call is needed, Simple python benchmark shows this to be about 3x faster in the case where an update isn't needed. This also speeds up rna function argument parsing, since each arg in a function call did 2 string lookups on the context which were never needed. |
Revision 82fd7f2 by Campbell Barton October 25, 2010, 18:12 (GMT) |
curve widget bounds were not properly clipped causing drawing artifacts in other views. |
Revision 7869c7e by Janne Karhu October 25, 2010, 17:20 (GMT) |
Fix for [#24383] Particles using "circle" as display, are disabled on opening file |
Revision e002bcd by Campbell Barton October 25, 2010, 17:08 (GMT) |
bugfix [#22277] Absolute Shapekeys crash (in BGE) running a shape actuator on a softbody would crash because it assumed the deformer was a BL_MeshDeformer. Added TODO note, since it would be nice if softbody would work with shape keys too. |
Revision 0dde63c by Campbell Barton October 25, 2010, 13:37 (GMT) |
bugfix [#24377] Bad frames drawn |
Revision d327f08 by Sergey Sharybin October 25, 2010, 08:03 (GMT) |
Fix #24255: Multires object gets modified when joining it to another multires object. Fix #22018: joining objects with different multires levels loses levesl from the higher multires object - Synchronyze mulires subdivision level when joining objects - Apply scale on MDISP layer when applying scale - Re-calculate MDISP when joining scaled objects |
Revision 01cdd51 by Nathan Letwory October 25, 2010, 07:36 (GMT) |
Compile fix after math API change from r32694 |
Revision a1336fd by Nathan Letwory October 25, 2010, 07:28 (GMT) |
Add missing includes to remedy implicit declaration of functions. |
October 25, 2010, 07:19 (GMT) |
SVN maintenance. |
Revision 904f82b by Campbell Barton October 25, 2010, 07:12 (GMT) |
bugfix [#24376] Fly mode disturbs the rotation or scale of the camera object |
Revision 3320b6f by Campbell Barton October 25, 2010, 07:09 (GMT) |
missed adding the file when moving fly mode. |
|
|
|


Master Commits
MiikaHweb | 2003-2021