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-29user-preferences for addons. currently unused, example & docs still to come.Campbell Barton
2012-12-29style cleanupCampbell Barton
2012-12-28revert r53356, this stopped the leak but still wasn't working nice.Campbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-27add option to BLI_scanfill_calc() - BLI_SCANFILL_CALC_HOLES, gives some speed...Campbell Barton
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-22Small drawing glitch, for UI with transparent overlapping regions;Ton Roosendaal
2012-12-22Weight gradient tool for weight paint modeCampbell Barton
2012-12-22code cleanup and minor changesCampbell Barton
2012-12-21make Node.links return a tuple, this may you can't do socket.links.append() b...Campbell Barton
2012-12-20Mac Retina fix:Ton Roosendaal
2012-12-20style cleanupCampbell Barton
2012-12-19improve info view property output for properties.Campbell Barton
2012-12-18fix for crash in recent changes, missing NULL checkCampbell Barton
2012-12-18fix for crash in own commit - happend when changing userprefs.Campbell Barton
2012-12-18use 'bpy.context' when printing properties in the info window.Campbell Barton
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-12-18functions to make a string representation of a property & assignment.Campbell Barton
2012-12-18Bug fix, IRC collection. (Fix for recent commit)Ton Roosendaal
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-15add checks to style checker script for 'a . b' and 'a []'Campbell Barton
2012-12-14Bug fix, irc submitted:Ton Roosendaal
2012-12-14Fixes for correct UI scaling display:Ton Roosendaal
2012-12-14style cleanupCampbell Barton
2012-12-13Bugfix - own collection.Ton Roosendaal
2012-12-13Bugfix, IRC report:Ton Roosendaal
2012-12-13region overlap feature missed view3d grid-scale text, increase string size fo...Campbell Barton
2012-12-13minor editsCampbell Barton
2012-12-13style cleanup: changes from recent commitsCampbell Barton
2012-12-13code cleanup: quiet warningsCampbell Barton
2012-12-13Bugfix, irc report:Ton Roosendaal
2012-12-13Disable a bugfix I did - to prevent event timers to be used still.Ton Roosendaal
2012-12-12Quick fix for ghost error - solves pixelsize to return 0.Ton Roosendaal
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12Sequencer: add textured solid option for opengl previewSergey Sharybin
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-09fix [#33442] UnitsCampbell Barton
2012-12-06fix playanim - up/down keys were not stepping 10 frames as intended.Campbell Barton
2012-12-05Fix #33417: add back GPU Mipmap Generation option, apparently with this disabledBrecht Van Lommel
2012-12-04operator spacebar search menu wasn't ignoring internal operators,Campbell Barton
2012-12-04fix for WM_keymap_remove_item() writing to freed memory.Campbell Barton
2012-11-29bmesh py api: add bmesh.update_edit_mode(), there was no way to redraw the 3d...Campbell Barton
2012-11-28Move to Layer: optimization so that the first change in the popup menu doesBrecht Van Lommel
2012-11-28Fix #33330: Proxies are not built in Sequencer if preview is visibleSergey Sharybin
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-28GPU: remove GPU Mipmap Generation option and just always enable it, it's an oldBrecht Van Lommel
2012-11-27Move to layer: remove the OK button and make it apply immediately like it didBrecht Van Lommel
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
2012-11-26search box width's now scale with DPI setting.Campbell Barton