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
2011-06-28make drawing faces in the UV editor an image space option, re-using the mesh ...Campbell Barton
2011-06-23checks in rna range functions that the max value cant be less than the min.Campbell Barton
2011-05-31tag unused rna args.Campbell Barton
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-05-18there wasn't a good way to know if a RegionView3D was perspective or not (wit...Campbell Barton
2011-05-16set clip_start value minimum to 0.001, since 0.0 makes the viewport go very s...Campbell Barton
2011-05-16LCMS code removed, was an experiment but never finished.Brecht Van Lommel
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-05-14option to have the view controls apply to the camera view (and camera object).Campbell Barton
2011-05-14view3d api edits, no functional changes.Campbell Barton
2011-05-12== Radial control ==Nicholas Bishop
2011-05-07Fix #27319: Text editor "Find" does not locate words.Sergey Sharybin
2011-05-03fix [#27268] 2.57b Global Pivot Option not functional.Campbell Barton
2011-04-26- fix for player linkingCampbell Barton
2011-04-252.5 Interface:Thomas Dinges
2011-04-25rna apiCampbell Barton
2011-04-23Send NA_EDITED notifier when changing tab width in text space propertiesSergey Sharybin
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-19Bugfix [#25960] Action/NLA Editor issues with animdata contextJoshua Leung
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-04-11fix for one of the [#26854] UV issuesCampbell Barton
2011-04-06Fixed incorrect RNA access when changing type of sequencer viewSergey Sharybin
2011-03-25SpaceImage.curves --> curve for consistency.Campbell Barton
2011-03-23Fix #26573, #26574 and #26551: objects on layers not visible on load or undoBrecht Van Lommel
2011-03-14auto-complete was moving the selection.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-22Fix for [#26163] New Texture selectors don't update Texture previewJanne Karhu
2011-02-18Another small text space usability: option to show right margin (aka print ma...Sergey Sharybin
2011-02-12Particles todo item: particle texturesJanne Karhu
2011-02-10Bugfix [#26004] compositor: backdrop zoom factor too smallJoshua Leung
2011-02-09Graph Editor: Added option to turn off AA drawing for performanceJoshua Leung
2011-02-08Texture context selector for texture panel:Janne Karhu
2011-02-07Todo/feature requestTon Roosendaal
2011-02-02Bugfix [#25902] alt+a over 3D view don't up date dropesheet editorJoshua Leung
2011-02-01Added Center button to backdrop controls in node editor's side panelDaniel Salazar
2011-01-31Indentation fix. Thomas Dinges
2011-01-31Node UI:Thomas Dinges
2011-01-31Added transparency feature to node editor backdrop, similar to image editor. ...Lukas Toenne
2011-01-30Better property names for backdrop RNADaniel Salazar
2011-01-30RNA for node editor backdrop zoom and offset. Thanks Moguri for helpDaniel Salazar
2011-01-11Todo #22395: Restoring Grease Pencil Editing Mode in DopeSheet EditorJoshua Leung
2011-01-10Restoring "Pose Markers"Joshua Leung
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06Improve reliability when setting property editor context via rnaMatt Ebb
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-11-23Changes to the ortho grid drawing based on discussion with Ton.Campbell Barton
2010-11-20Bugfix #21028Ton Roosendaal