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-01-23rigidbody: Add point cache supportSergej Reich
2013-01-23rigidbody: Add force field supportSergej Reich
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2013-01-22Matcap fix: on enabling it, and when no matcap was selected before, Ton Roosendaal
2013-01-22add path for particle brushCampbell Barton
2013-01-22add missing includesCampbell Barton
2013-01-22comments for RNA_def_property_ui_range() and clamp some out-of-range values.Campbell Barton
2013-01-22Matcap support in 3D Viewport.Ton Roosendaal
2013-01-22fix [#33841] Disabling and re-enabling live addon crashes blender (modal/draw...Campbell Barton
2013-01-22add rna paths to toolsettings and its substructs, useful for python scripting.Campbell Barton
2013-01-21add an influence slider to mesh cache.Campbell Barton
2013-01-21Usual minor UI messages fixes...Bastien Montagne
2013-01-21mesh-cache deform modifier,Campbell Barton
2013-01-21Added gsoc-2012 collada improvements from bratwurst branchGaia Clary
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2013-01-21Bugfix [#33852] Scale of a strip in NLA is changed after moving it long distanceJoshua Leung
2013-01-213D mapping for projective texture painting (only for draw brush). UsefulAntony Riakiotakis
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-19patch [#33923] Patch for Node Theme ColorsCampbell Barton
2013-01-19patch [#33924] Spelling CorrectionsCampbell Barton
2013-01-18move draw all edges into the object settings (object panel), makes more sense...Campbell Barton
2013-01-17show a title in menus triggered by WM_OT_context_menu_enum, also show an icon...Campbell Barton
2013-01-16Shape enhanced method exaggerates a shape using a Laplacian smoothing operato...Alexander Pinzon
2013-01-16Movies support for CyclesSergey Sharybin
2013-01-16Get rid of the BRUSH_FIXED_TEX flag, use mapping modes instead. VersionAntony Riakiotakis
2013-01-16Unification of brush codeAntony Riakiotakis
2013-01-16style cleanupCampbell Barton
2013-01-15displace modifier incorrectly had mid-level set as a 'distance' subtyped prop...Campbell Barton
2013-01-14Fix cycles hair in a dupligroup not showing in the correct location for viewportBrecht Van Lommel
2013-01-14fix fox AddonPreferences not getting registered automatically and leak when r...Campbell Barton
2013-01-13remove TRANSFORM_OT_snap_type, use WM_OT_context_menu_enum instead.Campbell Barton
2013-01-13Stupid keyboard should know what coders want to type ! (i.e. another typo fi...Bastien Montagne
2013-01-12Packed and generated images support for CyclesSergey Sharybin
2013-01-11code cleanup: warnings, also add check in crash handler that a wmWindowManage...Campbell Barton
2013-01-11Changing units of stiffness parameter in classical (new) SPH solver: used to ...Alex Fraser
2013-01-10Depsgraph hack feature - experimentalTon Roosendaal
2013-01-10Fix #33752: UV Orco coordinates were wrong for Cycles (and other externalBrecht Van Lommel
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2013-01-09Small fix for r53685: Allow setting NULL/None as parent, i.e. detach a node f...Lukas Toenne
2013-01-09Make the node.parent property editable in RNA, so frame hierarchy can be chan...Lukas Toenne
2013-01-09partial fix for [#32581] Mesh properties API does not allow for zeros in byte...Campbell Barton
2013-01-09remove uiPanelClearType(), instead redraw all windows when registering/unregi...Campbell Barton
2013-01-09fix [#33808] custom property write RNA_pointer_get: xxx.xxxx not found in the...Campbell Barton
2013-01-09avoid having dangling panel pointers in the interface, unregistering addons c...Campbell Barton
2013-01-09add RNA_def_struct_ptr(...) to use for runtime struct registration, saves ove...Campbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-08Remove unused IMB function which wasn't ported to new color managementSergey Sharybin
2013-01-07Make options for background gradient more organized.Antony Riakiotakis
2013-01-07Motion tracking API changeSergey Sharybin