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-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-20misc warnings/fixesCampbell Barton
2011-02-15UI Tweaks: Text field in Rename Markers popup now gets focus when theJoshua Leung
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-14Todo item #19816: Wave modifier does not affect Curve PathsSergey Sharybin
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03Bugfix #25471Ton Roosendaal
2011-01-02Bugfix #25446 (and todo item)Ton Roosendaal
2010-12-30revert part of Tons commit r33884.Campbell Barton
2010-12-24Bugfix #25365Ton Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-19Another single-user case: the ID buttons (browse, name, users),Ton Roosendaal
2010-12-17Bugfix #25259Ton Roosendaal
2010-12-17Bugfix #25264Ton Roosendaal
2010-12-112.4 feature back:Ton Roosendaal
2010-12-09Bugfix #25120 and #25119 and numerous future bugs!Ton Roosendaal
2010-12-07- fix for crash with constraint UI when using with a pinner object, with None...Campbell Barton
2010-12-06bugfix [#25046] Bold and Italics checkboxes for Text objects seem to do nothingCampbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-04Maintenance, Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-24fix [#24893] Minor error message glitchCampbell Barton
2010-11-19patch [#24800] Make scene type buttons from material preview optionalCampbell Barton
2010-11-18Feature fixTon Roosendaal
2010-11-17fixes from r33127Campbell Barton
2010-11-17Keyframing Operators: Improved Error MessagesJoshua Leung
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-12add back red tint for zero user datablocks.Campbell Barton
2010-10-28for the color picker functions use UI_GRAD_* constants rather then numbers, n...Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-13bugfix [#23355] Square Color picker moving by itself and locking upCampbell Barton
2010-09-06bugfix [#23641] enable/disable switch of "Limit" Constraints are invertingCampbell Barton
2010-08-27move dopesheet UI template from C to pythonCampbell Barton
2010-08-25remove rna function template_triColorSet(), was only used in one place and ca...Campbell Barton
2010-08-19more rna renaming for non-animated properties: mainly Texface, Particle & Poi...Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-17when complaining that an RNA name doesnt exist in the UI, give the struct nam...Campbell Barton
2010-08-172.5 Modifiers:Thomas Dinges
2010-08-172.5 Modifier/Constraint TemplateThomas Dinges
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-08remove unused includesCampbell Barton
2010-08-04Brush/Paint internal changesCampbell Barton
2010-08-03remove commented scons lines from cmake files, fixed use of pointer poll func...Campbell Barton