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
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
2012-12-22code cleanup:Campbell Barton
2012-12-22flush selection from vertex paint and weight paint modes when exiting, this i...Campbell Barton
2012-12-22replace RNA_ID_type_name() with BKE_idcode_to_name_plural()Campbell Barton
2012-12-22flush selection when switching weight paint vertex/face selection modes.Campbell Barton
2012-12-22From the long todo:Ton Roosendaal
2012-12-21Bug fix #33648Ton Roosendaal
2012-12-21rename rna prop _parenting -> _parentCampbell Barton
2012-12-21Armature bone feature:Ton Roosendaal
2012-12-20UI todo:Ton Roosendaal
2012-12-20Make the get_node_type method in Node subtype an actual classmethod by settin...Lukas Toenne
2012-12-20Support for actual class methods in the RNA/bpy. Previously all functions wit...Lukas Toenne
2012-12-20style cleanupCampbell Barton
2012-12-19Animation system small fix:Ton Roosendaal
2012-12-19Multires baker: renamed Number of Rays to Samples after discussion with BrechtSergey Sharybin
2012-12-19Sync (ui) names between composite node files and rna nodetree types (Pixelate...Bastien Montagne
2012-12-19fix error in recent addition - reporting property changes, setting None would...Campbell Barton
2012-12-19Fixing some messed up comments from r53146 and changing a C++ style comment i...Mitchell Stokes
2012-12-19code cleanup: warningsCampbell Barton
2012-12-19BGE: Removing the VBO raster_storage option from the UI.Mitchell Stokes
2012-12-19BGE: Some as of yet unmerged work I did in the Swiss branch. These changes in...Mitchell Stokes
2012-12-18Various minor fixes to i18n code (mostly, translation of enum items' tooltips...Bastien Montagne
2012-12-18Ambient occlusion baker from multi-resolution meshSergey Sharybin
2012-12-18use 'bpy.context' when printing properties in the info window.Campbell Barton
2012-12-18Fix part of #33469: cloth preroll had a wrong tooltip and low limit of 200 fr...Brecht Van Lommel
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-12-18Class method 'get_node_type' for node RNA types. This can be used to map RNA ...Lukas Toenne
2012-12-18some speedup by avoiding translation on entire enum arrays, and just translat...Campbell Barton
2012-12-18add index argument to RNA_property_as_string() - currently unused.Campbell Barton
2012-12-17Object Layer property now has tag "not animatable".Ton Roosendaal
2012-12-17missed adding show_grease_pencil to node space in recent commitCampbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne