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-03-19Update add_curve_extra_objects add bounce spline/sporo fit, update curves ↵meta-androcto
galore T50943
2017-03-19Cleanup: identity for None comparisonCampbell Barton
2017-03-19Cleanup: trailing spaceCampbell Barton
2017-03-17development_icon_get: removed trailing '.' from close_on_select descriptionSybren A. Stüvel
2017-03-17Update add curve extra objects Re: T50943meta-androcto
2017-03-11Spacebar Menu: Small context fixes and cleanupslijenstina
Bumped version to 1.8.4 Remove the Transform, Mirror and Snap to Cursor from the Sculpt menu Replace the separators with the switchable ones in the VIEW3D_OT_Interactive_Mode_Grease_Pencil Add a check for the Particle Edit in the VIEW3D_MT_Object_Interactive_Mode Small style cleanups, use toggle in Preferences
2017-03-03Modifier Tools: Missing Poll checks for the Searchlijenstina
Just the standard calling from out of context within the Search Operator Bumped the version to 0.2.3
2017-02-28Cleanup: Greyscale --> GrayscaleAaron Carlisle
2017-02-17fix major xall bug and bump versionzeffii
2017-02-17fixed: missing Physics properties panelsMaurice Raybaud
2017-02-11Add an option to hide the panel and/or headerraa
2017-02-04C3D: import markers as armature's bonesDaniel Monteiro Basso
2017-02-01Added some more properties from Lanuhum commits, such asMaurice Raybaud
*photon map save and load *camera normal perturbation *Depth Of Field focal point by object (from Blender native dof_object property) *unchecked always sample from radiosity defaults *some other interface tweaks
2017-02-01Fix T50566: FBX import fails to read file exported from ModoBastien Montagne
Fbx, fbx, fbx... The Fuzzy Format :(
2017-02-01Global POV Properties added and GUI updated (photons; radiosity; encoding...)Maurice Raybaud
2017-01-30Povray: Update for MauritiusRaymeta-androcto
2017-01-29Added Basic Nodes support by LanuhumMaurice Raybaud
2017-01-29Fixed single value coordinates for spheres import as exported by Bishop3DMaurice Raybaud
2017-01-28Fix T50456: Carver MT update to 1.1.6lijenstina
Patch by Ted Milker (TedMilker) with minor modification, thanks. Bump Version to 1.1.6 Add In-scene profiles, brush depth adjustment, fix rotation bug Add the possibility of switching Solver between BMesh and Carve (default key is v) Minor style clean up and translation to English of comments Update some descriptions Switch the type for Enable_Tab_01 and 02 from scene properties to add-on preferences Add traceback to the modal except message
2017-01-28fix viewport pie addons prefs alignmeta-androcto
2017-01-27viewport pies, Fix: T49659meta-androcto
2017-01-26Replace Icons addon with Icon Viewer - T50367raa
2017-01-24Use new manual URLAaron Carlisle
2017-01-22print3d utils:restrict tab/panel context edit/object modes T50357meta-androcto
2017-01-22bolt factory: T50443 add division count for higher precisionmeta-androcto
2017-01-21Fix T50475: Fixed using netrender with SSL, did not pass all arguments for ↵TheOnlyJoey
ssl.wrap_socket
2017-01-18edit linked: restrict panel context objectmode T50357meta-androcto
2017-01-18Fix: UI Pie Menu Official addon preferences layoutraa
2017-01-18psk i/o: restrict panel to object mode T50357meta-androcto
2017-01-17io_blend_utils: be more lenient in cleaning up the temp_dirSybren A. Stüvel
self.temp_dir.cleanup() can raise a FileNotFoundError when BAM-pack actually (correctly) cleaned up after itself.
2017-01-17io_blend_utils: ship BAM as wheel file, running BAM-pack from thatSybren A. Stüvel
Previously we had a copy of BAM's blendfile_pack.py shipped with Blender. Updating that was cumbersome, as changes in one copy would have to be manually ported to the other. This is now resolved by not bundling blendfile_pack.py at all, but to include BAM as wheel file. This wheel file can be produced by running "python3 setup.py bdist_wheel" in the BAM source directory, and can be bundled with Blender without further modification. Blender looks for a file "blender_bam-*.whl" in the io_blend_utils directory, and loads the (alphabetically) last version. Even though there should be only one wheel file bundled, things won't break when there happen to be more, and Blender should pick up on the latest version (given simple versioning schemes).
2017-01-17Fix T50453: Add option to OBJ export to apply render or preview modifiers.Bastien Montagne
2017-01-17Fix T50453: Add option to FBX export to apply render or preview modifiers.Bastien Montagne
2017-01-16Mocap Tools: context sensitive panels (armature selected) T50357meta-androcto
2017-01-15Image as planes: remove 'compat' operator, rename 'new' one to standard name.Bastien Montagne
Add-ons are no API, and are not expected to be used outside of themselves (i.e. add-ons whall not depend on other add-ons). So no reason to keep compatibility with previous behavior of import image a splanes operator (especially since name had to be changed anyway). Also simplified register/unregister code, exceptions are only to be used to detect and handle errors, not to handle some valid cases.
2017-01-15Changed location string to match with the recent location changes. Renamed ↵Gaia Clary
the Panel for more clarity
2017-01-15Image as planes: cleanup most obvious issues from rBA5c424d532f3793.Bastien Montagne
- Contexts already return copy of themselves as dict with their copy() method. - Do not store a vector in Enum id to then parse it into real vector, just use sensible enum ids and a mapping to matching vectors... - Since we don't use cutom handling of extensions anymore (did we really want to get rid of this btw? :/ ), at least let's also get rid of hack they needed, and just use standard 'batch' handling of file types. There are probably more to cleanup, also not that happy with some changes here (like the removal of filtering by exact extension/image type), but this will do for now.
2017-01-15spacebar menu: expose object & pose constraints: update addons project T50357meta-androcto
2017-01-15import images as planes rewrite: D2239meta-androcto
2017-01-153d nav, consistent ui, code cleanupmeta-androcto
2017-01-11Fix T50352: 3D-printing check misinterprates flat ngons as non-flatPhilipp Oeser
2017-01-10Add TooltipsEugenio Pignataro
2017-01-09add new tool: Select Doubles. Search and select doubles vertsEugenio Pignataro
2017-01-09Remove Copy Settings ---> obsoleteEugenio Pignataro
2017-01-08rigify fix panel context T50357 thanks angavrilovmeta-androcto
2017-01-08Oscurart Tools, change Tab name to Custom T50357meta-androcto
2017-01-08.psk i/o, change Tab name to File I/O T50357meta-androcto
2017-01-08sketchfab fix change tab name, addons preferences fixmeta-androcto
2017-01-08Sketchfab, change Tab name to File I/O T50357meta-androcto
2017-01-08Measureit, change Tab name to Display T50357meta-androcto