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-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-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-11use ghash for operator and menu types, was doing string lookup in the operato...Campbell 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-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-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-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-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-07-31SVN maintenance.Guillermo S. Romero
2011-07-30quiet some compiler warnings & fix possible (but unlikely) crash.Campbell Barton
2011-07-29svn merge -r38753:38813 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-28fix [#28096] Custom gradient for weightpainting in mask mode not working prop...Campbell Barton
2011-07-27svn merge -r38558:38752 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-27* Fixed a typo in the code (uiLayoutItemSplt -> uiLayoutItemSplit)Thomas Dinges
2011-07-26- bugfix for icon listview where the icons would only wrap onceCampbell Barton
2011-07-26include menu ID's in tooltips when python tips are enabled, there was no way ...Campbell Barton
2011-07-25set default values for all other ndof flagsMike Erwin
2011-07-24* Minor code cleanup / comment changing. No functional changes. Thomas Dinges
2011-07-24Default for ndof_sensitivity to 1.0 in case 0.0 is found on start.Nathan Letwory
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-07Fix part of #26811: absolute shape keys should not show influence value in list.Brecht Van Lommel
2011-07-04Fix #27850: keyboards with a comma instead of a dot on the numpad now getBrecht Van Lommel
2011-07-03changed the max decimal points to show from 7 to 6, since with float precisio...Campbell Barton
2011-06-30Todo item:Ton Roosendaal
2011-06-24First commit to make "Style" settings saved in startup.blendTon Roosendaal
2011-06-18use ascii drawing function where utf8 isnt needed.Campbell Barton
2011-06-17fix [#26621] Memory leaks when creating popup window.Campbell Barton
2011-06-16use directory selector for properties defined as PROP_DIRPATH, user preferenc...Campbell Barton
2011-06-16fix for own error in r37542Campbell Barton
2011-06-16fix [#27673] Value sliders >1 do not represent numerical ratios rightCampbell Barton
2011-06-16minor speedup for UI draw code, noticed ui_get_but_val() could be called 3-5 ...Campbell Barton
2011-06-15Committing patch #25676 Anisotropic filtering in viewport and BGE by me.Mitchell Stokes