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-07use bool for rna funcs.Campbell Barton
2013-03-07Collada: Added option for how rot,loc,trans data is exported (improves flexib...Gaia Clary
2013-03-06Texture paint refactoring commitAntony Riakiotakis
2013-03-06Tracking dopesheet fixes:Sergey Sharybin
2013-03-06add asserts for passing negative index values to RNA functions which don't su...Campbell Barton
2013-03-06Weight Painting: Added userpref for zero_weight color.Gaia Clary
2013-03-05UI messages fix: no end point in tips! (from r55055).Bastien Montagne
2013-03-05Simple deform modifier: replace factor property by angle for twist and bendBrecht Van Lommel
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2013-03-04Fix for image transparency backwards compatibility. Now the texture datablock...Brecht Van Lommel
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