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-08-13bmesh_vert_separate: remove unused return valueCampbell Barton
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2013-07-21code cleanup: compiler warningsCampbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19style cleanup: braces/indentationCampbell Barton
2013-07-11fix for problem with edge slide where it would stop shapekey modifier from be...Campbell Barton
2013-07-09minor improvementsCampbell Barton
2013-07-08edit on own commit r57801, don't check the size of dynamic arraysCampbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-06-27fix for python api bug: assigning the wrong size array to an RNA property was...Campbell Barton
2013-06-27remove redundant castsCampbell Barton
2013-06-26fix [#35507] BMesh module: Crash on to_mesh() if faces.layers.tex is used but...Campbell Barton
2013-06-24use booleans for bpath api.Campbell Barton
2013-06-13fix for pythons __dir__ returning registrable functions on class instances (w...Campbell Barton
2013-06-12minor changes to the script auto-execution based on Brecht's suggestions.Campbell Barton
2013-06-10fix [#35691] Context Override replaces instead of overridesCampbell Barton
2013-06-10Python script auto-execution changes:Campbell Barton
2013-06-10code cleanup: group python reset functions in BPY_python_reset()Campbell Barton
2013-06-03fix [#35555] Collada: export destroys mesh in some casesCampbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-21code cleanup: remove callbacks only added to wrap MEM_freeNCampbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-20no need to add own define for openmp. Campbell Barton
2013-05-20Cmake / Fluids:Thomas Dinges
2013-05-17code cleanup: use BM_elem_flag_test rather then accessing 'ele->head.hflag'Campbell Barton
2013-05-17bump mathutils callback slot size.Campbell Barton
2013-05-15Fix another cases where painting long brush strokes with small radius was slowedBrecht Van Lommel
2013-05-14Moved main part of bpy.app.translations doc out of C code, as suggested by Ca...Bastien Montagne
2013-05-14API doc for bpy.app.translations should look better now.Bastien Montagne
2013-05-14bmesh api: add 'is_boundary' attribute to verts.Campbell Barton
2013-05-11Fix #35289: UV layout export to image was extremely slow for large meshes. ThisBrecht Van Lommel
2013-05-08use BM_face_create_ngon_verts for python api face creationCampbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-05-07expose bmesh volume calculation to python api (use for print toolbox addon).Campbell Barton
2013-05-05correct bmesh api crossref and update uv-operator template.Campbell Barton
2013-05-02A bit more clear error message...Bastien Montagne
2013-05-01remove direct freestyle data access from bmesh, was crashing and this should ...Campbell Barton
2013-04-30fix [#35150] Crash when bmesh operation called from within a Panel draw()Campbell Barton
2013-04-28Fluid UI:Thomas Dinges
2013-04-27real fix for [#35097], (curve cap flipping).Campbell Barton
2013-04-24fix [#34657] Smoothing will not be updated in object mode, when hiding faces ...Campbell Barton
2013-04-23minor changes to get numpy working with locally bundled python.Campbell Barton
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-04-21utility function volume_tetrahedron(), for mathutils and BLI math.Campbell Barton
2013-04-16use psys->seed for smoke random number generator, increase size of MATHUTILS_...Campbell Barton
2013-04-15code cleanup: minor BMESH_TODO's, some were left in even though they were don...Campbell Barton
2013-04-14correct pyapi function intersect_line_sphere_2d() using 3d vecs when only 2d ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-11Related to #34558: clarify the description for the "default" parameter in bpy...Brecht Van Lommel
2013-04-11interpolate verts as well as loops for inset.Campbell Barton