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
2012-11-28Fix #33337: cycles crash with progressive refine and multiple render layers.Brecht Van Lommel
2012-11-28Seems cmake in debian squeeze is broken and fails to handle BOOST_ROOTSergey Sharybin
2012-11-28Fix #33335: cycles SVM closure issue in recent bugfix, incorrectly taggingBrecht Van Lommel
2012-11-28Move to Layer: optimization so that the first change in the popup menu doesBrecht Van Lommel
2012-11-28Fix #33334: missing glossy label for OSL phong ramp caused assert.Brecht Van Lommel
2012-11-28For sure buildbot's release buildflags should include -DNDEBUG,Sergey Sharybin
2012-11-28include an example in the api docs for using bmesh operators to make 2 links ...Campbell Barton
2012-11-28bmesh operator py api:Campbell Barton
2012-11-28fix for minor annoyance - when extruding a circle there would always be one f...Campbell Barton
2012-11-28Dependency builder: reduce amount of needed sudo commands by checking permiss...Sergey Sharybin
2012-11-28Dependency builder: fixed sources directory not creating in some casesSergey Sharybin
2012-11-28Fix normal compositing/shader node not showing normal widget.Brecht Van Lommel
2012-11-28Typo fix in comment. No functional changes.Sergey Sharybin
2012-11-28Fix #33330: Proxies are not built in Sequencer if preview is visibleSergey Sharybin
2012-11-28fix/workaround [#33309] small + in few windowsCampbell Barton
2012-11-28Fix #33295: Shifted movie strip when rendering <100% resolution for strip wit...Sergey Sharybin
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-28Copy face attributes when creating new faces in BMO_symmetrizeNicholas Bishop
2012-11-28fix [#33320] Decimate modifer in collapse is inconsistent when limiting to a ...Campbell Barton
2012-11-28bmesh operator api reference - add in 'bmesh' arg at the start of each operat...Campbell Barton
2012-11-28use radians for 'spin' bmesh operator (since the rest of the py api uses radi...Campbell Barton
2012-11-28bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_si...Campbell Barton
2012-11-28improve docstring for BMO_op_vinitf().Campbell Barton
2012-11-28GPU: remove GPU Mipmap Generation option and just always enable it, it's an oldBrecht Van Lommel
2012-11-28Fix #33328: cycles not rendering dupliframes, needs an exception.Brecht Van Lommel
2012-11-28Fix #33168: collada export added incorrect -material postfix to material names.Brecht Van Lommel
2012-11-28Fix #33326: outliner numpad minus collapse followed by numpad plus expand did...Brecht Van Lommel
2012-11-28Fix #33324: Auto IK not working after recent changes. iTaSC it seems never wo...Brecht Van Lommel
2012-11-27BGE: Fix for [#33027] "logic.keyboard polling rate extremely low" reported by...Mitchell Stokes
2012-11-27CMake: hide some unnecessary LLVM/OSL/EXR prints.Brecht Van Lommel
2012-11-27fix crash with path conversion, not all materials have nodesAntony Riakiotakis
2012-11-27add osl shader scripts to bpath walker (so making paths absolute or relative ...Campbell Barton
2012-11-27Move to layer: remove the OK button and make it apply immediately like it didBrecht Van Lommel
2012-11-27Fix cycles OSL shader loading warnings after recent bugfix.Brecht Van Lommel
2012-11-27Fix part of #32248: transform with a size limit constraint did not preserve n...Brecht Van Lommel
2012-11-27replace and exception macro's for static functions and fix some bad assumptions.Campbell Barton
2012-11-27Camera Tracking: fixed camera solve operator not updating scene cameraSergey Sharybin
2012-11-27split py->slot & slot->py into their own functions & fixed some mistakes with...Campbell Barton
2012-11-27move bmesh operator calling into its own file.Campbell Barton
2012-11-27add empty files (will move bmesh operator calling here)Campbell Barton
2012-11-27OSX/scons: introducing and testing an unexported_symbols_list to prevent clas...Jens Verwiebe
2012-11-27Masking: fixed bug with vector handles not updating when CV is parented to a ...Sergey Sharybin
2012-11-27Mark boost symbols as localSergey Sharybin
2012-11-27remove unmaintained eltopo, keeping scons/cmake entries, but commenting out u...Campbell Barton
2012-11-27new bevel was still referring to old property name (holding shift wasnt worki...Campbell Barton
2012-11-27use clearer names for 'single' bmesh operator args & add '%e' to BMO_op_vinit...Campbell Barton
2012-11-27py/bmesh api - add support for single item buffers (odd feature but used quit...Campbell Barton
2012-11-27Fix crash opening .blend file with missing lib linked scene and no local scene.Brecht Van Lommel
2012-11-27generate api reference for 'bmesh.ops', restructured text is extracted from b...Campbell Barton
2012-11-27code cleanup: bmesh operator comments, readying for doc-generation.Campbell Barton