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-03-04Bugfix #34493Ton Roosendaal
2013-03-01Fix #34461: Inconsistent behavior of "Color Mix Node" and "Alpha Over Node"Sergey Sharybin
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-03-01keymap filter by keybindings in the userpreferences.Campbell Barton
2013-02-28Fix #34372: mesh.verts.foreach_set not working with normals, regression due t...Brecht Van Lommel
2013-02-28Fix #34390: quicktime video codec menu showing blank. It's a small miracleBrecht Van Lommel
2013-02-28Fix #34414: python error with frame_change callback and Cycles motion blur.Brecht Van Lommel
2013-02-27Collada export: Add ngon support (initial)Gaia Clary
2013-02-27Added RGBA|RGB channels toggle to sequencer previewSergey Sharybin
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-26Camera tracking: support refining radial K1, K2 onlySergey Sharybin
2013-02-25Some minor UI messages fixes.Bastien Montagne
2013-02-24Some UI messages fixes...Bastien Montagne
2013-02-24rigidbody: Allow collision groups to be animatedSergej Reich
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-24rigidbody: Add motor constraintSergej Reich
2013-02-22patch [#34103] - listbase.patch, insertlinkbefore.patchCampbell Barton
2013-02-22patch [#34103] Add explanatory comments to dna_genfile.[ch]Campbell Barton
2013-02-22new weight paint draw option to display unweighted vertices with the option t...Campbell Barton
2013-02-22code cleanup: remove unused argCampbell Barton
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-21Remove orthographic camera Scale hard min/max and make them soft limits instead,Brecht Van Lommel
2013-02-21Increase maximum render resolution from 10000 to 65536.Brecht Van Lommel
2013-02-21Code cleanup:Thomas Dinges
2013-02-21Code cleanup:Thomas Dinges
2013-02-21Enable new bevel tool code in bevel modifier.Howard Trickey
2013-02-21style cleanup: 'sizeof foo' --> 'sizeof(foo)', add check in style checking sc...Campbell Barton
2013-02-18checking for V3D_LOCAL was duplicated in transform.c, and both checks not qui...Campbell Barton
2013-02-18Make list_id mandatory when using default UI_UL_list class for a template_list.Bastien Montagne
2013-02-18pointcache: Set start frame soft limit to 1Sergej Reich
2013-02-18Minor precision in template_list doc, to always use a custom list_id when usi...Bastien Montagne
2013-02-18fix [#34279] Python console: Selected region is not highlighted when using wh...Campbell Barton
2013-02-17Another huge bunch of UI translation fixes, mostly reported by Leon Cheung, S...Bastien Montagne
2013-02-17BLI_mempool totalloc was being used un-initialized, normally this would cause...Campbell Barton
2013-02-17Added option for group node buffering in the compositor.Monique Dewanchand
2013-02-16Adding a missing end paren to the Use Material Caching tooltip.Mitchell Stokes
2013-02-15And more UI messages issues fixing... Thanks again to Gabriel Gazzán and Leo...Bastien Montagne
2013-02-15Various fixes for UI translation issues (reported by Leon Cheung on bf-transl...Bastien Montagne
2013-02-14More nodes UI translation fixes.Bastien Montagne
2013-02-14add missing NULL checks - could cause crashes in rare cases.Campbell Barton
2013-02-13And more mismatches between RNA struct UI names and type UI names in nodes......Bastien Montagne
2013-02-12rigidbody: No need to update mass when changing rigid body typeSergej Reich
2013-02-12fix [#34198] Scene unit size and dyntopo detail sizeCampbell Barton
2013-02-11patch [#33697] Apply transformation added to metaballs.Campbell Barton
2013-02-10add option not to calculate tessellation faces when converting an object to a...Campbell Barton
2013-02-10We've reconsidered previous patch in IRC.Sergey Sharybin
2013-02-10Added option to composite/viewer nodes which specifys whether alpha inputSergey Sharybin
2013-02-09Translation of 'text' parameter of UI functions: disables context search in R...Bastien Montagne
2013-02-09rigidbody: Don't use icons for constraint typeSergej Reich
2013-02-08Fix build (some code before var declaration... thought my compiler checked th...Bastien Montagne