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-09-19replace macro PYC_INTERPRETER_ACTIVE for PyC_IsInterpreterActive() function c...Campbell Barton
2013-09-18fixes for python api docs.Campbell Barton
2013-09-18fix relating to bug [#36758],Campbell Barton
2013-09-17Update foreach_get/_set doc.Bastien Montagne
2013-09-14minor changes needed for building standalone mathutils.Campbell Barton
2013-09-13add back library linking warning when renaming library datablocks in the outl...Campbell Barton
2013-09-11fix [#36020] SmartUV Project is messy on a cubeCampbell Barton
2013-09-11add mathutils.geometry.box_fit_2d() to wrap BLI_convexhull_aabb_fit_points_2d()Campbell Barton
2013-09-11add angle_to_mat2 utility function.Campbell Barton
2013-09-10misc minor changesCampbell Barton
2013-09-10add 2d convex hull utility function, BLI_convexhull_2d(), and python api math...Campbell Barton
2013-09-05fix for error in bmesh api, selection setting needs to go via BM_elem_select_...Campbell Barton
2013-09-03Tweaks to New Driver creation behaviourJoshua Leung
2013-09-02Add poll message when poll fails because of window missing from the context.Campbell Barton
2013-09-02bmesh: internal api change, remove BMOElemMapping, its not needed since the v...Campbell Barton
2013-08-31tweak mempool loop comparisons when we know there is no chance for skipping p...Campbell Barton
2013-08-31Simplify line/plane intersection, add line_plane_factor_v3().Campbell Barton
2013-08-27fix [#36528] crash when reinitializing bmesh from meshCampbell Barton
2013-08-27This commit adds optional parameters for pyfunc implementations of RNA API (i...Bastien Montagne
2013-08-23patch to add backkbacks for game engine start/end,Campbell Barton
2013-08-23math api edits - replace point-normal form for a plane with dist_to_plane_v3()Campbell Barton
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-08-21fix own regression [#36443] Vertex to UV index doesn't match with 2.68aCampbell Barton
2013-08-20add is_finite_v# functions, use bool'sCampbell Barton
2013-08-20fix incorrect docs [#36518] Vector.rotate() does not return value as documentedCampbell Barton
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