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-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
2010-05-27== Pivot Constraint ==Joshua Leung
2010-05-16Logic UI: copy logic operator (old Ctrl+C) + add logics (shift+a)Dalai Felinto
2010-05-07Minor formatting tweaks (killing some "caterpillar if's"... yuck those things...Joshua Leung
2010-05-07Warning cleanupMatt Ebb
2010-05-05Bugfix #22244: Crash on using ops.constraint.childof_set_inverse and childOf_...Joshua Leung
2010-05-04clear 2 warningsCampbell Barton
2010-04-29option to copy constraints without making their ID references direct links.Campbell Barton
2010-04-26Pass constraint names as operator properties in constraint operatorsMatt Ebb
2010-04-12Copy Constraints OperatorDalai Felinto
2010-03-31Fix [#21832] Add Modifier, Pinned ContextMatt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-16Daniel Lara pointed out that adding a Maintain Volume constraint via 3D view ...Roland Hess
2010-02-18another speedup to constraint checking, skip the bone list and only lookup po...Campbell Barton