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
path: root/source
AgeCommit message (Expand)Author
2012-09-23Fix #32522: Object's diffuse color not showing in Sculpt ModeSergey Sharybin
2012-09-23fix for crash loading old files without colormanagement.Campbell Barton
2012-09-23remove sticky customdata layers as well as sticky mtex flagCampbell Barton
2012-09-23add more tests to run operators testing scriptCampbell Barton
2012-09-23fix for crashes caused by mixups when adding objects when incompatible object...Campbell Barton
2012-09-23fix for crash backing in background mode.Campbell Barton
2012-09-23fix for crash executing a python script.Campbell Barton
2012-09-23fix for some crashes running operators in background mode.Campbell Barton
2012-09-23fix for incorrect declaration rna_Object_free_duplilist() in cycles.Campbell Barton
2012-09-23fix for all pose-group editing functions crashing when the context didnt have...Campbell Barton
2012-09-23Make "name" member of RNA KeymapItem struct return the translated name of the...Bastien Montagne
2012-09-22Fix [#32629] Checking "Invert Zoom Direction" doesn't change zoom in camera v...Bastien Montagne
2012-09-22Revert a small part of r50813, so that we can build (actually, link) with Cyc...Bastien Montagne
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-09-22code cleanup: remove/comment unused definesCampbell Barton
2012-09-22Improvement to own commit r50810.Campbell Barton
2012-09-22fix [#32609] RGB Curves Mouse Pointer ProblemCampbell Barton
2012-09-22rect/point clamping function: BLI_rct*_clamp_pt_vCampbell Barton
2012-09-22Enable predictable menu key-chaining as with r50501.Campbell Barton
2012-09-22revert own commit r50501 (have a better way to implement this same feature)Campbell Barton
2012-09-22add a UV Project material option so UV's are calculated taking into account p...Campbell Barton
2012-09-22replace UV project modifier matrix calculation with BKE_camera_params_* funct...Campbell Barton
2012-09-22fix for crash getting a member from the operator context override, in some ca...Campbell Barton
2012-09-22add back clear skin operator, removed with sticky by mistake.Campbell Barton
2012-09-22Updated commentSergey Sharybin
2012-09-22Color Management: different fixes for byte buffersSergey Sharybin
2012-09-21Fix for [#32595] N shortcut (view-properties) is not shown in preview mode in...Bastien Montagne
2012-09-21Mask Editor: make Alt+S feather shrink/fatten work better when no feather wasBrecht Van Lommel
2012-09-21remove sticky coords from blender and the internal render engine.Campbell Barton
2012-09-21remove sticky coordinates from blender, this was missing from the UI since 2.49.Campbell Barton
2012-09-21calculate sticky wasnt working very well and had a few glites -Campbell Barton
2012-09-21remove default name from CD_SKIN_NODE LayerTypeInfo so its treated as a singl...Campbell Barton
2012-09-21Logic Editor code cleanup > 2500 lines removed - old 2.49 UI codeDalai Felinto
2012-09-212.49 Logic Editor functionality - Add Sensor/Controller/Actuator now possible...Dalai Felinto
2012-09-212.49 feature: Game Controller State name shows up when mouse over them (the n...Dalai Felinto
2012-09-21There was no way to remove mesh data layers from the interface - add a panel ...Campbell Barton
2012-09-20Fix #32579: Sequencer crash when changing render dimensionsSergey Sharybin
2012-09-20fix [#32602] Bevel operator's transform input is invertedCampbell Barton
2012-09-20style cleanupCampbell Barton
2012-09-20code cleanup: use frame as a prefix for rna propertiesCampbell Barton
2012-09-20Color Management: avoid byte->linear->byte conversion if display colorspace m...Sergey Sharybin
2012-09-20Fix #32607: Color picker tool doesn't work properly: always pick black.Sergey Sharybin
2012-09-20Fix #32603: Multi-Layer EXR files can't be color managedSergey Sharybin
2012-09-20code cleanup: some redundant assignments in view3d_draw_bgpic()Campbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-20fix [#32604] Loop select broken with Clipped view and wireframeCampbell Barton
2012-09-20style cleanupCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-20code cleanup: c++ - use empty() rather than size(), use prefix operators for ...Campbell Barton
2012-09-20Fix #32596: bones in armature created from skin modifier have wrong envelopeBrecht Van Lommel