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-06-10RNA: simplify space type items code, no need to have this duplicated.Brecht Van Lommel
2013-06-10Fix for r57316: SPACE_EMPTY *is* needed in RNA enum for now, exported keymaps...Bastien Montagne
2013-06-09This commit replaces old "manual" Editors menu with nice RNA-based one (so on...Bastien Montagne
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-08-08Search option for adding nodes.Lukas Toenne
2012-07-04More spell checking.Bastien Montagne
2012-06-18RNA: add Area and Region window xy coordinates access.Brecht Van Lommel
2012-05-25Fix for last commit, forgot to update Screen.is_animation_playing python prop...Brecht Van Lommel
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-02Fix crash setting area.type from a context that not include the right window,Brecht Van Lommel
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-07patch [#30481] rna_Screen_scene_set does the wrong thing [patch]Campbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-01-06Fix #29568: Blender restores deleted sceneSergey Sharybin
2011-11-07Camera tracking integrationSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-30Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-06Fix screen/scene browsing in info header not working right, mistake in code c...Brecht Van Lommel
2011-09-05Code cleanup: remove context from RNA update functions, only one left.Brecht Van Lommel
2011-05-19move rna property area.active_space --> area.spaces.activeCampbell Barton
2011-03-29add rna read-only width/height for screen areas.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-02Bugfix [#25902] alt+a over 3D view don't up date dropesheet editorJoshua Leung
2011-01-13remove/comment unused varsCampbell Barton
2010-12-21Bugfix #25330Ton Roosendaal
2010-12-10patch [#25027] formatting mathutils.geometry module docs for sphinxCampbell Barton
2010-11-20- add python/rna function region.tag_redraw()Campbell Barton
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-10-03py/rna access to setting the header text - can be used in modal operators.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-06-14change to recent commit, insert_keyframe(datapath -> data_path ...)Campbell Barton
2010-03-24remove unused rna includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-01made region type into an enumCampbell Barton
2009-12-20int Type for region rna (read-only helps for debug)Martin Poirier
2009-12-15fix: adding missing new area type RGN_TYPE_PREVIEW to rna enum.Andrea Weikert
2009-12-09RNA: fix for yesterday's commit, browsing screens and scenes wasBrecht Van Lommel
2009-12-08RNA:Brecht Van Lommel
2009-12-08Various changes to screen-related code, aiming to fix a few problems and usab...Matt Ebb
2009-11-12small corrections, no functionality changeCampbell Barton
2009-11-11region width and height readonly rna access (for UI scripts) - see context.re...Campbell Barton
2009-10-13added back space switching keys Shift+F2 to F12Campbell Barton
2009-09-16RNABrecht Van Lommel
2009-08-162.5: RNA, added context.screen.animation_playing to detectBrecht Van Lommel