Blender Git Commits

Blender Git "master" branch commits.

Page: 4207 / 5574

October 26, 2010, 21:16 (GMT)
Revert 32710 for now, otherwise can't test release building with scons.
October 26, 2010, 20:51 (GMT)
keep the view centered with camera shift, camera view grease pencil intentionally ignores shift.
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
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.
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()
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.
October 26, 2010, 01:55 (GMT)
blenderplayer building again in CMake+MSVC
(I basically commented out functions already defined in other places)
October 25, 2010, 22:44 (GMT)
move geometry python module into mathutils.geometry, since it provides utility functions using mathutils types.
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.
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
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.
October 25, 2010, 13:37 (GMT)
bugfix [#24377] Bad frames drawn
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
October 25, 2010, 07:36 (GMT)
Compile fix after math API change from r32694
October 25, 2010, 07:28 (GMT)
Add missing includes to remedy implicit declaration of functions.
Revision b1a6ffb by gsr b3d
October 25, 2010, 07:19 (GMT)
SVN maintenance.
October 25, 2010, 07:12 (GMT)
bugfix [#24376] Fly mode disturbs the rotation or scale of the camera object
October 25, 2010, 07:09 (GMT)
missed adding the file when moving fly mode.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021