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-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-05blenderplayer building again in CMake + OSX (and Linux I guess) patch from IR...Dalai Felinto
2011-03-05workaround for crash (not an actual fix) [#26316] Mirror and EdgeSplit - Grab...Campbell Barton
2011-03-05fix [#26323] Crash when adding to a vertex group with a raw inCampbell Barton
2011-03-05Utility defines for quick timing tests.Campbell Barton
2011-03-042.5 Armature Panel UI Script:Thomas Dinges
2011-03-04Bugfix #26270Ton Roosendaal
2011-03-04quiet warnings and fix building without python.Campbell Barton
2011-03-04Bugfix #26317Ton Roosendaal
2011-03-04Forgot this one from previous commit.Nathan Letwory
2011-03-04Move CMake on Windows to use Python 3.2Nathan Letwory
2011-03-04Two additional fixes for node-tree + texture paint:Ton Roosendaal
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
2011-03-04change mingw-scons to use python 3.2 Ervin Weber
2011-03-04Bump OSX SCons to use Python 3.2. Remember to update your lib/darwin* directory.Nathan Letwory
2011-03-04Bugfix [#26312] Wrong text in a button in the Stretch to constraintJoshua Leung
2011-03-04Move Windows SCons system to build Blender against the new Python 3.2 libs co...Nathan Letwory
2011-03-03Fix for [#26254] Rendering problem with group-instances of particle-instancesJanne Karhu
2011-03-03bugfix #26267Ton Roosendaal
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-03-03fix for invalid empty string check in uniquename callback.Campbell Barton
2011-03-03patch [#26235] debian/watch: Update for change of versioningCampbell Barton
2011-03-03added support for windows/mingwCampbell Barton
2011-03-03Bugfix #26307Ton Roosendaal
2011-03-03Fix #26273: mirror mod. + armature mod. + rotated armature == wrong reference...Sergey Sharybin
2011-03-03fix crash from own recent changes [#26271] Crash when accessing bpy.data.node...Campbell Barton
2011-03-03Fix #26261: blend from shape operator "add" option was not working correct.Brecht Van Lommel
2011-03-03fix for own error [#26310] "Randomize Transform" operator has widgets jumbledCampbell Barton
2011-03-03Py/RNA API: WITH_PYTHON_SAFETYCampbell Barton
2011-03-03fix error in qtcreator project file arg checking and check for cmake files.Campbell Barton
2011-03-03Py/RNA api:Campbell Barton
2011-03-03fix for own error made r35267.Campbell Barton
2011-03-03Py/RNA api - real collection iterator Campbell Barton
2011-03-03further reading, need to untrack tracked PyObjects before clearing their trac...Campbell Barton
2011-03-03support for mathutils GC wasn't complete since PyObject_GC_Track is supposed ...Campbell Barton
2011-03-03formatting edits. (no functional changes)Campbell Barton
2011-03-03solidify material offsets for 2nd surface and rim faces.Campbell Barton
2011-03-03minor correction for r35312, check the operator returns finished.Campbell Barton
2011-03-03BGE: Material Force Field renaming + reorganizationDalai Felinto
2011-03-03Shrinking the marker mouse-y tolerance again. It was a bit too high,Joshua Leung
2011-03-03Bugfix [#26269] Initiating a duplication with shift D and cancellingJoshua Leung
2011-03-03Logic Editor: link a Sensor with an Actuator and automatically creates an And...Dalai Felinto
2011-03-02Logic UI: reverting back the PROP_ANGLE propsDalai Felinto
2011-03-02tag unused varCampbell Barton
2011-03-02Change RNA weakref code to use a ghash rather then a PyList, removing items f...Campbell Barton
2011-03-02Tsk! glGetFloatv() gives alpha too for GL_CURRENT_COLOR, so a four long vecto...Janne Karhu
2011-03-02Fix for [#25326] FCurve rotate gives strange results.Janne Karhu
2011-03-02simplify rna internal weakref use.Campbell Barton