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-05Remove some uneeded/irrelevant "PROP_TRANSLATE".Bastien Montagne
2013-01-05Making a few tooltips more descriptive, in light of recent confusion over theJoshua Leung
2013-01-05Add translation contexts for line, mute and clipSv. Lockal
2013-01-04Added vertex color attributes (currently limited to one) and UVs included for...Stuart Broadfoot
2013-01-02Some UI message fixes...Bastien Montagne
2013-01-02changes needed for EDL import to work again.Campbell Barton
2013-01-02Fix [#33189] AFTER 2.65 - Units in doc strings in ocean modifier.Bastien Montagne
2013-01-02style cleanupCampbell Barton
2013-01-02rename image paint_image_2d to lowercase (as we have for view2d).Campbell Barton
2013-01-02Patch [#29035] Vertex colour bakingAlex Fraser
2013-01-01Highlight currently rendering tilesSergey Sharybin
2013-01-01fix for long standing annoyance with weight-paint mode selection.Campbell Barton
2012-12-31More wrong "in degrees" busted out of tips!Bastien Montagne
2012-12-31Correction to RNA update functionsSergey Sharybin
2012-12-31Some minor cleanup in camera's FOV angle props (mostly use DEG2RAD macro, and...Bastien Montagne
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-31Fix #33706: issue in cycles motion blur rendering after hair commit, my faultBrecht Van Lommel
2012-12-31style cleanupCampbell Barton
2012-12-31Usual UI messages-related fixes...Bastien Montagne
2012-12-30Add symmetrize operator for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Add simplify brush for sculpt modeNicholas Bishop
2012-12-30Add DNA/RNA/BKE infrastructure for dynamic-topology sculpt modeNicholas Bishop
2012-12-30style cleanup: casts, some casts had odd formatting, but very few. Style chec...Campbell Barton
2012-12-30add syntax highlighting color for symbolsCampbell Barton
2012-12-30code cleanup: text editor formatting enums were named crypticly, also add ass...Campbell Barton
2012-12-29fix bug #33275: iTaSC ignores location of disconnected bones when they are ch...Benoit Bolsee
2012-12-29patch [#33609] Syntax highlighting for OSL in Text EditorCampbell Barton
2012-12-29Long ago we used to be able to bake physics from negative frames, feature tha...Pablo Vazquez
2012-12-29style cleanupCampbell Barton
2012-12-29user-preferences for addons. currently unused, example & docs still to come.Campbell Barton
2012-12-29style cleanupCampbell Barton
2012-12-28Convert alpha node: rename "key alpha" to "straight alpha" for consistency.Brecht Van Lommel
2012-12-28New featureStuart Broadfoot
2012-12-28style cleanupCampbell Barton
2012-12-28Expose BKE_constraint_mat_convertspace() as object's convert_space() func in ...Bastien Montagne
2012-12-28fix [#33677] Lambda is un-settable for mesh.vertices_smooth_laplacianCampbell Barton
2012-12-28style cleanup: var naming for ui listCampbell Barton
2012-12-28fix for memory leaks in own recent changes.Campbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-27validate operator names on startup (debug mode only)Campbell Barton
2012-12-25BGE: Committing SolarLune's patch to allow a minimum shadow buffer size of 12...Mitchell Stokes
2012-12-24Usual minor UI messages tweaks...Bastien Montagne
2012-12-24Looks like I forgot to cleanup that file when we switched to dynamic i18n lan...Bastien Montagne
2012-12-24Separate image input and sequencer's color spaces in the UISergey Sharybin
2012-12-24BGE: "Fix" for issue [#33663] "Objects Share Materials / Textures When Groupe...Mitchell Stokes
2012-12-24User Interface / Preferences:Thomas Dinges
2012-12-23Add keying "options" parameter to keyframe_insert() bpy_rna function, so now ...Bastien Montagne
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-22Reshuffled data view for Outliner.Ton Roosendaal