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
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-09-07Cleanup: trailing spaceCampbell Barton
2018-03-30RNA Manual Reference: UpdateAaron Carlisle
2018-03-10Cycles: update addons for squared roughness convention.Brecht Van Lommel
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-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-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-09-29snap_context module: Fix local ray_dir calculationGermano
2017-09-27snap_context module: replace functions that access the objects internals ↵Germano
through ctypes
2017-09-22snap_context module: fix shader compilation errorGermano
2017-09-20snap_context module: add an _Internal class to hide private functionsGermano
And start to describe methods
2017-09-19snap_context module: Fix depth_range in Ortho viewGermano
Objects behind the coordinate `(0, 0, 0)` were being ignored with snap in Ortho view
2017-09-18snap_context module: Improve efficiency by using numpy arrays instead of ↵Germano
bgl.Buffer Performance improves hundreds or even thousands of times in some cases with Meshs VBO creation
2017-09-17snap_context module: use `intersect_line_plane` instead `intersect_ray_tri`Germano
`intersect_ray_tri` returns None when the ray is after the tri.
2017-09-15snap_context module: alloc the smallest possible size in ↵Germano
`np_array_as_bgl_Buffer(array)`
2017-09-15snap_context module: Use clip planes exposed by RNAGermano
2017-09-15module `snap_context`: Fix `gpu_Indices_use_clip_planes`Germano
2017-09-10Workaround the weird bug "Not freed memory blocks" due GPU_Indices_MeshGermano
Strange that if you disable the addon before closing the blender, this error message does not appear
2017-09-10New `snap_context` module for `addons/module`Germano
This module basically uses OpenGL to draw, in an offscreen, the vertices, edges and tris of specific objects and use colors as information for snap
2017-08-01Revert "Update lanuages"Campbell Barton
This reverts commit 15ce79c680dd63e5d54cc8ec28ad2c4d87a813ac. Turns out URL's stay the same
2017-08-01Update lanuagesCampbell Barton
2017-07-02Update RNA_Manual linksAaron Carlisle
2017-06-29Update rna_manual_reference to latest versionAaron Carlisle
Address issue raised in T51908
2017-06-24Replace rna manual reference with auto generated fileAaron Carlisle
2017-05-27OBJ import: Add basic support for Cycles shaders.Bastien Montagne
This code uses same wrapper as FBX importer to generate a basic nodal shader for Cycles material. Note that not all MTL features are supported, some might be possible to add later though.
2017-05-27Move FBX importer's Cycles material 'convertor' to modules.Bastien Montagne
That way other addons may use it as well.
2017-03-28RNA manual access add new language linksAaron Carlisle
2017-01-24Use new manual URLAaron Carlisle
2016-11-16Fix custom props not being handled correctly by manual/pyref UI menu entries.Bastien Montagne
2016-11-02Cleanup: Fix indentAaron
2016-09-21Referance Manual: Fix linksAaron
To be back ported to 2.78
2016-09-15Small fixAaron
2016-09-13Manual Reference: Fix broken linksAaron
2016-09-09Manual Reference: add links for object tabAaron
2016-09-08Manual Reference: Add links for scene tabAaron
2016-09-08Manual Reference: Update linksAaron
2016-09-08Manual Reference: Update linksAaron
2016-08-22Manual: Fix linksAaron
2016-08-11Manual Access: Add new displacement optionsAaron
2016-08-11Manual: Fix LinksAaron
2016-07-18Add all links for transform propertiesAaron
2016-07-18Fixes to background imagesAaron
2016-07-18Fix manual linkAaron
2016-07-10Add all links on 3D View tool tabAaron
+ fix other links
2016-07-05Contex Manual access: Fix linksAaron
2016-06-06Manual Ref: Fix linksAaron
2016-05-13Context Manual Access: Enable new languagesAaron
2016-05-03Add more ref linksAaron
2016-05-03Minor Cleanup to Movie Clip refsAaron