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-09-21Armature drawing: custom shape scale optionsCampbell Barton
2015-09-20Cleanup: Use new vector transform functionsJulian Eisel
2015-08-17Cleanup: remove unused Object.ipoflagCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-16Bugfix T42253: End frame for armature ghosting "in range" is not displayedJoshua Leung
2014-10-17Fix for pose bones not restoring selection index properlySergey Sharybin
2014-08-12Cleanup: magic numbersCampbell Barton
2014-07-30Automatic commit by arcgaiaclary
2014-07-23Occlusion Query based selection.Antony Riakiotakis
2014-07-21Fix T41128: Box selection bug with armatures.Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-17Viewport Text Drawing: replace single allocs with a memarenaCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-11Fix T39070: Custom bone shapes appear only one sidedSergey Sharybin
2013-12-09Fix T37727: z-offset problems with camera viewCampbell Barton
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-09-13Moved and renamed ED_pose_channel_in_IK_chain() ->Joshua Leung
2013-08-19Remove unneeded include, was a residual from some WIP patch in the pastSergey Sharybin
2013-08-12Merging r58778 through r59080 from trunk into soc-2013-depsgraph_mtSergey Sharybin
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-07-29Merging r58475 through r58700 from trunk into soc-2013-depsgraph_mtSergey Sharybin
2013-07-25adjust createSpaceNormalTangent so it can take values from a matrix without h...Campbell Barton
2013-07-21Merging r58362 through r58463 from trunk into soc-2013-depsgraph_mtSergey Sharybin
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-15Made armatures evaluation safe(r) for threadingSergey Sharybin
2013-06-09add editmode wire color,Campbell Barton
2013-05-08add in asserts when rv3d->viewmatob, rv3d->persmatob are not initialized.Campbell Barton
2013-04-04code cleanup: use bools, (float)sin/(float)cos -> sinf/cosf, more meaningful ...Campbell Barton
2013-03-22code cleanup: use booleans and const's for operator vars.Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-08-30Bugfix [#32440] Segmentation fault when moving bone in pose mode when GhostJoshua Leung
2012-07-26Fix #31550: Active Armature bone hardly distinguishable from other selected b...Sergey Sharybin
2012-07-09style cleanupCampbell Barton
2012-07-05style cleanupCampbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-10code cleanup: rename flag --> dflag (draw flag), since this is overly generic...Campbell Barton
2012-06-07fix for armature specular material color overriding the wire color when insta...Campbell Barton
2012-06-07dont draw bone names/axis inside duplicatorsCampbell Barton
2012-06-07fix for error in previous commit.Campbell Barton
2012-06-06replace glGetFloatv(GL_CURRENT_COLOR, col_f); with the current wire color arg.Campbell Barton
2012-06-06pass the object wire color along to drawing functions, too many places would ...Campbell Barton
2012-05-25style cleanupCampbell Barton