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
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-27A few more BMesh errors messages translated, and "automated" translation for ...Bastien Montagne
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell 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-13And more UI messages spell check.Bastien Montagne
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-10-11style cleanup:Campbell Barton
2012-10-08Patch [#32639] Pose breakdown confirm by Return KeyJoshua Leung
2012-10-07style cleanup: line length,Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-05fix for circle select ignoring lock selection option for pose and edit modes,...Campbell Barton
2012-10-05replace ED_view3d_project_float with ED_view3d_project_float_globalCampbell Barton
2012-10-05code cleanup: quiet warnings and use define for transform snap max distance.Campbell Barton
2012-10-05Mesh Deform Modifier: binding is now accelerated with a BVH tree, can make itBrecht Van Lommel
2012-10-04refactor ED_view3d_project_short & ED_view3d_project_short_noclip,Campbell Barton
2012-10-04Kind of cleanup of "menu strings": always have a space between the entry's la...Bastien Montagne
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-23fix for all pose-group editing functions crashing when the context didnt have...Campbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-15code cleanup: remove paranoid/invalid NULL checks and also reduce some unneed...Campbell Barton
2012-09-15code cleanup: remove paranoid NULL checks (these cases would crash earlier of...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-14fix for out-of-bounds checks for fcurve modifier and poselib, also check for ...Campbell Barton
2012-09-07fix [#30063] Weight Paint + Pose Mode: [m] key does not toggle Face Selection...Campbell Barton
2012-09-06code cleanup: remove deprecated defines and some struct membersCampbell Barton
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-19fix for separate loose parts doing full depsgraph rebuild for every object sp...Campbell Barton
2012-07-19code cleanup: remove commented includes - mostly from 2.4xCampbell Barton
2012-07-10rename BLI_getQuotedStr --> BLI_str_quoted_substrN to make it more clear its ...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-06-28code cleanup: when heat weighting dont loop through all polys when its not ne...Campbell Barton
2012-06-28fix [#31940] crash with automatic weightsCampbell Barton
2012-06-07style cleanupCampbell Barton