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
2013-02-28Code Maintenance - Splitting up Armature/Pose Editing FilesJoshua Leung
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-02-18Fix some popups being too small on retina display, among them the new image d...Brecht Van Lommel
2013-01-12patch [#33738] Extend Selection option unified and added to few operatorsCampbell Barton
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-19More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to tra...Bastien Montagne
2012-10-15Making "Jump to Keyframes" operator (for Action/Graph Editors) more obviousJoshua Leung
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-10-05fix for circle select ignoring lock selection option for pose and edit modes,...Campbell Barton
2012-10-04Kind of cleanup of "menu strings": always have a space between the entry's la...Bastien Montagne
2012-09-23fix for all pose-group editing functions crashing when the context didnt have...Campbell Barton
2012-09-15code cleanup: remove paranoid/invalid NULL checks and also reduce some unneed...Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-14fixes for NULL checks, remove some redundant checks and add some in that have...Campbell Barton
2012-09-07fix [#30063] Weight Paint + Pose Mode: [m] key does not toggle Face Selection...Campbell Barton
2012-07-10rename BLI_getQuotedStr --> BLI_str_quoted_substrN to make it more clear its ...Campbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-03Part-Bugfix, Part-Feature Completion: 'Armature' Option for Mask ModifierJoshua Leung
2012-05-27style cleanupCampbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-09style cleanup: graph & armatureCampbell Barton
2012-05-06add back pose specials menu, also add back the ability to clear user transfor...Campbell Barton
2012-05-06Bugfixes for Motion Path drawing/updating in light of the recent changes:Joshua Leung
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-01code cleanup: tag unused varsCampbell Barton
2012-05-01Motion Paths GUI CleanupJoshua Leung
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-05DO not store Flipped flag for pose paste operator in operator redo storage,Sergey Sharybin
2012-04-03fix [#30340] bpy.ops.pose.select_hierarchy() doesn't work on disconnected par...Campbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-02replace:Campbell Barton
2011-12-09another possible fix for bug [#29521], all callers of flip_side_name(...), as...Campbell Barton
2011-11-12Bugfix [#29125] Motion paths odd behaviourJoshua Leung
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-23use defines for keying set names to avoid confusing them with text and having...Campbell Barton
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-10fix [#28850] With "Auto-keyframe" on, the "Selection to Cursor" option doesn'...Campbell Barton