Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-21Depsgrapg debug: Add buttons to show evaluation statisticsSergey Sharybin
2017-12-19Fix for Fix (c): T52945: OBJ import - load_material_image - map_options not ↵Bastien Montagne
parsed correctly. rBAe8f09a8e0b28 missed the case where we have no bump multiplicator at all! Thanks to sebastian_k for the report over IRC.
2017-12-15Updated Blender ID add-on to version 1.4.1Sybren A. Stüvel
- Improved error reporting when validating a token fails due to connection errors.
2017-12-14Now edit MultiMesh support rotation scale location, and code cleanupEugenio Pignataro
2017-12-13New Tool: multi mesh editEugenio Pignataro
2017-12-11Applying D2933: Adds support for elevation attribute for lwpolylines (code ↵Lukas Treyer
38), fixes a bug when segmenting (lw)polylines, adds support for gradians.
2017-12-08io_export_paper_model: update to upstream 7fe2553Adam Dominec
fix baking in both Cycles and BI
2017-12-07Move presets to user writeable folder when rendering thumbsStephen Leger
2017-12-06Fix easy latticeCampbell Barton
D2943 by @deadpin - Removes broken/unused code that would attempt to delete already added easy-lattices - Allows the creation of multiple easy-lattices in the same scene AND for the same object (incl. support for multiple vertex groups) - Add scale factor so the user can create lattices smaller/larger than the target mesh - Add Catmull-Rom option - Code style (variable naming, UI naming, return values, etc.) - Support local-view, thanks to @lijenstina
2017-12-06Fix T53406: Avoid toggling visibility on Collision modifierlijenstina
Bumped version to 0.2.5 Since the Collision modifier visibility was not exposed in the UI trying to avoid unreliable results related to physics and possibly broken setups, for now skip it in the add-on Add reports about skipping: - Skipped modifier name is appended - If there are only skipped modifiers, add a new message about it Correct bl_name of some operators so they are easier to search
2017-12-05fix T53356: update bbone_in bbone_out props to bbone_easein bbone_easeoutLucio Rossi
2017-12-05fix T53355: missing Rot2Pole switch operator when Rigify is disabledLucio Rossi
2017-12-05Updated Blender ID add-on to version 1.4:Sybren A. Stüvel
- Added an extra date/time format for parsing the authentication token expiry date. - Always show the "Validate" button when the user is logged in. This actively checks the token with the server, whereas the "You are logged in" only bases that statement on locally-available information (there is a token and it hasn't expired yet).
2017-12-01snap_context: Make sure that the elements of the class GPU_Indices_Mesh are ↵Germano
freed at exit This may solve some user application errors. But the message "Error: Not freed memory blocks" still appears if blender is closed with the modal operator running :\
2017-11-27HiRISE DTM Importer: Fix operator call through Python, minor cleanuplijenstina
Bump version to 0.2.2 Merge Differential revision: D2926 The importer should be called with: bpy.ops.import_mesh.pds_dtm Replace deprecated imp calls with importlib Move bl_info on top of the file Imports as tuples Update wiki link ReloadTerrain operator: - add a poll to prevent crashes when called through search with no object
2017-11-23Use new API after rename in Blender 2.8Sergey Sharybin
2017-11-21Fix T53350: Address the vertex color changes for Mesh tissuelijenstina
Bumped version to 0.3.4 Fix crashes related to access of vertex color components: - curvature_to_vertex_groups: Fix the crash with accessing the r, g, b values - vertex_colors_to_vertex_groups: Replace usage of Value component (from h, S, V) it was removed as an attribute, use rgb_to_hsv instead Notes: - Added versioning code (check for 2.79.1). Can be removed later - Is there a better way of getting the value instead of using the colorsys function
2017-11-19Magic UV: release v4.5Nutti
2017-11-17Add addon to help debugging new dependency graphSergey Sharybin
Useful for developers, technical users and TD's. Works for both 2.7x and 2.8x series. In 2.7x series new tools are to be found in the Scene buttons, Dependency Graph panel. In 2.8x this panel is in layer buttons.
2017-11-08ui_translate: make it resilient to ASAN errors at exit.Bastien Montagne
We do want to catch actual errors from message extraction process, but not dummy ASAN complaining about memleaks!
2017-11-06Fix T53254: Fbx import assertion error on some Enum custom property.Bastien Montagne
Do not try to get some string namecode of Enum items if string part of the custom FBX Enum property is empty! Just stick to basic int value in this case.
2017-11-02Fix T53136: Make the .gpl palette import more robustlijenstina
Bump version to 0.9.3 Make the gpl preset execution more robust: - Don't load non .gpl files in the preset menu - Use re.split instead of the fixed slicing - Add messages about failure to read the file and filepath Small cleanup Note: Probably there could be more cases when the import of a valid palette file can fail, or parsing can be improved
2017-11-02Cleanup: redundant texture lookupCampbell Barton
2017-11-02system_demo_mode: correct hidden file skippingCampbell Barton
2017-10-31Add option to control FBX 'empty' type through a string custom property in ↵Bastien Montagne
Blender's empty. Based on https://developer.blender.org/D2279 by Pavel Křupala (@pavelkrupala), thanks.
2017-10-31Fix T53202: Complex armature with bone constraints, FBX export bug.Bastien Montagne
Need more scene updates in FBX anim export code to ensure we do get sane poses...
2017-10-31Fix T53209: FBX exporter: Add very basic diffuse-color exporting for ↵Bastien Montagne
node-based materials.
2017-10-30fix: Encode Widget btn not showing in ToolsLucio Rossi
2017-10-25T53024 fix n-panel Switch rotation-pole not working for bones wo keysLucio Rossi
2017-10-25T53019 fix paw toe bones following foot ctrl when IK_Stretch=0Lucio Rossi
2017-10-25mesh_snap_utilities: Remove redundant lines, organize and make it more stableGermano
Any reference to elements of a bmesh must be deleted before the operator finishes. This prevents unpredictable crashes.
2017-10-23Wrap array access for width property in a if-statement to avoid errors with ↵Lukas Treyer
empty arrays. see T53094.
2017-10-19Fix T53103: FBX: Add diffuse_color material animation import.Bastien Montagne
Based on patch by Gábor Vásárhelyi (@vasarhelyi), just slightly modified mainly to avoid another extra dict.
2017-10-19Remove extensions_framework moduleCampbell Barton
This is no longer used by release or contrib add-ons. While interesting to use declarative definitions, this adds a layer between Blender's API's and scripts, which needs to be maintained and updated with Blender.
2017-10-18Fix T53065: stupid animation linked to nothing in FBX file broke import.Bastien Montagne
2017-10-17Snap utilities: Avoid any OpenGL resources allocations for class membersSergey Sharybin
OpenGL is not available in background mode, which was making unit tests to fail. Additionally, it will cause some unwanted noise when someone renders his project from command line, or performs any other command-line operation with Blender.
2017-10-15Fix T53074: Make sure that the c_int used in snap_context has 32-bit sizeGermano
2017-10-15Bool Tool: Add missing bl_idname to VIEW3D_MT_booltool_menulijenstina
It was removed in a previous commit However it was used in VIEW3D_BoolTool_Menu Break up some lines longer than 120 characters No other functional changes
2017-10-10Fix T52945: OBJ import - load_material_image - map_options not parsed correctly.Bastien Montagne
There were two issues - last set of option's tokens would not get added correctly to map_options of current directive, and multiplification factor of bumpmap was not correctly converted to float. Thanks a bunch to @Tim Knip (timknip) for reporting the issue, investigating it and proposing this patch.
2017-10-073D Viewport Pie Menus: Avoid empty Modes pie in some caseslijenstina
Bump version to 1.1.8 Handle cases in pie_modes_menu when: - There is no active object - Object types that only have object mode available Add info messages covering them Minor cleanup (move bl_description before bl_options)
2017-10-07Copy Attributes Menu: Add a message about needed selection, cleanuplijenstina
Bump version to 0.4.8 Pep 8 cleanup Imports as tuples Update wiki link Consistent property definitions Add a menu label info about the needed selection if poll is false Add missing info strings to location, rotation an scale functions Add separators for the Object mode CTRL + C menu Fix the broken generation of Layer Menus by defining them explicitly The code for registering menus was removed
2017-10-06Bool Tool cleanup: strict naming for classesMikhail Rachinskiy
2017-10-05Fix (unreported) broken FBX import after adding forth alpha component to vcol.Bastien Montagne
2017-10-04Add multiSelection to Overlap UvsEugenio Pignataro
2017-10-02New Tool Copy Paste Uv IslandEugenio Pignataro
2017-10-02Fix T52973: Support data dimensions types, restore global_undolijenstina
Bump version to 1.0.3 Support the curve.data.dimesions passed to the main function as the previous code was only properly supporting 2D types Restore the global_undo properly to it's previous state Don't use toggle for bpy.ops.object.mode_set Add error handling in case of failure Update the tooltip
2017-10-02mesh_snap_utilities_line: dealloc bmeshGermano
The `SnapUtilitiesLine` class with all attributes are still referenced after the Operator is finished. Therefore it is better to deallocate objects that can cause possible errors when releasing.
2017-09-30Dynamic Context Menu: Fix issues with moving the object to a new layerlijenstina
Bump version to 1.8.7 Moving the active object to a different layer or switching to a different layer will cause: - Showing two contexts together (the no object one will be on top) - errors with accessing operators (as the context.object is passed) Use context.active_object as the obj var instead
2017-09-29snap_context module: Fix local ray_dir calculationGermano
2017-09-29Fix T51503 Added support for Cycles image texturesflorianfelix