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-12-17Partial fix for T37604: Deadlock when stopping rendered viewport (Blender Int...IRIE Shinsuke
2013-12-12RNA: Add pixels property typeScott Petrovic
2013-12-11Fix intersect_line_plane bug causing crash on Motion trail and otherBenoit Bolsee
2013-12-10Python API: when OIIO is disabled use the same version format.Campbell Barton
2013-12-09Python API: when OCIO is disabled use the same version format.Campbell Barton
2013-12-09Fix T37715: Incorrect docstringCampbell Barton
2013-12-08Correction to previous commit, sorrySergey Sharybin
2013-12-08Extend system-info with information about OIIO, OCIO and OSLSergey Sharybin
2013-12-06BMesh Py API: add bmesh.geometry.intersect_face_point()Campbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-11-29Python API: give a better error message when creating a Matrix failsCampbell Barton
2013-11-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-19Fix T37472: crash when packing UV islands.Campbell Barton
2013-11-17python api internals: no need to set the stop-iter exception string.Campbell Barton
2013-11-15Further tweaks to buildinfoSergey Sharybin
2013-11-08fix for crash when deleting from an id property, with a non-string key.Campbell Barton
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-11-05code cleanup: typosCampbell Barton
2013-11-04Made buildinfo aware of builds from GITSergey Sharybin
2013-10-31code cleanup: spellingCampbell Barton
2013-10-31code cleanup: warningsCampbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-27Expose MVertSkin customdata layer in Python. This allows scripts to change pa...Andrew Hale
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