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-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-09replace log() calls with constantsCampbell Barton
2011-06-09use a better method for finding the precision to use for float buttons, about...Campbell Barton
2011-06-07fix for glitch in previous commit with 0.00002 displaying as 0.000020, this u...Campbell Barton
2011-06-07smarter precision calculation, so 0.000001 isn't displayed as 0.00.Campbell Barton
2011-06-07Move UI float precission calculation into its own function.Campbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-06-02UI: fix two issues with expanded enum property buttons:Brecht Van Lommel
2011-06-02uninitialized variable was used when ensuring mirrored vertex groups.Campbell Barton
2011-05-31Button value reset:Brecht Van Lommel
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-27remove BLI_streq() since it was hardly used, also replace string search with ...Campbell Barton
2011-05-02reverse string lookup listbase function BLI_findstring counterparts, added BL...Campbell Barton
2011-04-23quiet some clang warnings & fix for bugs in exceptional cases.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-04-18fix for own mistake in recent commit: [#27000] Spotlight spot shape size, lam...Campbell Barton
2011-04-17change unit evaluation only to do try the units replacements if evaluating wi...Campbell Barton
2011-03-29use less verbose string formatting for units and interface.Campbell Barton
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-25new function RNA_warning(), replaces printf with function which may be called...Campbell Barton
2011-03-24RNA & interface functions for checking if RNA in a button uses valid rna prop...Campbell Barton
2011-03-18while looking into a problem in interface.c, noticed ui_get_but_val() is call...Campbell Barton
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