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
2014-01-06Patch D133: Python wrapper for BLI_kdtree (adds mathutils.kdtree)Campbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-23Move python threading stuff to own file in bf_python_extSergey Sharybin
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-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-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-11-26User Interface: don't show macro args in tooltipsCampbell 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-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-22style cleanupCampbell Barton
2013-10-13cmake/openimageio - partially reverting #60692Dalai Felinto
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-13add back library linking warning when renaming library datablocks in the outl...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-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-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-08edit on own commit r57801, don't check the size of dynamic arraysCampbell 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-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-05-21code cleanup: remove callbacks only added to wrap MEM_freeNCampbell Barton
2013-05-20no need to add own define for openmp. Campbell Barton
2013-05-20Cmake / Fluids:Thomas Dinges
2013-05-15Fix another cases where painting long brush strokes with small radius was slowedBrecht Van Lommel