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-09-09use opengl vertex arrays for the base widgets, their rounded corners, arrows ...Campbell Barton
2011-09-09error (case insensitive search replace)Campbell Barton
2011-09-09replace magic numbers with defines to make the interface source more readable.Campbell Barton
2011-09-09- turn RNA_warning into a macro which includes the function name (was being w...Campbell Barton
2011-09-05Fix #28404: certain keyboard shortcuts not shown in menus, e.g. move operatorsBrecht Van Lommel
2011-09-05Fix #28389: UILayout.menu function didn't emboss menu button correct in theBrecht Van Lommel
2011-09-02Fix for grid lines drawing outside of histogram widget.Sergey Sharybin
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29* Reverting Titlecard commit r37537Joerg Mueller
2011-08-28== Sequencer ==Peter Schlaile
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-25picky style edits with screen/view/drawing, also remove own bad example doc.Campbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-21fix for out of bounds array access for shaded drawing in the UI, remove alpha...Campbell Barton
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-19store a pointer to the units system in the uiBlock since the button code was ...Campbell Barton
2011-08-18misc changes to unterface & undoCampbell Barton
2011-08-18disable undo for screen & wm RNA buttons, changing shading mode via the UI fo...Campbell Barton
2011-08-17fix for error calling RNA_property_float_get_index on non array float rotatio...Campbell Barton
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-15comment unused lines.Campbell Barton
2011-08-14fix for fix r39388, this added checkboxes to buttons which are not supposed t...Campbell Barton
2011-08-14add in asserts for when array/non array RNA funcions are used incorrectly, wo...Campbell Barton
2011-08-14fix [#28245] Checkboxes in menu items fail for boolean arrays.Campbell Barton
2011-08-11svn merge -r39286:39298 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-08-11use ghash for operator and menu types, was doing string lookup in the operato...Campbell Barton
2011-08-11svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-11fix for regression for shape key UI, values are now editable again in the lis...Campbell Barton
2011-08-08fix [#28183] Wavefront OBJ import has no preset savingCampbell Barton
2011-08-08quiet harmless py resource warning - file opened but not closed.Campbell Barton
2011-08-08fix [#28178] make single user copy of object data doesn't workCampbell Barton
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-07Changed do_version condition for noodle_curving.Sergey Sharybin
2011-08-07comment unused varsCampbell Barton
2011-08-06rna/ui: avoid duplicate property gHash lookups by passing the property when i...Campbell Barton
2011-08-06make ui_def_but_rna into 2 functions, once which takes a prop, another which ...Campbell Barton
2011-08-06Graph Editor "Active Keyframe" settingsJoshua Leung
2011-08-06for UI text drawing use BLF_ascender(fs->uifont_id) rather then BLF_height(fs...Campbell Barton
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-08-05fix for icon scaling with the DPI settingCampbell Barton
2011-08-04Bassam Feature Request: "Auto Clamped" handles can now be set perJoshua Leung
2011-08-04Typo when reading line curving. The subversion is 1, so smaller than 1 should...Jeroen Bakker
2011-08-04UserPref/Node editor feature: Change the level of noodle curving.Jeroen Bakker
2011-08-043D Audio GSoC:Joerg Mueller
2011-08-02Merging trunk up to r38932.Joerg Mueller
2011-08-02Don't show NDOF guide by default.Nathan Letwory
2011-08-02svn merge -r38814:38905 https://svn.blender.org/svnroot/bf-blender/trunk/blen...merwin-spacenavMike Erwin
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-31SVN maintenance.Guillermo S. Romero
2011-07-30quiet some compiler warnings & fix possible (but unlikely) crash.Campbell Barton