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-02-18Make list_id mandatory when using default UI_UL_list class for a template_list.Bastien Montagne
2013-02-18Minor precision in template_list doc, to always use a custom list_id when usi...Bastien Montagne
2013-02-09Translation of 'text' parameter of UI functions: disables context search in R...Bastien Montagne
2013-02-08Fix build (some code before var declaration... thought my compiler checked th...Bastien Montagne
2013-02-08RNA ui API: fix long-standing annoying glitches when using 'text' property of...Bastien Montagne
2013-01-24Fix #31338: python enum properties can now specify icons for items, in the fo...Brecht Van Lommel
2013-01-22Matcap support in 3D Viewport.Ton Roosendaal
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-11-09rename template_color_wheel() to template_color_picker()Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-14Minor: precision in template_list doc, that only one list is allowed per temp...Bastien Montagne
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-19Sequencer: per-sequence modifier stack for color gradingSergey Sharybin
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2011-11-22svn merge ^/trunk/blender -r42069:42076Campbell Barton
2011-11-222.6 Various code cleanup: Thomas Dinges
2011-11-22svn merge ^/trunk/blender -r42009:42053Campbell Barton
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-16svn merge -r41847:41899 ^/trunk/blenderCampbell Barton
2011-11-15Minor: added the description of expected string format for the template_list'...Bastien Montagne
2011-11-10svn merge -r41650:41655 ^/trunk/blender --- cycles merge, this wont copile, ...Campbell Barton
2011-11-08Texturing: texture and 3d view draw type changes, these should only have anyBrecht Van Lommel
2011-11-08svn merge ^/trunk/blender -r41602:41638 .Campbell Barton
2011-11-08UI/Nodes: templates to edit nodes from the properties editor using a tree view,Brecht Van Lommel
2011-11-07minor warning nicer api useCampbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-01svn merge -r41371:41420 ^/trunk/blenderCampbell Barton
2011-10-30make_uv_vert_map() was looping over the texture face for not reason.Campbell Barton
2011-10-30svn merge -r41335:41371Campbell Barton
2011-10-28UI list template: committing patch [#26629].Bastien Montagne
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-09svn merge ^/trunk/blender -r40720:40872Campbell Barton
2011-10-04Fix #28202: (only) modifying keymap item properties did not save properly, theBrecht Van Lommel
2011-09-23fix script error and quiet warnings about "." description ending.Campbell Barton
2011-09-22comment some unused vars / assignments.Campbell Barton
2011-09-21py/rna string subtypes for strings which should be automatically translated:Campbell Barton
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-09- turn RNA_warning into a macro which includes the function name (was being w...Campbell Barton
2011-05-09patch [#21740] Image support for Empty ObjectsCampbell Barton
2011-05-02Fix #27165: uvedit mesh selection sync did not handle click / shift+clickBrecht Van Lommel
2011-03-29use RNA_warning() rather then printf() so we get the python line number.Campbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18- clear some warningsCampbell Barton
2011-01-13remove/comment unused varsCampbell Barton