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-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
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-12-16correct bad commentCampbell Barton
2012-12-16replace strcpy with BLI_strncpy or memcpy when the size is known.Campbell Barton
2012-12-15Cleanup:Ton Roosendaal
2012-12-15Finished themes for transparent Button regions in Blender.Ton Roosendaal
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-12-14Blender Internal / Texture UI:Thomas Dinges
2012-12-14Adding a new SPH solver that is more physically accurate. See patch #29681Alex Fraser
2012-12-14UV Warp Modifier:Campbell Barton
2012-12-13Fix for using active scene instead of actually changed one in some RNA callbacksSergey Sharybin
2012-12-13FFmpeg: remove limits of bitrate, they were far too low for losless formats l...Sergey Sharybin
2012-12-13remove BKE_main_scene_add(), just add main arg to BKE_scene_add()Campbell Barton
2012-12-13fix another crash from missing update in Auto-Merge from r52911Campbell Barton
2012-12-13Can now set a lower bound on the number of subframes (i.e. an upper bound on ...Alex Fraser
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12RNA properties for width and height of nodes.Lukas Toenne
2012-12-12Fix for range checks in generated RNA functions. The code was skipping the va...Lukas Toenne
2012-12-12Fix for misleading doc string of panel header options.Lukas Toenne