Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-19Merging r42648 through r42722 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-15Object tracking: various fixes and improvementsSergey Sharybin
2011-12-15Object tracking: object with object solver constraint is now parented to scen...Sergey Sharybin
2011-12-05Object tracking; initial commitSergey Sharybin
2011-11-30fix for parenting bug introduced by own commit r42273, adding dummy object di...Campbell Barton
2011-11-22Attempted bugfix to improve behaviour of inverse calculations for ChildOfJoshua Leung
2011-11-14minor cleanup Campbell Barton
2011-11-11pep/style edits & quiet some warningsCampbell Barton
2011-11-11Bugfix [#29210] ChildOf constraint Set InverseJoshua Leung
2011-11-07Camera tracking integrationSergey Sharybin
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-14move ED_object_pose_armature --> object_pose_armature_get to so we dont get b...Campbell Barton
2011-08-05Bugfix [#28106] Missing 3D view update after copy of constraintsJoshua Leung
2011-05-24= Limit Distance Constraint - 'For Transform' Option =Joshua Leung
2011-05-04fix [#26920] working with bones causes segmetation fault.Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23add back view 1:1 operator from 2.4x (Shift+PadEnter)Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-08Bugfix [#25814] ChildOf constraint: double transformation in objectJoshua Leung
2011-02-08Bugfix: Constraint target validation code was brokenJoshua Leung
2011-01-31Bugfix [#25876] bpy.ops.constraint.childof_set_inverse has no effectJoshua Leung
2011-01-22comment dead code and fix 2 missing NULL checks (pointer used after NULL chec...Campbell Barton
2011-01-10add constraint operatorCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-23Bugfix #25341Ton Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-12Bugfix #25183Ton Roosendaal
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-23warning fixes.Campbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-08bugfix [#21610] alt-r for bone (reset rotation) doesnt work in weight paintin...Campbell Barton
2010-09-18Fixed problems with outliner update in same cases caused by my previous commit.Sergey Sharybin
2010-09-16bugfix [#23831] Removing an IK Constraint in pose mode still draws bone with ...Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-04Fix for [#22714] Constraints stack : move up and move down buttons problemThomas Dinges
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
2010-05-27Various constraint code cleanups:Joshua Leung