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-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
2013-02-08Cleanup: happily remove no-more-used PY_TRANSLATE RNA prop flag, and related ...Bastien Montagne
2013-02-08RNA ui API: fix long-standing annoying glitches when using 'text' property of...Bastien Montagne
2013-02-08Release todo: added userpref for Mac users having "Natural Scroll" set.Ton Roosendaal
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-02-06Code clean up translate nodeMonique Dewanchand
2013-02-06rigidbody: Don't use units for spring stiffnessSergej Reich
2013-02-05New matcap collection for default in release. It's now 24 images, orderedTon Roosendaal
2013-02-05add RNA_define_animate_sdna() so animation can be easily disabled when defini...Campbell Barton
2013-02-05Fix particle child render resolution access not working outside of the render...Brecht Van Lommel
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-02-05rigidbody: Don't allow collision shape to be animatedSergej Reich
2013-02-04The usual UI messages tweaks...Bastien Montagne
2013-02-04Compositor "Relative" option for Translate node, same as for other nodes thisBrecht Van Lommel
2013-02-04fix for rangefunc being unused for int & int array.Campbell Barton
2013-02-04Fix #34079: RGB and HSV values inconsistencySergey Sharybin
2013-02-03style cleanup & some spellingCampbell Barton
2013-02-03Bug fix #34090Ton Roosendaal
2013-02-02style cleanupCampbell Barton
2013-02-01Fix python foreach_get/foreach_set not working with dynamic sized arrays.Brecht Van Lommel
2013-02-01Move opencl and reigidbody from source/blender/ to intern/Sergey Sharybin
2013-01-31 Apply patch [#33999] Wrapping mode for the "translate" compositing nodeMonique Dewanchand