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-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-03-01Typo in last commit, changing variable name for more readable code...Ton Roosendaal
2011-03-01Bug fixes #26236 #26237 Ton Roosendaal
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-19Todo item:Ton Roosendaal
2011-02-18Fix for #26111, #26112 & #26121, "only first button click worked in windows"Janne Karhu
2011-02-18Bugfix #26127Ton Roosendaal
2011-02-15UI Tweaks: Text field in Rename Markers popup now gets focus when theJoshua Leung
2011-02-15Ctrl-0 can now be used to just reset a single component of an array toJoshua Leung
2011-02-14Bug fix #26021Ton Roosendaal
2011-02-13warning cleanup.Campbell Barton
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-01-24no functional changes.Campbell Barton
2011-01-20Bugfix #25656Ton Roosendaal
2011-01-19Bugfix #25652Ton Roosendaal
2011-01-13remove/comment unused varsCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2010-12-14Menu UI feature common in other widget sets:Campbell Barton
2010-12-10fix for error in recent commit, wasn't masking out the non unit subtype flags.Campbell Barton
2010-12-10bugfix [#25154] .MXF files should be included as a known video file type in t...Campbell Barton
2010-12-08pedantic word ordering change.Campbell Barton
2010-12-07bugfix [#25074] visible, selectable and render toggles in outliner not availableCampbell Barton
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-29For all buttons with search-menu option, the button will show a Ton Roosendaal
2010-11-22More button alignment stuff: campbell had a script that wasTon Roosendaal
2010-11-22Bugfix #24856Ton Roosendaal
2010-11-21Bugfix #24825Ton Roosendaal
2010-11-18fix [#24786] Setting Rotation Units to Radians doesn't affect the UI [33146]Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-07bugfix [#24575] On file save plus and minus don't re-evaluate whether a file ...Campbell Barton
2010-11-06== filebrowser ==Andrea Weikert
2010-11-04fix to allow [#24009] to be fixed.Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-13== docs ==Luca Bonavita
2010-10-13bugfix [#23355] Square Color picker moving by itself and locking upCampbell Barton
2010-10-07bugfix [#24158] Object text fields immediately search based on existing contentCampbell Barton
2010-09-29bugfix [#24050] Frame Rate buttons look strangeCampbell Barton
2010-09-23support for PROP_ENUM_FLAG buttons, these were only supported by python.Campbell Barton
2010-09-21Temporary fix for [#23848] Image too small ErrorJanne Karhu
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-25Fix #23433: crash with undo where a UI button was still active and accessingBrecht Van Lommel
2010-08-23collection attributes can now be resolved with by rnaCampbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includesCampbell Barton