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-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama
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
2012-12-12Sequencer: add textured solid option for opengl previewSergey Sharybin
2012-12-12A big cleaning patch by Bastien Montagne (thanks a lot!)Tamito Kajiyama
2012-12-11RNA: add Window x/y position and size access.Brecht Van Lommel
2012-12-11code cleanup: neareast -> nearestCampbell Barton
2012-12-11Fix some RNA subtypes for collections' active/active_index props (some PROP_P...Bastien Montagne
2012-12-11Merged changes in the trunk up to revision 52858.Tamito Kajiyama
2012-12-10All angle properties were switched from degrees to radians (using PROP_ANGLE Tamito Kajiyama
2012-12-09Fix #33454: cycles wasn't hiding the original object used for dupliverts orBrecht Van Lommel
2012-12-09Fix for a number of compiler warnings as well as a bug hidden by the warnings.Tamito Kajiyama
2012-12-08Merged changes in the trunk up to revision 52815.Tamito Kajiyama
2012-12-07fix for texture_slot path, would give incorrect path when used with brushes w...Campbell Barton
2012-12-05Fix #33417: add back GPU Mipmap Generation option, apparently with this disabledBrecht Van Lommel
2012-12-03R/G/B icons in node space backgroud channel selector all had same color wheel...Campbell Barton
2012-12-03Image Editor / UV: Thomas Dinges
2012-12-02Bugfix [#33387] Smoke: Animating Smoke Type from Flow to None crashes blenderDaniel Genrich
2012-12-02Fix warning about missing BKE_idcode_to_name_plural.Brecht Van Lommel
2012-12-02There was no way of knowing what ID type a property comes from by the tooltip...Campbell Barton