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
2012-12-14Bug fix, irc submitted:Ton Roosendaal
2012-12-14Fixes for correct UI scaling display:Ton Roosendaal
2012-12-13minor editsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-09fix [#33442] UnitsCampbell Barton
2012-12-04operator spacebar search menu wasn't ignoring internal operators,Campbell Barton
2012-11-28Move to Layer: optimization so that the first change in the popup menu doesBrecht Van Lommel
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-27Move to layer: remove the OK button and make it apply immediately like it didBrecht Van Lommel
2012-11-26search box width's now scale with DPI setting.Campbell Barton
2012-11-20Readme and Release Log Links:Thomas Dinges
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-14fix for the update issue reported in [#32452]Campbell Barton
2012-11-13Bugfix #26891Ton Roosendaal
2012-11-13remove 'Reset' button from operator UI, instead have 'Restore Defaults' in pr...Campbell Barton
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-07fix [#33108] Running save_as_mainfile breaks relative texture pathsCampbell Barton
2012-11-07== file browser ==Andrea Weikert
2012-11-01fix [#30910] Problems: Add Shortcut(s) for "Ctrl Tab" menuCampbell Barton
2012-10-31no longer use 'check_existing' to see if we need to have a save popup, instea...Campbell Barton
2012-10-26fix [#30087] operator_context is different for popup and submenu's *TODO, aft...Campbell Barton
2012-10-25fix [#32938] The Splash Screen doesn't show up correctly .....Campbell Barton
2012-10-25Fix #30940: layout.prop_search() item not drawing correct inside menus.Brecht Van Lommel
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-19More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to tra...Bastien Montagne
2012-10-13More UI messages fixes.Bastien Montagne
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-10-09Fix #32824: Color management configuration check was missed on file link/appendSergey Sharybin
2012-10-06disable padding warning for DNA, gave problems with struct bounds padding whi...Campbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-04stule cleanupCampbell Barton
2012-08-15dont re-use previous values for link/append operator, would get mixed up with...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04code cleanup:Campbell Barton
2012-07-18fix incorrect assert for mask face checking, also correct own bad spellingCampbell Barton
2012-07-12Readme and Release Log Links:Thomas Dinges
2012-06-30don't close operator dialogs when the mouse moves outside of them. this is ve...Campbell Barton
2012-06-29Related to [#31936] Mesh saved in 2.63 with legacy format have holes instead ...Bastien Montagne
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-06-18Collada: Moved interface definitions from wm_operators.c to blender/editors/ioGaia Clary
2012-06-18Collada: (Exporter) reorganized the export panelGaia Clary
2012-06-17style cleanup: also quiet a warning.Campbell Barton