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-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
2013-01-07Track.insert_frame used to create markers with zero pattern sizeSergey Sharybin
2013-01-06Eyecandy feature: background gradient for 3D viewport. Enable in user prefere...Antony Riakiotakis
2013-01-06add ability to use world gradient rendering when 'Only Render' option is enab...Campbell Barton
2013-01-06sequencer api args - rename start/end_frame to frame_start/end to match the r...Campbell Barton
2013-01-06Rename dilate/erode rna property "type" to "mode" to avoid naming conflictsSergey Sharybin
2013-01-06remove frame limits for sequence strip creation. was causing errors importing...Campbell Barton
2013-01-05style cleanup: also add checker for function brace placement.Campbell Barton
2013-01-05This patch adds support in bpy.props for getter/setter callback functions. We...Lukas Toenne
2013-01-05Remove some uneeded/irrelevant "PROP_TRANSLATE".Bastien Montagne
2013-01-05Making a few tooltips more descriptive, in light of recent confusion over theJoshua Leung
2013-01-05Add translation contexts for line, mute and clipSv. Lockal
2013-01-04Added vertex color attributes (currently limited to one) and UVs included for...Stuart Broadfoot
2013-01-02Some UI message fixes...Bastien Montagne
2013-01-02changes needed for EDL import to work again.Campbell Barton
2013-01-02Fix [#33189] AFTER 2.65 - Units in doc strings in ocean modifier.Bastien Montagne
2013-01-02style cleanupCampbell Barton
2013-01-02rename image paint_image_2d to lowercase (as we have for view2d).Campbell Barton
2013-01-02Patch [#29035] Vertex colour bakingAlex Fraser
2013-01-01Highlight currently rendering tilesSergey Sharybin
2013-01-01fix for long standing annoyance with weight-paint mode selection.Campbell Barton
2012-12-31More wrong "in degrees" busted out of tips!Bastien Montagne
2012-12-31Correction to RNA update functionsSergey Sharybin
2012-12-31Some minor cleanup in camera's FOV angle props (mostly use DEG2RAD macro, and...Bastien Montagne
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-31Fix #33706: issue in cycles motion blur rendering after hair commit, my faultBrecht Van Lommel
2012-12-31style cleanupCampbell Barton
2012-12-31Usual UI messages-related fixes...Bastien Montagne