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
2015-04-16Fix T44408: "Rest Length" property in the Stretch To constraint was getting c...Joshua Leung
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-19Speedup for constraints update from python scriptSergey Sharybin
2015-02-19RNA: poll functions restricting object typesCampbell Barton
2015-01-13Pataz-Gooseberry Request: Limits on Volume Preservation for Spline IKJoshua Leung
2014-10-14Yet another tweak to stretch volume variation.Lukas Tönne
2014-10-13Integrated limits for volume preservation in stretch-to constraints.Lukas Tönne
2014-07-24Implement option to parent object to undistorted position of 2D trackSergey Sharybin
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-06UI: higher precision for IK poll angleCampbell Barton
2014-04-28Followup to rB8714ae09f894: better not have several RNA properties affect a s...Bastien Montagne
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-07Fix T39563: Tiny unit-display problem in constraint panels.Bastien Montagne
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-10-11code cleanup: reuse rna_matrix_dimsize_NxN defines between RNA functionsCampbell Barton
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-09-07shrink-wrap constraint, improve and remove some limitations.Campbell Barton
2013-09-03allow negative offset for floor constraint.Campbell Barton
2013-04-24fix [#34958] keyframe many items would fail if there was a (") in the text.Campbell Barton
2013-03-23Constraint UI:Thomas Dinges
2013-03-17Added descriptions for each constraint type, including common usageJoshua Leung
2013-03-07use bool for rna funcs.Campbell Barton
2013-02-22code cleanup: remove unused argCampbell Barton
2013-01-05Making a few tooltips more descriptive, in light of recent confusion over theJoshua Leung
2012-12-31More wrong "in degrees" busted out of tips!Bastien Montagne
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-11-24IK Solver:Brecht Van Lommel
2012-10-27Comment + whitespace tweaks for constraintsJoshua Leung
2012-10-25Fix #32964: IK constraint had a "Target" option, which actually is an internalBrecht Van Lommel
2012-10-05Typo fix: Tooltip for "Offset Factor" for FollowPath constraint referred toJoshua Leung
2012-08-09Frame matching methods for follow track constraintSergey Sharybin
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-06-27style cleanupCampbell Barton
2012-06-12Naming + Style tweaks for newly added flag for Action ConstraintJoshua Leung
2012-06-12"Fix" for [#30704] Action Constraint mapping bugBastien Montagne
2012-06-09constraints names are not matching (rna and constraint.c). doing rna->constra...Dalai Felinto
2012-05-17Disable setting non-object actions as the action used by the Action ConstraintJoshua Leung
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-05Bugfixes for various ID-block references (Constraints, NLA)Joshua Leung
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-14Fixed some UI message typos (spotted by Leon Cheung, thx).Bastien Montagne
2012-04-14i18n: "labels" of multi-section enums need to be marked for gettext (N_()), a...Bastien Montagne
2012-03-30Node socket values now only have soft limits, rather than hard limits, so youBrecht Van Lommel
2012-03-30Fix [#30709] Renaming a bone renames all drivers' targets using a bone of tha...Bastien Montagne
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-02-02Cleanup Only: replace numbers with defines.Campbell Barton