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
2013-05-05revert part of own commit r56476, caused scene unlink button to be removed.Campbell Barton
2013-05-04fix for mistake in own recent commit, broke operator search (r56465).Campbell Barton
2013-05-03adjustment to own commit r56463.Campbell Barton
2013-05-02fix for mistake in own commit r56399, it broke click-dragging to open and sel...Campbell Barton
2013-05-02fix [#35178] Autoselect-in-list for Vertex Group selection doesn't work.Campbell Barton
2013-05-02interface: clear red-alert flag when editing a button, confuses and makes it ...Campbell Barton
2013-05-02don't show an 'X' next to never-null pointer search menus.Campbell Barton
2013-04-30Fix compilation in release mode with strict flagsSergey Sharybin
2013-04-30fix for an issue raised in [#35154],Campbell Barton
2013-04-30use const vars for UI arrays.Campbell Barton
2013-04-30fix [#35154] Python: UI issues with invoke_props_dialog()Campbell Barton
2013-04-30convert macro PASS_EVENT_TO_PARENT_IF_NONACTIVE into a static function. (havi...Campbell Barton
2013-04-29Changes to image draw method optionsSergey Sharybin
2013-04-29Bug fix:Ton Roosendaal
2013-04-29fix for reset brushes curve setting a flipped curveCampbell Barton
2013-04-27"Bug" & usability fix, own collection.Ton Roosendaal
2013-04-25Fix two more high DPI / retina draw issues with running jobs in info header andBrecht Van Lommel
2013-04-25Fix #34806: rigid body world settings were not copied with a full scene copy.Brecht Van Lommel
2013-04-23fix [#35055] Crash in Edit Source feature for multilevel menusCampbell Barton
2013-04-23fix for UI annoyance with popups (such as new image popup) opening their menu...Campbell Barton
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-04-19UI drawing fix:Ton Roosendaal
2013-04-19More fix (cleanup) to r56063: remove call to RNA_create_pointer, it has alrea...Bastien Montagne
2013-04-19fix for crash in r56063, was just missing an ID property copy (which menu does)Campbell Barton
2013-04-18Fix for #35015, Alpha input in color selectors was showing 0 precision. Proba...Lukas Toenne
2013-04-18View2D could potentially divide stuff by zero, giving bad matrices.Ton Roosendaal
2013-04-18Bug fix #34943Ton Roosendaal
2013-04-18Bug fix #34868Ton Roosendaal
2013-04-17Bug fix #34974Ton Roosendaal
2013-04-15Fix: when using a search menu with an operator's enum prop, the operator was ...Bastien Montagne
2013-04-13Fix: uiBlockSetNFunc was using uiButHandleFunc as param signature, instead of...Bastien Montagne
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-11fix for crash in own recent commit. searchbox's need their own keynav state s...Campbell Barton
2013-04-11fix [#34936] Unable to select items using only the arrow keysCampbell Barton
2013-04-08Fix #34875: 0 digits of precision was not supported for FloatProperty, nowBrecht Van Lommel
2013-04-08fix [#34900] Building blender as a python module is broken in trunkCampbell Barton
2013-04-08style cleanupCampbell Barton
2013-04-08fix for fix: re-activating buttons to fix [#33466], meant the icon didn't get...Campbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-04-06svn merge ^/trunk/blender -r55815:55840Sergey Sharybin
2013-04-06ctrl+a select all in button fieldCampbell Barton
2013-04-05Fix another part of #34877: cycles progress status text not showing correct withBrecht Van Lommel
2013-04-05svn merge ^/trunk/blender -r55776:55813Campbell Barton
2013-04-04code cleanup: use bools in interface handlers, dont show translation menu whe...Campbell Barton
2013-04-04Two small fixes:Ton Roosendaal
2013-04-04svn merge ^/trunk/blender -r55700:55776Campbell Barton
2013-04-04code cleanup: use bools, (float)sin/(float)cos -> sinf/cosf, more meaningful ...Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-04-03fix [#34850] "x" to clear ID prop fields is too close to the right borderCampbell Barton