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-10-01add assert for bone renaming, to check if the chanhash is still valid.Campbell Barton
2013-09-13Moved and renamed ED_pose_channel_in_IK_chain() ->Joshua Leung
2013-08-12Followup for r58992, fixing user decrement errorSergey Sharybin
2013-08-07Fix #36391: removing an armature with a custom bone shape object would notBrecht Van Lommel
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-24use bool for new code.Campbell Barton
2013-01-24Armature rigging:Ton Roosendaal
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-11-24IK Solver:Brecht Van Lommel
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-03Fix #32742: Motion path calculation on linked armatures locks up BlenderSergey Sharybin
2012-09-16Code cleanup - remove some obsolete codeJoshua Leung
2012-09-13- cmake macro list_insert_after/list_insert_before now error when the item pa...Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-03Bugfix [#31976] Bone Group Custom color set is not respected when creating anJoshua Leung
2012-06-01Action Group Colors for Bones (Part 2)Joshua Leung
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-06style cleanup: BKE_*.c files which deal with library functionsCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)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-18spelling cleanupCampbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2011-11-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-07minor editsCampbell Barton
2011-11-01added path traversal flag - BPATH_TRAVERSE_SKIP_MULTIFILE,Campbell Barton
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-27use path remapping for all make local functions, patch from Alex Fraser with ...Campbell Barton
2011-10-27edits ontop of Alex's patch from r41292.Campbell Barton
2011-10-26Fix [#28772] Filepaths are not remmaped after making a library item localAlex Fraser
2011-10-24fix [#28961] FCurves.range() returns wrong values for one-point curves (sic!)Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-10fix bad svn ID tagsCampbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton