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-10-22style cleanupCampbell Barton
2013-10-17add local _PyLong_AsInt() needed for python older then 3.3.2Campbell Barton
2013-10-17add typechecks when assigning id-property arrays from python (overflows and e...Campbell Barton
2013-10-17simplify & improve error handling for id-property python-api.Campbell Barton
2013-10-17fix [#37105] Long int IDproperties produces errors at weird spots.Campbell Barton
2013-10-16add IDP_FreeFromGroup(), replaces IDP_RemFromGroup(), IDP_FreeProperty(), MEM...Campbell Barton
2013-10-13cmake/openimageio - partially reverting #60692Dalai Felinto
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-10-12Fix build scripts related to PSD support. Both CMake and SCons builds were b...Irie Shinsuke
2013-10-11adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build optionDalai Felinto
2013-10-09Photoshop PSD supportDalai Felinto
2013-10-03fix [#36924] Calling .define(...) on Macro subclass crashes Blender, if subcl...Campbell Barton
2013-09-20correct include guards and add checks in check_style_c.py for them.Campbell Barton
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