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
2011-02-15Ctrl-0 can now be used to just reset a single component of an array toJoshua Leung
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-11Bugfix #26021Ton Roosendaal
2011-01-30Bugfix #25840Ton Roosendaal
2011-01-24no functional changes.Campbell Barton
2011-01-19Bugfix #25652Ton Roosendaal
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-11bugfix [#25577] Ctrl-Z after adding Color Ramp key resets ramp.Campbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03Todo itemTon Roosendaal
2011-01-03check modifier keys are not pressed when using keys as accelerators, it meant...Campbell Barton
2011-01-02- correct typos in comments.Campbell Barton
2010-12-27Removing the not-working test "Submit description" from RMB Ton Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-19Todo item: (Luca report in IRC)Ton Roosendaal
2010-12-15Bugfix #25243Ton Roosendaal
2010-12-15Bugfix, own collectionTon Roosendaal
2010-12-14Menu UI feature common in other widget sets:Campbell Barton
2010-12-13check if a path can be created to a property before showing keyframe items in...Campbell Barton
2010-12-10bugfix [#25154] .MXF files should be included as a known video file type in t...Campbell Barton
2010-12-09Two nice usability fixes:Ton Roosendaal
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-05Bug fix #25042Ton Roosendaal
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-27bugfix [#24944] Crash on attempting to keyframe HSV colorCampbell Barton
2010-11-22Bugfix #24823Ton Roosendaal
2010-11-21Bugfix #24824Ton Roosendaal
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-16fix for creating movie paths with non utf8 names.Campbell Barton
2010-11-10bugfix [#24635] "Add Shortcut"Campbell Barton
2010-10-28bugfix [#24432] HS+V color pickerCampbell Barton
2010-10-28for the color picker functions use UI_GRAD_* constants rather then numbers, n...Campbell Barton
2010-10-19patch [#24320] Fix for [#24311] Copy and PasteCampbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-14bugfix [#23070] some shortcuts cannot be saved in a usual wayCampbell Barton
2010-10-14fix unused args warnings and remove some unused args.Campbell Barton
2010-10-13bugfix [#23355] Square Color picker moving by itself and locking upCampbell Barton
2010-10-13bugfix [#24030] Grease Pencil + Driver keysCampbell Barton
2010-10-11bugfix [#24214] F6 "last operator" panel repeatable segmentation faultCampbell Barton
2010-10-07bugfix [#24158] Object text fields immediately search based on existing contentCampbell Barton
2010-09-30Bugfix #23031: adding a driver ontop of keyframe makes driver undeletableJoshua Leung
2010-09-28[#24028] Minor fixes to BLI_math_vectorCampbell Barton
2010-09-28Fix [#24038] keyboard navigation not working in second level menusNathan Letwory
2010-09-25Fix #23847: keyframe insert on button not working in popup menus, e.g.Brecht Van Lommel
2010-09-22patch [#23675] fix #22787 with workaroundCampbell Barton
2010-09-16- bone roll now in degrees not radians.Campbell Barton
2010-09-15patch [#23758] Better handling of UTF chars in UNITS fields (lengths, angles,...Campbell Barton
2010-08-28python/utf8 compatibility fixes. (as discussed on the mailing list)Campbell Barton