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-01-25Bugfix #33989Ton Roosendaal
2013-01-22fix [#33841] Disabling and re-enabling live addon crashes blender (modal/draw...Campbell Barton
2013-01-22property change reporting now uses the context again, rather then checking a ...Campbell Barton
2013-01-22fix [#33836] issuing bpy.ops.render.render() in console crashes the programCampbell Barton
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-20edited wmSubWindowScissorSet for readabilityJason Wilkins
2013-01-17My bad - commit today for "Continuous Grab" fix ignored the comment thatTon Roosendaal
2013-01-17Bug fix #33892Ton Roosendaal
2013-01-17fix airbrush + tablet pressure bug.Campbell Barton
2013-01-17Release Cycle:Thomas Dinges
2013-01-16fix for airbrush not using tablet pressure (any brush with BRUSH_SPACE disabl...Campbell Barton
2013-01-16draw the brush size with pressure applied (when the tablet is used), nice to ...Campbell Barton
2013-01-16don't check for mouse-movement if the double click event isn't on a mouse-but...Campbell Barton
2013-01-16move double click check into its own function.Campbell Barton
2013-01-16minor changes to ghostCampbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-12Mac HiDPI ("retina") handling:Ton Roosendaal
2013-01-10Bug fix 33732Ton Roosendaal
2013-01-09add RNA_def_struct_ptr(...) to use for runtime struct registration, saves ove...Campbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-08Bugfix #33803Ton Roosendaal
2013-01-08style cleanupCampbell Barton
2013-01-06Trackpad: "pinch/stretch" zooming is non-inversed in default now.Ton Roosendaal
2013-01-05Changes for opengl render to reflect new alpha premul pipelineSergey Sharybin
2013-01-04code cleanup, also remove glError check in font drawing code since its now a ...Campbell Barton
2013-01-04Fixes - post 2.65aTon Roosendaal
2013-01-02Some UI message fixes...Bastien Montagne
2013-01-02Bug fix - post 2.65aTon Roosendaal
2012-12-31code cleanup: name event -> event_type in macros, since this is from event->typeCampbell Barton
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