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
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-21minor changesCampbell Barton
2011-04-20fix [#27072] Calling bpy.utils.blend_paths(True) results in segmantaion fault...Campbell Barton
2011-04-18fix [#26951] blenderplayer and runtimes will not loadCampbell Barton
2011-04-17change unit evaluation only to do try the units replacements if evaluating wi...Campbell Barton
2011-04-13fix for mistake checking engines on load.Campbell Barton
2011-04-12fix for compile issue on MSVC 2008 due to macro expansion differences with gcc.Andrea Weikert
2011-04-12fix for crash when pressing 'Copy Startup Settings', was using out of date ma...Campbell Barton
2011-04-11api changes needed for for copying old settings to new.Campbell Barton
2011-04-08add new subtype PROP_COORDS, for generic coordinates that are not to be chang...Campbell Barton
2011-04-08change to fcurve keyframe coords broke simplify addon since the propertyCampbell Barton
2011-04-06include needed for windowsCampbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-04-02Fix register method order. Was broken when Campbell moved it to the C impleme...Martin Poirier
2011-04-01modification to api docs so release point to:Campbell Barton
2011-04-01- bpy.app.release so python scripts can check if the release is stable or not.Campbell Barton
2011-03-31fix for crash when running blender with define WITH_PYTHON_SAFETY & no startu...Campbell Barton
2011-03-30modify error when python is not found so as not to confuse users who don't bu...Campbell Barton
2011-03-30print warning on windows/mac when bundled python is not found, suggesting to ...Campbell Barton
2011-03-29fix [#26667] Can't import scripts when using blenderplayerCampbell Barton
2011-03-28color gamma (such as theme colors), were not being wrapped by python as 'math...Campbell Barton
2011-03-27fix [#26616] Line of code make Blender crashCampbell Barton
2011-03-25fix for incorrect prints with RNA errors (own fault, CONTAINER_RNA_ID was inc...Campbell Barton
2011-03-23allow unregistered rna classes to have rna properties assigned before registr...Campbell Barton
2011-03-22fix [#25688] undocumted functions in pyapiCampbell Barton
2011-03-22operators called from python were not getting their reports back into python ...Campbell Barton
2011-03-22py/api registration:Campbell Barton
2011-03-20fix for crash when running WM_OT_read_factory_settings() from a script and th...Campbell Barton
2011-03-19C, style changes (mostly white space edits), no functional change.Campbell Barton
2011-03-17fix own error - missing NULL check [#26523] Crash when load factory settings ...Campbell Barton
2011-03-17fix own error [#26522] Api autocomplete return many errorsCampbell Barton
2011-03-15fix for building on some configurations.Campbell Barton
2011-03-15fix/disallow [#26502] segmentationfault on pressing button to browse existing...Campbell Barton
2011-03-14bpy.types.libraries.load sphinx doc & examples (doc system needed some updates).Campbell Barton
2011-03-14fix [#26489] Auto completion in console brokenCampbell Barton
2011-03-14add dir() function for library objects, also was missing call to clear temp f...Campbell Barton
2011-03-13py/library api: raise an error if a requested member isn't found.Campbell Barton
2011-03-13SVN maintenance.Guillermo S. Romero
2011-03-12library loading api.Campbell Barton
2011-03-12py/rna: BPy_reports_to_error() now takes the exception type as an argument an...Campbell Barton
2011-03-12py/rna, ability to have python static methods in collections.Campbell Barton
2011-03-11bugfix [#26454] WITH_PYTHON_SAFETY crash.Campbell Barton
2011-03-09update for blender as a py module & python 3.2Campbell Barton
2011-03-09- correct python3.1 warning message.Campbell Barton
2011-03-08patch [#26404] UnicodeDecodeErrorCampbell Barton
2011-03-07Drop support for python 3.1.Campbell Barton
2011-03-05fix [#26323] Crash when adding to a vertex group with a raw inCampbell Barton
2011-03-04Py_hash_t is new typedef in Python 3.2, typedeffing Py_ssize_t. Changing to t...Nathan Letwory
2011-03-04long hash caused stack corruption in _PySet_NextEntry. This wanted a Py_hash_...Nathan Letwory