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
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
2010-02-18constraints were being checked twice (once from rna property update function ...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-03Missed a few places in previous constraints commitJoshua Leung
2010-02-03Bugfix #20902: In PoseMode, ObjectMode constraints can't be deleted or moved ...Joshua Leung
2010-01-29* More tweaks to previous cleaningMatt Ebb
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2009-12-04Fix for [#20203] Linked objects - A few bugsMatt Ebb
2009-11-26fix for adding drivers to constraints via python.Campbell Barton
2009-11-25selected_pchans --> selected_pose_bones, same for visible_pchansCampbell Barton
2009-11-16Constraints: Code cleanupJoshua Leung
2009-11-16- fcurve modifiers.new()/remove()/activeCampbell Barton
2009-11-12Spline IK: UI/Scaling TweaksJoshua Leung
2009-11-11object.constraints.add()/remove()/active, same for PoseChannelCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-02Spline IK Bugfixes 1:Joshua Leung
2009-11-01Rigging Goodies: Spline IK ConstraintJoshua Leung
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-09-232 Anim Bugfixes:Joshua Leung
2009-09-202.5 - More animation/rigging bugfixesJoshua Leung
2009-09-092.5: Object moduleBrecht Van Lommel